# Session Notes

### Session Note Taking

#### Overview

The Notes tool allows for seamless note taking for each session. By clicking the Notes button as shown in the image below, a modal opens that allows for notes to be added and saved.

<figure><img src="/files/3pLzAGiZCo6YNpCju6rU" alt=""><figcaption><p>Click on 'Notes' </p></figcaption></figure>

<figure><img src="/files/KQfZ2XKqAEipgYHIBCzt" alt=""><figcaption><p>Add a new Session Note</p></figcaption></figure>

#### Salient Features

* **Add a new note**
* **Give visibility**: make the note visible to,
  * Public&#x20;
  * Yourself only
  * Other Logged-in Users only
* **View previous notes**

<figure><img src="/files/V0eDYJ4P6gcPl1xjc5jk" alt=""><figcaption><p>Submitting a new Session Note</p></figcaption></figure>

<figure><img src="/files/b1TRUWerNT2LgceImAo7" alt=""><figcaption><p>History of previously submitted Sessions Notes</p></figcaption></figure>

Once a new note has been submitted, the Notes icon gets updated to reflect the count of notes for this session.

<figure><img src="/files/rq6vxYrC9A6lCGegvPl5" alt=""><figcaption><p>Updated 'Notes' highlighting the count of Session Notes. ie. One Session Note for this session</p></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://guides.pave.ai/branch-dashboard/user-feature-walkthrough/session-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.
