# Run Object Sync

**Requirement**: `GOVERNANCE` or `APPLICATION_ADMIN` global permission or Data Owner within the hierarchy

**Prerequisite**: A connection registered

## Run object sync on a connection

1. Click <i class="fa-database">:database:</i> **Data** and select the **Connections** tab in the navigation menu.
2. Click the **more actions** menu for the connection you want and select **Run Object Sync**.
3. Opt to click the checkbox to **Also scan all disabled data objects**.
4. Click **Run Object Sync**.

## Run object sync on a database

1. Click <i class="fa-database">:database:</i> **Data** and select the **Connections** tab in the navigation menu.
2. Select the connection.
3. Click the **more actions** menu in the **Action** column for the database you want to sync and select **Run Object Sync**.
4. Opt to click the checkbox to **Also scan all disabled data objects**.
5. Click **Run Object Sync**.

## Run object sync on a schema

1. Click <i class="fa-database">:database:</i> **Data** and select the **Connections** tab in the navigation menu.
2. Select the connection.
3. Select the database.
4. Click the **more actions** menu in the **Action** column for the schema you want to sync and select **Run Object Sync**.
5. Opt to click the checkbox to **Also scan all disabled data objects**.
6. Click **Run Object Sync**.

## Run object sync on a data source

You can run object sync from the data source health check or from the connection,

1. Click <i class="fa-database">:database:</i> **Data** and select the **Connections** tab in the navigation menu.
2. Select the connection.
3. Select the database.
4. Select the schema
5. Click the **more actions** menu in the **Action** column for the data object you want to sync and select **Run Object Sync**.
6. Opt to click the checkbox to **Also scan all disabled data objects**.
7. Click **Run Object Sync**


---

# 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://documentation.immuta.com/SaaS/configuration/integrations/data-and-integrations/registering-a-connection/how-to-guides/crawl-a-connection.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.
