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