# To-Dos & Reminders

**To-Dos & Reminders** feature helps users manage tasks and reminders from the top bar. Users can create tasks, filter tasks, and track completed, overdue, assigned, or personal tasks.

***

### Steps to Create a Task

* Click the **To-Dos & Reminders** icon in the top bar.

  <div align="center"><figure><img src="/files/rBnfIYcVj8gRVN4yEYjc" alt="" width="280"><figcaption></figcaption></figure></div>
* Click the **Plus** ![](/files/CaYWH4IWds9Zyd9PTgz0) icon.
* Enter the task details. Select a due date using the calendar. Optionally enable **Reminder** and select the required date and time.

  <div align="center"><figure><img src="/files/WfuWhffwq6LCWgW8NjSE" alt="" width="320"><figcaption></figcaption></figure></div>
* To assign the task to another user, enable **Assign to Others** and select the required user.
* Click **Save** icon to create the task.

***

### Steps to View or Mark the Task as Completed

<figure><img src="/files/eNT8gA14uMDXGTKzA3W8" alt="" width="338"><figcaption></figcaption></figure>

* Click the **To-Dos & Reminders** icon in the top bar.
* Use the available filters to view completed, overdue, assigned, or personal tasks.
* To close a task, select **Mark as Complete**.

***


---

# 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://unitecare.gitbook.io/uniteemr/getting-started/user-interface/to-dos-and-reminders.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.
