# My Tasks

The "My Tasks' view shows a list of tasks that are assigned to you.

You can also see a list of tasks that you created on the "Created" tab.

<figure><img src="/files/EjLVDolcdrvFonfACzgN" alt="My Tasks"><figcaption><p>My Tasks</p></figcaption></figure>

Click on a task to update it.&#x20;

Tasks can be filtered on Start Due Date From, End Due Date To, Status and Priority by clicking the "Filters" button

Click on "New Task" to create a new task.&#x20;

The actions menu (...) allows editing or deleting a task.&#x20;


---

# 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/tasks/your-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.
