# 为什么我的集成没有同步？

如果来自已连接应用的内容未按预期显示或更新，请按以下检查步骤排查。

### 1. 检查连接状态

转到 **设置 → 集成** 并找到受影响的集成。如果状态显示 **已断开连接** 或 **错误**，请点击 **重新连接** 并按提示重新认证。

### 2. 检查权限

用于连接该集成的账户需要在第三方应用中具备足够权限。例如，连接内容源至少需要对相关数据具有 **读取权限** 。

{% hint style="warning" %}
如果最初连接该集成的账户已离开贵组织，或其权限已变更，则该集成将停止工作。请使用具有正确权限的账户重新连接。
{% endhint %}

### 3. 检查速率限制

部分第三方平台会对 API 访问施加速率限制。如果您正在同步大量内容，或在短时间内触发多次同步，系统可能会暂时限流。请等待几分钟后重试。

### 4. 触发手动同步

在集成设置页面，点击 **立即同步** ，以强制立即执行同步，而不是等待下一次计划运行。

### 5. 查看同步日志

在 **设置 → 集成 → \[集成名称] → 日志**下，您将找到最近同步尝试及任何错误的记录。此处的错误信息通常足以定位问题。

### 仍然无法正常工作？

如果以上方法均未解决问题， [请联系支持团队](https://example.com/support) 并附上您的同步日志——这将有助于我们快速诊断问题。


---

# 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://isbm.savimbo.com/practice-guide/zh-cn/ji-cheng/wei-shen-me-wo-de-ji-cheng-mei-you-tong-bu.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.
