# Client Notes

While you are playing back media you may want to add notes or comments. These can be added to an entire clip or just a single frame within a clip. Once notes have been added they are stored in the Nara database and will appear whenever the media is played back.

{% hint style="warning" %}
Note that notes are only stored within a [playlist](/using-the-app-core-features/playlists.md) - if you add them to a clip which is being played back from a selection made directly in the storage browser then they will not be saved unless you add the current playback selection as a new playlist.
{% endhint %}

To add a note to the current clip, click on the **Client Notes** button:

<div align="left"><figure><img src="/files/C7slTykSM6YiIHFseoN4" alt="" width="218"><figcaption></figcaption></figure></div>

This will open the Client Notes window. Choose whether you want to add the note to the **Entire Shot** (this will be visible regardless of the playback position in the clip) or just the **Current Frame** - the text will appear as an entry in the notes list along with a time-stamp showing when the note was added:

<div align="left"><figure><img src="/files/FKxk2PG41eV61IH6eQYN" alt=""><figcaption></figcaption></figure></div>

More than one note can be added to a clip and multiple notes can also be added to a single frame - in the example above two notes have been added to this clip.

You can jump the cursor directly to a note by selecting its number in the left-hand column in the Notes window.

Click on the Notes button again to close the pop-up window. Note that the button will change to orange if there are notes set within the current playlist.

{% hint style="info" %}
Note that the position of frame notes is also shown by markers in the bar at the bottom of the playback window. You can jump between them without opening the Client Notes window by holding the **Shift** key and pressing **Z** or **X** on the keyboard.
{% endhint %}


---

# 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://docs.nara.stream/using-the-app-core-features/playback-window/client-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.
