> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/contracts/view-partner-contract-history.md).

# 查看合作伙伴合同历史

您可以查看每位合作伙伴的合同历史记录。这在您需要审核与该合作伙伴的合作历史、排查任何问题或解决付款误解时很有帮助。

#### 查看合作伙伴的合同历史记录

您可以查看每位合作伙伴的合同历史记录。

1. 从左侧导航栏中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[互动]** → **合作伙伴 → 合作伙伴**.
2. 将鼠标悬停在要查看其合同历史记录的合作伙伴上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多] → 合同 → 查看历史记录**.
3. 在这里，您有几个选项：
   * 您可以查看合作关系每一代的状态、开始和结束日期，以及品牌和合作伙伴签署人。
   * 要查看每一代合同的具体条款，请将鼠标悬停在合作伙伴合同上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看**.<br>

     <div data-with-frame="true"><figure><img src="/files/119ee5a3c832e9752373ab521434f340c1d2e6cc" alt=""><figcaption></figcaption></figure></div>

#### 查看所有合同历史记录

您还可以查看所有合同的历史记录。在这里，您可以按签署人、与合同相关联的模板条款、接受该合同的合作伙伴以及合同所处状态进行搜索。

1. 从左侧导航栏中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[互动]** → **合同 → 合同**.
2. 在这里，您可以查看所有合同历史记录，或筛选搜索结果。
   * 请参阅 *筛选参考* 了解更多信息。

<details>

<summary>筛选参考</summary>

| 筛选条件     | 说明                           |
| -------- | ---------------------------- |
| **签署人**  | 输入与您要搜索的合同相关联的品牌或合作伙伴签署人的姓名。 |
| **模板**   | 从下拉菜单中选择您要搜索的合同对应的模板条款。      |
| **合作伙伴** | 从下拉菜单中选择同意您要搜索的合同的合作伙伴。      |

**状态**

从下拉菜单中选择您要搜索的合同所处的合同状态。

**状态参考**

| 筛选条件     | 说明                           |
| -------- | ---------------------------- |
| 待处理      | 查看您尚未接受合同条款的所有合作伙伴。          |
| 生效中      | 查看您当前正在合作且已批准的合作伙伴。          |
| 即将开始     | 查看您即将合作的合作伙伴。                |
| 已拒绝      | 查看您已拒绝的合作伙伴。                 |
| 已过期      | 查看其合同或工作协议条款已结束的合作伙伴。        |
| 已暂停      | 查看您已停止合作但未来可能恢复合作的合作伙伴。      |
| 已过期（不合规） | 查看因未遵守您的条款而在某一日期之后不再合作的合作伙伴。 |
| 已暂停（不合规） | 查看因未遵守您的条款而不再合作的合作伙伴。        |

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/contracts/view-partner-contract-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
