> For the complete documentation index, see [llms.txt](https://docs.verbdata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verbdata.com/data-sources/data-synchronization/synchronization-intervals.md).

# Synchronization Intervals

With Verb, you have complete control over the frequency of data synchronization.  Synchronizations are controlled by intervals you configure with day and time options to control precisely when your data is ingested.

Moreover, synchronization intervals are configured on a per-table basis meaning you can synchronize each table in your data source with a custom interval.  This is ideal when data in one table has a higher rate of change than data in another table.

**Intervals**

Intervals range from high frequency on the order of minutes to low frequency on the order of days.  Depending on your plan, you can opt to synchronize data as often as every minute.  This is ideal for rapidly changing data where reporting must be near real time.  Conversely, data that is less frequently updated or changed can bet set to synchronize on a less frequent interval.

**Sync Time Interval**

The Sync Time Interval controls how frequently data is synchronized.  Values range from every minute to every 24 hours.

**Hours of the Day**

On top of sync time interval, you can select which hours in the day the synchronization will run.  The interval will only be active during those hours regardless of frequency.

**Days of the Week**

Finally, synchronization can be configured to run only on given days regardless of interval or hours of the day.  The interval and hour schedules will only be active on the configured days of the week.\
\
The screen shot demonstrates the kind of configuration options available for each table within a data source.

![](/files/nItnEHYqAuFxwoc0ZFHa)

The option to synchronize with higher frequency (under 1 hour) is available for paid plans.  Free plans can synchronize with up to every 1 hour.  All plans offer the ability to configure times and days.


---

# 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.verbdata.com/data-sources/data-synchronization/synchronization-intervals.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.
