> 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/it/di-cosa-vorresti-saperne-di-piu/platform-features/dashboard/manage-your-to-do-list.md).

# Gestisci la tua lista delle cose da fare

Il *Lista delle attività* il widget elenca tutte le tue attività in sospeso che sono pronte per essere eseguite. Questo widget ti aiuta a tenere traccia delle attività in sospeso direttamente dalla dashboard e ti assicura di mantenere al minimo le attività ancora aperte. Queste attività possono essere eseguite selezionando i pulsanti pertinenti accanto a ciascun elemento elencato.

{% hint style="info" %}
**Nota:** Il *Lista delle attività* il widget è diverso dal *Attività* widget. Vedi [Spiegazione della dashboard e dei widget del partner](/partner/it/di-cosa-vorresti-saperne-di-piu/platform-features/dashboard/partner-dashboard-and-widgets-explained.md) per saperne di più.
{% endhint %}

1. Vai alla *Lista delle attività* widget sul tuo [dashboard](https://app.impact.com/secure/mediapartner/home/pview.ihtml).
2. Per completare un'attività elencata, seleziona il pulsante accanto ad essa (ad es. *Ritorna alla checklist*, *Visualizza le modifiche al contratto*, ecc.).
   * Le attività possono includere la visualizzazione di inviti a programmi o campagne, richieste di azione e altro ancora.
3. Per rimandare un'attività elencata e rimuoverla dalla visualizzazione, seleziona **Ignora**.
   * Un'attività ignorata riapparirà dopo 7 giorni se non l'hai completata entro quel momento.
   * Le attività della checklist non possono essere rimandate.
4. Per visualizzare altre attività più in basso nell'elenco, seleziona **Visualizza tutto**.

   <div data-with-frame="true"><figure><img src="/files/64708d61bed59d6410e73efa556d48763931289b" 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/it/di-cosa-vorresti-saperne-di-piu/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.
