> For the complete documentation index, see [llms.txt](https://manuale.opencontent.it/manuali/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuale.opencontent.it/manuali/oc-assistant/gli-strumenti-del-funzionario/i-task.md).

# I task

I task (o attività) sono il modo in cui la piattaforma trasforma le conversazioni in lavoro concreto e tracciabile. Quando da una richiesta emerge qualcosa che richiede un seguito (un documento da produrre, una verifica da completare, un'azione da assegnare a un collega) l'assistente propone di aprire un'attività direttamente dalla chat, senza dover passare a un altro strumento. Il funzionario può anche decidere di aprire un task indipendentemente da una conversazione in corso.

<figure><img src="/files/r3pR5oDUAx2E4I1oq0kn" alt=""><figcaption></figcaption></figure>

Ogni è composta da:&#x20;

* un titolo;
* una descrizione con eventuali allegati;
* una scadenza;
* un responsabile.&#x20;

Il funzionario accede a tutte le proprie attività dalla sezione "Le tue attività" nel menu laterale: qui trova i task assegnati a sé, quelli condivisi con i colleghi e quelli che ha aperto per altri senza condividerli direttamente. Le attività si possono filtrare per scadenza o priorità, oppure cercare per nome quando si sa già cosa si sta cercando.

<figure><img src="/files/POiSy4RF6JQkfItFUMbS" alt=""><figcaption></figcaption></figure>

Quando un'attività viene assegnata a un collega, questi riceve una notifica automatica. Ogni aggiornamento di stato (apertura, avanzamento, chiusura) è registrato e visibile a chi ha accesso all'attività.


---

# 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:

```
GET https://manuale.opencontent.it/manuali/oc-assistant/gli-strumenti-del-funzionario/i-task.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
