# Note: Create

When information is collected by the Bot, it will be stored in the database of the system. This can be stored either in the user object or in the conversation object. Data that is not necessarily a property of the conversation of the user can be collected and sent as an internal Note. The created notes will be stored as part of the conversation but they can also be viewed in the studio in the Notes section:

<figure><img src="/files/6H3J0acnorrqbFqCRvsa" alt=""><figcaption></figcaption></figure>

The Note object is also exposed in the [DialoX API](https://developer.dialox.ai/dev/rest/#/Notes) and can be used to integrate with any back office system. Add the node type Note: Create to your Flow in order to create a note.

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

The node consists of the following fields that can be managed in the side panel.

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

| Property     | Description                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------------------- |
| 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 creating the note, the following variables will be available to you in the Flow, containing the values of the note you just created:

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

## Resources

* [DialoX API - Notes](https://developer.dialox.ai/dev/rest/#/Notes)


---

# 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://manuals.dialox.ai/studio/flows/nodes/note-create.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.
