> For the complete documentation index, see [llms.txt](https://docs.erpbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.erpbridge.io/the-installation/4-sync-frequency.md).

# 4 - Sync Frequency

In this step you have to choose the frequency your data will be retrieved and write from your source to the destination.

Based on your tier, you can choose from:

* **Free Tier**: just once a week
* **Standard Tier**: from once a month to once an hour
* **Professional Tier**: from once a month to once every 15 minutes

The important thing to understand is that the sync frequency value represent the time between the start of an installation run and another.

**Let's make an example**: Let's say that you set the ERP Bridge sync frequency at 15 minutes and the installation with all its operations takes 20 minutes to be performed. This means that the installation will run every operations in sequential order and as soon as the last ends, a new run will start. That's because the sync frequency is less then the complete run's duration.

**Let' make a different example**: Let's say that you set the ERP Bridge sync frequency at 15 minutes and the installation with all its operations takes 5 minutes to be performed. This means that the installation will run every operations in sequential order, then waits for 5 minutes and then start a new run.

This property will be editable in the future at the end of the wizard.

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

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

{% embed url="<https://www.youtube.com/watch?v=S6QBV1eVon4&t=90s>" %}
Sync Frequency
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.erpbridge.io/the-installation/4-sync-frequency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
