> 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/multi-program-reports/operations-reports/recent-and-upcoming-contracts-report.md).

# 近期与即将到来的合同报告

该 **近期及即将到期合同报告** 您可以在此查看过去30天内已过期或将在未来30天内到期的合同，以及任何将于未来30天内开始的待处理合同。

#### 查找报告

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **报告 → 更多报告**.
2. 在 **名称** 搜索栏中输入“Recent and Upcoming Contracts”，然后选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]**.
3. 在搜索结果中，选择 **近期及即将到期合同**.
4. 在这里，您可以查看该报告的两个部分。
   * 有关 *合同到期* 报告中的该部分的更多信息，请参阅下方的 *合同到期参考* 部分。
   * 有关 *即将开始的合同* 报告中的该部分的更多信息，请参阅下方的 *即将开始的合同参考* 部分。
   * 如有需要，可使用 *活动* 和 *合作伙伴* 筛选器来优化报告结果。

您可以 [安排](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/manage-reports.md) 和 [保存](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/manage-reports.md) 在查看报告时使用屏幕右上角的按钮来安排或保存此报告。

<details>

<summary>合同到期参考</summary>

报告的此部分包含您与合作伙伴之间最近已过期或即将到期的合同信息。请查看下表，了解该报告此部分中每个列标题的更多信息。

此处找到的合同并不一定意味着您与合作伙伴的业务关系将结束；如果您正在更改合作伙伴签署的合同，原合同会先结束（并显示在此处），然后新合同才开始（并显示在报告的下一部分）。

|            |                                                                          |
| ---------- | ------------------------------------------------------------------------ |
| **表格列**    | **说明**                                                                   |
| **活动**     | 查看该合同适用于哪个项目（原称 *活动*）此合同已到期。                                             |
| **合作伙伴**   | 查看已离开以及即将离开您项目的合作伙伴。                                                     |
| **合同**     | 查看该行中用于规范您与该合作伙伴合同的模板条款名称。                                               |
| **合同开始日期** | 查看规范您与合作伙伴业务关系的该合同何时开始。                                                  |
| **合同结束日期** | 查看规范您与合作伙伴业务关系的合同何时结束或将于何时结束。                                            |
| **已过期？**   | 查看规范您与合作伙伴业务关系的合同是否已经结束。如果 *否* 显示在此处，它将变为 *是* 在……列中找到的日期和时间时 *合同结束日期* 列。 |

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

</details>

<details>

<summary>即将开始的合同参考</summary>

报告的此部分包含您与合作伙伴之间即将开始的合同信息。请查看下表，了解该报告此部分中每个列标题的更多信息。

|            |                                              |
| ---------- | -------------------------------------------- |
| **表格列**    | **说明**                                       |
| **活动**     | 查看该合同适用于哪个项目（原称 *活动*）此合同将存在。                 |
| **合作伙伴**   | 查看即将加入您项目的合作伙伴。                              |
| **合同类型**   | 查看此合同是 *新建* 或 *已更新*.                         |
| **合同**     | 查看该行中将用于规范您与该合作伙伴合同的模板条款名称。                  |
| **合同开始日期** | 查看将规范您与合作伙伴业务关系的合同何时开始。                      |
| **合同结束日期** | 查看将规范您与合作伙伴业务关系的合同何时结束。如果为空，则目前尚未为该合同设置到期日期。 |

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

</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/multi-program-reports/operations-reports/recent-and-upcoming-contracts-report.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.
