> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/emotivpro-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/emotivpro-v3/recordings/adding-a-note-to-a-recording.md).

# Adding a note to a recording

Once you stop an EEG data recording, you can add a note to it.&#x20;

To do this:

![](https://lh3.googleusercontent.com/AB0yukpxxRL5BmISgF5ZirVEQezQF_NG00gGKqq7v2GUEewyF-n_C2hDo96stfGTWCF7OJ98ngBjgDQ_5Si5VWTcHpnOJkAoJQet29EbR9T7tGOxK197tol0q-_133r7LKD-SIBW=s0)

1. Stop your recording in EmotivPRO. To do this, click on the stop button at the bottom left-hand corner of the screen.&#x20;
2. Once the recording stops, a pop-up box will appear on screen.&#x20;
3. Type a note about the recording into the dialog box. You can type up to 1000 characters into the dialog box.&#x20;
4. Click on **Save** to save your note to the recording.&#x20;
5. If you don’t want to add a note to your recording, click on **Skip**.&#x20;

![](https://lh4.googleusercontent.com/rnBI3ZLiK3AzWZFXQc9I1dpnvvVrDV1-7YetRqZ18M-y4_-ANK6eWtlwH38oMUcSL9q1StEjdLoYObhTUD_RE3vr6ZfyoAagG55TqW95yo-p0eAVVcnSNslNdlGBt3qd_VtFZYRL=s0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://emotiv.gitbook.io/emotivpro-v3/recordings/adding-a-note-to-a-recording.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
