# Overview

## Adding an item

Items (tasks, opportunities and projects)  can be added by selecting the "New item" button found in the top right corner.&#x20;

When adding an item, a menu will open with two options - "Blank item" and "Template item". Blank item will create a blank new item while template item will create an item from a template.&#x20;

Both options open a menu where a group needs to be selected and if creating a template item, a template needs to be selected. Once the options have been selected, you will need to click the "New item" button underneath the selects to add the item.

{% hint style="info" %}
Tasks, opportunities or projects  cannot be created without assigning a group.
{% endhint %}

## Filter

The filter is set to "Your items due by today" by default. Clicking the filter will open a menu with all the standard filter options - simply click one of the options to change the item view.

<figure><img src="/files/QksbCmb8F5SmYNW47EdQ" alt="" width="399"><figcaption><p>An example of the filter found on the tasks tab.</p></figcaption></figure>

## Advanced Filter

Advanced filter allows you to further filter your item list by team, tag and status. This button is found underneath the "New item" button in the top right corner.

Clicking the advanced filter will open a menu with filter options, and each of these will open another menu where you can choose your filter options.&#x20;

&#x20;

<figure><img src="/files/YJywJzg9zo2RxPyIBkgi" alt=""><figcaption><p>An example of advanced filtering on the tasks tab.</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.moasapp.com/tasks/overview.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.
