> 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/es/sobre-que-te-gustaria-aprender/platform-features/dashboard/manage-your-to-do-list.md).

# Gestiona tu lista de tareas

El *Lista de tareas* El widget enumera todas sus tareas pendientes que están listas para ser atendidas. Este widget le ayuda a hacer un seguimiento de las tareas pendientes directamente desde el panel y garantiza que mantenga sus tareas pendientes al mínimo. Estas tareas pueden atenderse seleccionando los botones correspondientes junto a cada elemento listado.

{% hint style="success" %}
**Nota:** El *Lista de tareas* el widget es diferente del *Tareas* widget. Consulte [Panel y widgets del socio explicados](/partner/es/sobre-que-te-gustaria-aprender/platform-features/dashboard/partner-dashboard-and-widgets-explained.md) para obtener más información.
{% endhint %}

1. Vaya al *Lista de tareas* widget en su [panel](https://app.impact.com/secure/mediapartner/home/pview.ihtml).
2. Para completar una tarea listada, seleccione el botón junto a ella (p. ej., *Volver a la lista de verificación*, *Ver cambios en el contrato*, etc.).
   * Las tareas pueden incluir ver invitaciones a programas o campañas, responder consultas y más.
3. Para posponer una tarea listada y quitarla de la vista, seleccione **Descartar**.
   * Una tarea descartada volverá a aparecer después de 7 días si no la ha completado para entonces.
   * Las tareas de la lista de verificación no se pueden posponer.
4. Para ver tareas adicionales más abajo en la lista, seleccione **Ver todo**.

   <div data-with-frame="true"><figure><img src="/files/961af9358d80a7f13e6af07c00be5758298b5a2b" 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/es/sobre-que-te-gustaria-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.
