# Why isn't my integration syncing?

If content from a connected app isn't appearing or updating as expected, work through the checks below.

### 1. Check the connection status

Go to **Settings → Integrations** and find the affected integration. If the status shows **Disconnected** or **Error**, click **Reconnect** and follow the prompts to re-authenticate.

### 2. Check your permissions

The account used to connect the integration needs sufficient permissions in the third-party app. For example, connecting a content source requires at least **read access** to the relevant data.

{% hint style="warning" %}
If the account that originally connected the integration has left your organisation or had their permissions changed, the integration will stop working. Reconnect using an account with the correct permissions.
{% endhint %}

### 3. Check for rate limits

Some third-party platforms impose rate limits on API access. If you're syncing large amounts of content or triggering many syncs in quick succession, you may be temporarily throttled. Wait a few minutes and try again.

### 4. Trigger a manual sync

On the integration settings page, click **Sync now** to force an immediate sync rather than waiting for the next scheduled run.

### 5. Review the sync log

Under **Settings → Integrations → \[Integration name] → Logs**, you'll find a record of recent sync attempts and any errors. Error messages here are usually specific enough to identify the problem.

### Still not working?

If none of the above resolves the issue, [contact support](https://example.com/support) with your sync log attached — this helps us diagnose the problem quickly.


---

# 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://pro.cophieu79.vn/bao-cao-phan-tich/integrations/why-isnt-my-integration-syncing.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.
