# Synchronize

**Synchronizing** merges your local changes with the central file and brings in any new edits made by others.

1. **Push Edits:**\
   Upload your local modifications to the central file so everyone has the latest version.
2. **Pull Updates:**\
   Retrieve the newest changes from other team members’ local copies.
3. **Lock/Unlock:**\
   Release locks you no longer need and acquire locks for any new elements you’ve edited.

{% hint style="success" %}
Rhino Command: *Synchronize*
{% endhint %}

<figure><img src="/files/Eac8biunUUvTvif5qDBC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ovJuYpbKZcZ6DGLWFHqj" alt=""><figcaption></figcaption></figure>


---

# 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://sync.wiki.mksdtech.com/collaboration/synchronize.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.
