# To-Do

## /todo add-item

Creates a To-Do list (if you don't have one) and adds an item. The limit for items is 10.

```
/todo add-item <string: item>
```

## /todo remove-item

Removes an item from your To-Do list.

```
/todo remove-item <string: item>
```

## /todo list

Shows all your To-Do items. You can send the message invisible if you want to protect your own privacy.

```
/todo list [bool: ephemeral]
```

## /todo clear-list

Delete all your items from your To-Do list.

```
/todo clear-list
```

## /todo edit-item

Edit an item in your To-Do list.

```
/todo edit-item <string: item> <string: new_item>
```


---

# 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.managebot.xyz/command-categories/todo.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.
