> For the complete documentation index, see [llms.txt](https://help.iviva.com/lucy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iviva.com/lucy/my-work-folders/adding-notes-related-to-a-folder.md).

# Adding Notes related to a Folder

The Notes tab of folder holds written details about its contents. Keeping notes helps users to understand what information a particular folder contains.

This article explains how to add notes to record information about an existing folder in the system.

## <mark style="color:blue;">Adding Notes</mark>

Let’s add notes related to a folder.

1. On the app **homepage**, go to the **My Work** tab on the left sidebar.
2. All the folders you have created, as well as those created by others, will be listed.
3. If you cannot locate a folder in the list, type in the Folder Name under **Search Folders.**
4. Click on the **folder** to open it.
5. Head to the **Notes** tab and click on the **Notes** box.
6. Text editor panel will be activated to add notes.
7. Type in your note in the text editor.
8. You also have the option to apply formatting to your note using the text-formatting bar. For example, you can click H1 to designate the note as heading level 1.
9. Once you have completed the necessary formatting, click **Save**.


---

# 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://help.iviva.com/lucy/my-work-folders/adding-notes-related-to-a-folder.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.
