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

# Add Notes

Save and organize key ideas, technical or business information and even informal notes that you can refer to later, by adding notes to specific nodes in the model.

### Tree View

To add notes to a specific node, hover over the required node and click on the Add Note icon on the top right corner. Enter your note in the pop-up window and click **Save** to save it.​

<figure><img src="/files/AUoH0gc0N5vG7tBquRs0" alt="" width="563"><figcaption><p><strong>Add Note</strong></p></figcaption></figure>

Nodes with added notes are distinguished from other nodes by a triangular mark at the top right corner as shown below. On hovering your mouse over the node, you can view, edit or delete the notes.

<figure><img src="/files/jQNA5Hku3HorZOH7sohr" alt="" width="375"><figcaption><p><strong>Node with added note</strong></p></figcaption></figure>

### Table View

In table view, hover your mouse over the Actions column beside the desired node and click on **Add note** icon to add a note.

<figure><img src="/files/G5P3EgK65hrgZgBIkLkg" alt=""><figcaption><p><strong>Click 'Add note'</strong></p></figcaption></figure>

Enter a note and click **Save**.

<figure><img src="/files/7aK7ChHBwgtuehyHukHH" alt=""><figcaption><p><strong>Add Note</strong></p></figcaption></figure>

In table view, nodes with added notes are indicated as shown below.

<figure><img src="/files/h4ZXZZOuQ2xASNrojEzP" alt=""><figcaption><p><strong>Node with added note</strong></p></figcaption></figure>

### View and Edit Notes

To get an overall view of all the notes added to a model as well as to edit or delete them, click on&#x20;

**Notes->Show All Notes** on the navigation panel at the top.

<figure><img src="/files/ZicTyZiR3l58aFqPgk1f" alt=""><figcaption><p><strong>Show All Notes - Tree View</strong></p></figcaption></figure>

<figure><img src="/files/chXboW3Sm5IiQhBuxblp" alt=""><figcaption><p><strong>Show All Notes - Table View</strong></p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.valq.com/simulate/add-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
