# Notes

{% hint style="info" %}
For accessing customer data such as Notes you have to request access first. For more info about this look into [Access Requests](/administration/access-requests.md).
{% endhint %}

On the left you will find the Notes which are made from via channels, in situations such as:

* [Telephony](https://manuals.dialox.ai/studio/channels/phone) (outside of office hours/noone available/closed)
* [Chatwidget](https://manuals.dialox.ai/studio/channels/chatwidget) (outside office hours/closed)
* [Whatsapp](https://manuals.dialox.ai/studio/channels/whatsapp) (outside of office hours/noone available/closed)

Notes will give Operators the opportunity to handle Notes such as (callback requests, additional information, etc) accordingly.

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

| Identifier        | Details                                                |
| ----------------- | ------------------------------------------------------ |
| To Do             | New note that hasn't been handled yet                  |
| Done              | Node that has been handled accordingly                 |
| Assigned To       | Assigning a note to a specific employee                |
| Mark as done      | Marking the note as done                               |
| Unmark as done    | Unmarking the note as done                             |
| Delete            | Deleting a note                                        |
| Open conversation | Re-engage the conversation                             |
| Export            | Create an export of all notes inside of an environment |

Please remember that notifications for notes only occur during an assignment or unassignment.


---

# 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/notes.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.
