> 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/pt-br/o-que-voce-gostaria-de-aprender/platform-features/dashboard/manage-your-to-do-list.md).

# Gerencie sua lista de tarefas

O *Lista de Tarefas* o widget lista todas as suas tarefas pendentes que estão prontas para serem executadas. Este widget ajuda você a acompanhar tarefas pendentes diretamente do painel e garante que você mantenha suas tarefas em aberto no mínimo. Essas tarefas podem ser executadas selecionando os botões relevantes ao lado de cada item listado.

{% hint style="info" %}
**Observação:** O *Lista de Tarefas* o widget é diferente do *Tarefas* widget. Veja [Explicação do Painel e dos Widgets do Parceiro](/partner/pt-br/o-que-voce-gostaria-de-aprender/platform-features/dashboard/partner-dashboard-and-widgets-explained.md) para saber mais.
{% endhint %}

1. Navegue até a seção *Lista de Tarefas* widget no seu [painel](https://app.impact.com/secure/mediapartner/home/pview.ihtml).
2. Para concluir uma tarefa listada, selecione o botão ao lado dela (por exemplo, *Retornar à Lista de Verificação*, *Ver Alterações no Contrato*, etc.).
   * As tarefas podem incluir a visualização de convites de programa ou campanha, consultas de ação e muito mais.
3. Para adiar uma tarefa listada e removê-la da visualização, selecione **Dispensar**.
   * Uma tarefa dispensada reaparecerá após 7 dias, se você não a tiver concluído até lá.
   * As tarefas da Lista de Verificação não podem ser adiadas.
4. Para ver tarefas adicionais mais abaixo na lista, selecione **Ver tudo**.

   <div data-with-frame="true"><figure><img src="/files/1297397165d1579d4d6360ba204ef7042a132ffe" 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/pt-br/o-que-voce-gostaria-de-aprender/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.
