> For the complete documentation index, see [llms.txt](https://echelp.weaver.com.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://echelp.weaver.com.co/to-do/personal-notes-to-do.md).

# Personal Notes / To-Do

To create new personal reminder / notes in the To-Do center, click on the "New To-Do" button.

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

The fields "Processing Time" and “Reminder Time” are optional. You may choose to enable "Reminders" and "Remarks" section using the checkboxes at the bottom left corner.

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

View Options: The system supports two view modes, "List View" and "Due Date View,". The "Due Date View"  and categorizes items as "Today," "This Week," "Next Week," "Later," and "No Due Date."

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

The memo list supports hiding "Completed" items. By checking the "Hide Completed" checkbox in the upper right corner of the list, you can hide the "Completed" items.

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

## Processing Personal To-Do

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

Click on the date of the To-Do item to reveal its details.

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

1. If a to-do item doesn't have a reminder or a note, you can still add them on this page.
2. Clicking "Complete To-Do" allows you to mark the to-do as completed. Completed to-dos will be displayed in the "Completed" section within the to-do list.
3. Clicking the "Trash Can" icon, and after a second confirmation, you can delete the to-do. For item-based to-dos, deleting the to-do only removes the to-do item's label but doesn't delete the item itself. For directly created to-dos, they are deleted entirely.
4. Clicking the "Pencil" icon lets you edit the to-do item.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://echelp.weaver.com.co/to-do/personal-notes-to-do.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.
