# Reload

**Reloading** updates your local model with the latest changes from the central file—without sending any of your local modifications back.

1. **Download Updates:**\
   Fetch the newest changes (such as edits or element additions) from the central file.
2. **No Local Upload:**\
   Your own edits are not pushed to the central model during this step.
3. **Stay Current:**\
   Use this option to keep your local copy up-to-date before making further changes or synchronizing.

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

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

<figure><img src="/files/pVgaDoi6G6RBB0ZVmVnv" 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/reload.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.
