> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/studio/flows/nodes/note-update.md).

# Note: Update

After creating a note in your Flow, it is possible to update the note within the same conversation. This might be useful in long-running chat conversations, when new details from the conversation need to be reflected in the note.

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

Note: Update requires the same fields as Note: Create, plus the Note ID of the note which was created. This ID will be available in the Note ID variable upon creation of the note.

| Property     | Description                                                                                                                | Explanation                                                                    |
| ------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Note ID      | The ID of the note to update                                                                                               | Use the Note ID variable, which will be set after using the Note: Create node. |
| Title        | The title of the note will be visible in the Notes overview in the Inbox and Studio                                        |                                                                                |
| Body         | The contents of the note                                                                                                   |                                                                                |
| Mark as done | By default Notes have the status "new", indicating they need to be processed. Enabling this will set the status to "done". |                                                                                |
| Tags         | Any tags to be attached to the note                                                                                        |                                                                                |

### Variables

After updating the note, the following variables will be available to you in the Flow, containing the values of the note you just updated:

* Note ID
* Note Title
* Note Body
* Note Status

### How to update a note?

To append new data to the existing note, without having to copy and paste the same title and body, you can make use of the other Note variables, like we do in the screenshot below:

<figure><img src="/files/877ol0MzXDR4vCAb0mwn" alt=""><figcaption></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://manuals.dialox.ai/studio/flows/nodes/note-update.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.
