# Tasks

{% hint style="info" %}
This page is about the Tasks sidebar. To read about the task overview, go here: [Task overview](/reference/tasks/task-overview.md)
{% endhint %}

{% hint style="info" %}
**Tip** For a more in-depth introduction to the tasks-feature read our tutorials for tasks here: [How to use Tasks](/tutorials/guides/how-to-use-tasks.md)
{% endhint %}

### Open task overview

Click "Go to task overview".

### View tasks

You can view tasks assigned to you, by clicking the "Assigned to me" tab.

You can view tasks created by you, by clicking the "Created by me" tab.

### Toggle between open tasks and all tasks

Clicking "Open tasks" will only show open tasks, whereas clicking "All tasks" will show all tasks.

### Read comments on task

Click the "Unread comments"-icon

### Edit task

1. Click "Edit task"-icon
2. Modify [task details](/reference/tasks/task-details.md)

### Pin/Unpin task

Click the "Pin task"-icon for the task you want to pin


---

# 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.struct.com/reference/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.
