# Start to Synchronize

In order to start to synchronize objects, you must have already created successfully an installation with at least an operation.

If you match this situation you will also notice that the installation is in "**Pending**" state in the dashboard and if you read the logs that already started to come from the agent, you see a log that say:

```
[WARN] The installation is in "PENDING" state, the agent will wait for a different state 
```

So, in order to start the synchronization you have to enter in the installation page and click the button "**Sync now**" in the top-right corner, the button highlighted in red in the screenshot below.

<figure><img src="/files/3K0qhUHoCcWRVf9vbUaC" alt="" width="563"><figcaption><p>A screenshot of the installation page with "Sync now" button highlighted</p></figcaption></figure>

After successfully clicked the button, the agent installed in the server will start to run operation-by-operation after few seconds. To check the agent behavior and the operations progress, you can read the installation's logs updated almost in real-time.


---

# 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.erpbridge.io/start-to-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.
