# ToDo

## ToDo

Many people keep a list of things to do — on paper, in a spreadsheet, or in an app. Labii ELN & LIMS provides task widgets to simplifier the task tracking process.

The tasks are displayed in a list:

### Add a todo

Tasks can be added via clicking button "**Add ToDo**".

### Edit a todo

Click the **edit** icon next to a task to edit a task.

### Delete a todo

Click the **delete** icon next to a task to delete a task.

### Complete a todo

Click the checkbox of a task to complete the task, click the checkbox again to undo the task. Due tasks are showing in red color.

### Change order

Drag the handle in front of a task to change task order.


---

# 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.labii.com/widgets/section-widgets/productivity/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.
