# Working with Tasks

Once your project is created, you will start seeing items in your To Do list:

<figure><img src="/files/R6PkgyIfh0RvKB0EZTyS" alt=""><figcaption><p>To Do folder</p></figcaption></figure>

Click on any of these tasks to work with them. At this stage, you can update the details, but most importantly, you can add activities. Activities define the flow of a task and allows the communication of requirements between users of the console.

For example:

<figure><img src="/files/sWhJJzRqoEMrRGvBAxVo" alt=""><figcaption><p>Task details</p></figcaption></figure>

Once the user saves this activity, the status of the task updates:

<figure><img src="/files/mjLRhGedcWTubirHrtBD" alt=""><figcaption><p>Task details</p></figcaption></figure>

The project sponsor and owner can now see that something has been actioned. The details of the activities against a task shows up in the task history.

If a task requires multiple interactions, the assigned user of a task can provide details for the next step and re-assign the task to another user who will now see it in their To Do list.


---

# Agent Instructions: 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://docs.tomorrowx.com/cap/product-reference/enterprise-level-projects/working-with-tasks.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.
