> 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/view-your-contract-history-with-brands.md).

# 查看你与品牌的合同历史

你可以查看你的 **合同历史** 你曾签约过的每个品牌，包括你当前仍签约的品牌。这有助于你比较合同、查看你与特定品牌的合同历史，或解决付款争议。

你可以将你的合同历史视图限定为某个特定品牌（或一组品牌）或某个/某些合同（例如， *生效*）。你也可以查看所有品牌和所有合同状态的合同历史。

#### 查看某个品牌的合同历史

你可以查看你与某个品牌的全部合同历史，包括已拒绝和待处理的合同。

1. 在顶部导航栏中，选择 **发现 → 我的品牌**.
   * 或者，在顶部导航栏中选择 **管理 → 我的品牌 → 我的品牌**.
2. 选择你想查看合同历史的品牌卡片。
3. 在侧滑面板中，选择 ![](/files/4c0cbab3decc1f90ae4819982d73d707f224802d) **\[更多] → 合同历史**.
4. 要筛选具有特定品牌签署人的合同，请选择 ![](/files/c60ff762e016ac2a2ada7b33c545a4a429cd90d4) **\[列]** **品牌签署人**.
5. 将鼠标悬停在要查看的特定合同上，然后选择 ![](/files/4c0cbab3decc1f90ae4819982d73d707f224802d) **\[更多]** → **查看**.

   * 要下载该合同的 PDF 副本，将鼠标悬停在该合同上，然后选择 ![](/files/4c0cbab3decc1f90ae4819982d73d707f224802d) **\[更多]** → **下载 PDF**.
   * 查看 *列参考* 以下内容，以了解有关该表的更多信息。

   <div data-with-frame="true"><figure><img src="/files/cfc8bd77cb2d300a7c0bf98b2b4864ee1d67c26d" alt="" width="563"><figcaption></figcaption></figure></div>

<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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/view-your-contract-history-with-brands.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.
