# Pushing

### Overview

Pushing is the last step of the version control flow. It refers to the process of sending your local changes to the remote Copia server so that they can be accessed by others.

{% hint style="info" %}
Your commits will not be viewable by anyone else until you push to remote.
{% endhint %}

### Pushing

After you've committed meaningful changes (or accumulated several commits of important changes), you'll want to push to remote so that others have access to your work.

To push, press either of the *Push* buttons.

![](/files/l5eWGgaDAxWlIhMHwhYq)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.copia.io/docs/git-based-source-control/basic/making-changes/pushing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
