> For the complete documentation index, see [llms.txt](https://docs.managebot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.managebot.xyz/command-categories/todo.md).

# 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>
```
