> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/360-data-data-blending/sync-options.md).

# Sync Options

The sync parameters can be changed in the **Sync options** tab. To get there, click the three dots in the top left corner of your data source page:

{% @arcade/embed flowId="Nqylpaze42V2N99aCE19" url="<https://app.arcade.software/share/Nqylpaze42V2N99aCE19>" %}

The syncing consists of two parts: the `Data source` - `Jet tables` connection (referred to as **External updates**) and the `Jet tables` - `Interface` connection (referred to as **Internal updates**). The latter pair is syncing in real-time while the former one's syncing interval can be changed

{% hint style="danger" %}
At the moment, the external updates interval can only be set on the side of Jet Admin, so if you need to change it, reach out to client support
{% endhint %}

In your Data Source page, you can:

* View the **status** (could be <mark style="color:green;">active</mark> or <mark style="color:yellow;">paused</mark>) (1)
* Control the sync: **pause it (2)** or perform a **manual sync** - Sync now (3)

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

The last **sync date and time** are displayed along with the sync status:

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

To View Sync Events, follow the steps:

1. Click on the `More` icon
2. Click on the `View Sync Events` button
3. Click on the `More` button

{% @arcade/embed flowId="d5jg7wZ7Ubdzaj91ffn7" url="<https://app.arcade.software/share/d5jg7wZ7Ubdzaj91ffn7>" %}

To learn more about using SQL queries in Jet Admin, please refer to this page:

{% content-ref url="/pages/-MF\_L60P9tcQ6\_jLuDva" %}
[Reading data from SQL](/getting-started/part-2-intermediate/reading-data-from-sql-1.md)
{% endcontent-ref %}


---

# 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.jetadmin.io/user-guide/360-data-data-blending/sync-options.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.
