# To-Do List

The To-Do List is one of the items that visually varies between the mobile and tablet views because of screen space.&#x20;

On the mobile view, the sorting and filtering items have to be engaged to be viewed.

<div><figure><img src="/files/KX5zPzRZr4op5FuX420G" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/VjTdDWqvkNBBAkDnRVrI" alt="" width="188"><figcaption></figcaption></figure></div>

On the tablet, the sorting and filtering options are always visible on the left-hand side of the screen. If you've established tags for this project they will also be listed as a sorting option.

<figure><img src="/files/xyPIhEFB43tqoSdIpZjn" alt="" width="375"><figcaption></figcaption></figure>

## Adding a To-Do item

The process for adding a To-Do is the same for both tablet and mobile devices.

Start by clicking the "+" sign in the bottom right of the screen.

<figure><img src="/files/GCMa32goPR5Qm9wODX24" alt="" width="188"><figcaption></figcaption></figure>

&#x20;A pop-up will appear to enter the item's information. Fill in as much of this information as makes sense for that item; you can leave items blank. You can:&#x20;

* add who is responsible for the task by clicking on their avatar
* choose a deadline for the date and/or time
* identify it by a category
* set a priority level
* include additional information via the Note text box
* choose to send a notification out to everyone on the project
* attach an image

<figure><img src="/files/dFBpBuD5DjzVYqET5Y2k" alt=""><figcaption></figcaption></figure>

Click "Add To-Do" to save item. It will now appear in the list.

Completing an item is as easy as clicking on the open box next to the item description and a check mark will appear noting it's completion.

<figure><img src="/files/lg54qP958BJW6mosKUVM" alt="" width="188"><figcaption></figcaption></figure>

## Filtering & Sorting

Your To-Do List can be **Filtered** by Category, Priority, and / or Status. When you choose these options only the items with those settings will be shown. On a mobile device the Filter options are located within the pull-down menu as shown in the screenshot above. On a tablet those options are visible on the left-hand side of the screen.

**Sorting** your To-Do List puts the items in either chronological order of due date or can be done based on priority high to low (H to L) or low to hight (L to H).


---

# 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://collabmind.gitbook.io/collabmind-docs/core-features/to-do-list.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.
