# Syncing Schema and Data

If you make any changes to your schema or data, such as adding new tables or fields, this will not appear immediately in Jet. Run a manual sync directly in Jet to see the changes.

## Run Schema Sync <a href="#run-schema-sync-0-0" id="run-schema-sync-0-0"></a>

Jet automatically doesn't sync the schema structure, you can manually run a schema sync as an admin whenever you need in order to see changes reflected straight away.

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

### Run Schema Sync for Rest API

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

## Run Data sync <a href="#run-data-sync-0-1" id="run-data-sync-0-1"></a>

When you or your users make changes to your data in Jet, those changes are reflected immediately in your data source.

When updates are made directly in your external data source - i.e. Airtable, Google Sheets, Stripe etc - they will be visible in Jet up to **5 minutes** depending on the sync interval. This is because we re-cache the data every N minutes. You can manually run **`Sync now`** or specify the **N sync interval.**

### **Sync now**

<figure><img src="/files/41ZBoIKGZm3uCAM8V8MD" alt=""><figcaption></figcaption></figure>

### Specify N sync interval for Rest API

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


---

# 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/data/syncing-schema-and-data.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.
