# Tasks

This section of the dashboard will show upcoming tasks for the next 7 days.

It will show you how many tasks you have for the upcoming week

If there are any overdue tasks you will see a notification

Click "New Task" to create a task

Click "Go to My Tasks" to go to the tasks view

<figure><img src="/files/n2XlVf6b08LLaLNmeMyD" alt="Tasks section on the dashboard"><figcaption><p>Tasks section on the dashboard</p></figcaption></figure>

In the "Actions" column click on the ellipses to perform the following actions on a task (Edit, Delete, Start, Complete, Waiting, Deferred)

<figure><img src="/files/8NTNWoJI3AXIHWqi3d01" alt="Tasks actions on the dashboard" width="164"><figcaption><p>Tasks actions on the dashboard</p></figcaption></figure>


---

# 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.clevercase.com/dashboard/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.
