> 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/dashboard/manage-your-to-do-list.md).

# 管理你的待办事项列表

该 *待办事项列表* 此小组件会列出您所有待处理且可立即执行的任务。该小组件可帮助您直接在仪表板上跟踪待处理任务，并确保将未完成任务保持在最低限度。您可以通过选择每个列表项旁边的相关按钮来处理这些任务。

{% hint style="info" %}
**注意：** 该 *待办事项列表* 小组件不同于 *任务* 小组件。请参见 [合作伙伴仪表板和小组件说明](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/dashboard/partner-dashboard-and-widgets-explained.md) 了解更多。
{% endhint %}

1. 转到 *待办事项列表* 您仪表板上的小组件 [仪表板](https://app.impact.com/secure/mediapartner/home/pview.ihtml).
2. 要完成列出的任务，请选择其旁边的按钮（例如 *返回清单*, *查看合同变更*，等）。
   * 任务可能包括查看项目或活动邀请、处理咨询等。
3. 要将列出的任务延后并将其从视图中移除，请选择 **忽略**.
   * 如果您到那时仍未完成，被忽略的任务将在7天后重新出现。
   * 清单任务不能被延后。
4. 要查看列表中更靠下的其他任务，请选择 **查看全部**.

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


---

# 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/dashboard/manage-your-to-do-list.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.
