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

# To Doリストを管理する

その *To Do リスト* ウィジェットには、対応可能な保留中のタスクがすべて一覧表示されます。このウィジェットを使うと、ダッシュボード上で保留中のタスクを直接把握でき、未処理のタスクを最小限に抑えることができます。これらのタスクは、一覧の各項目の横にある該当ボタンを選択することで対応できます。

{% hint style="success" %}
**注意:** その *To Do リスト* ウィジェットは *タスク* ウィジェットとは異なります。詳細は [パートナーダッシュボードとウィジェットの解説](/partner/ja/nitsuitebitaidesuka/platform-features/dashboard/partner-dashboard-and-widgets-explained.md) をご覧ください。
{% endhint %}

1. 次へ移動して、 *To Do リスト* ウィジェットを [ダッシュボード](https://app.impact.com/secure/mediapartner/home/pview.ihtml).
2. 一覧のタスクを完了するには、該当するボタンを選択します（例: *チェックリストに戻す*, *契約変更を表示*など）。
   * タスクには、プログラムやキャンペーンへの招待、対応が必要な問い合わせなどが含まれます。
3. 一覧のタスクをスヌーズして表示から外すには、 **非表示**.
   * 非表示にしたタスクは、7日以内に完了していない場合、7日後に再表示されます。
   * チェックリストのタスクはスヌーズできません。
4. 一覧のさらに下にある追加タスクを表示するには、 **すべて表示**.

   <div data-with-frame="true"><figure><img src="/files/354681259e1b9af814904ddb5793377283a19c32" 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/ja/nitsuitebitaidesuka/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.
