# Notes

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

* [Telephony](/studio/channels/phone.md) (outside of office hours/no one available/closed)
* [Chatwidget](/studio/channels/chat-widget.md) (outside office hours/closed)
* [Whatsapp](/studio/channels/whatsapp/whatsapp.md) (outside of office hours/no one available/closed)

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

Notes will give Operators the opportunity to handle notes such as callback requests, additional information, etc, accordingly.&#x20;

<table><thead><tr><th width="232">Identifier</th><th>Details</th></tr></thead><tbody><tr><td>To Do</td><td>New note that hasn't been handled yet</td></tr><tr><td>Done</td><td>Note that has been handled accordingly</td></tr><tr><td>Assigned To</td><td>Assigning a note to a specific user</td></tr><tr><td>Mark as done</td><td>Marking the note as done</td></tr><tr><td>Unmark as done</td><td>Unmarking the note as done</td></tr><tr><td>Delete</td><td>Deleting a note</td></tr><tr><td>Open conversation</td><td>Re-engage the conversation</td></tr><tr><td>Export </td><td>Create an export of all notes inside of an environment</td></tr></tbody></table>

{% hint style="info" %}
Please remember that notifications for notes only occur during an assignment or unassignment.
{% endhint %}

### Hide columns

To provide a bit more clarity when working with Notes, there is an option to toggle which columns to display. This way certain columns can be omitted to make room for other columns. The columns to show and hide can be toggled in the Columns drop down in the upper right corner:

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


---

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