> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/mn8-user-manual/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/mn8-user-manual/getting-started/mn8-behavior.md).

# MN8 Behavior

When you first turn MN8 on:

* It will automatically enter pairing mode. The multifunctional LED will flash, alternately red and blue while pairing.&#x20;
* When your MN8 is paired you will hear “You’re headset is connected” and the LED will stop flashing.&#x20;
* While you’re using MN8 and LED will intermittently flash blue.&#x20;

Please Note: The LED indicator only shows the status of the audio connection, not the EEG data. To see EEG contact quality, go to the Contact Quality status in your app.&#x20;

| **Action**                 | **Button**                                                 | **LED**                | **Voice Prompt**                 |
| -------------------------- | ---------------------------------------------------------- | ---------------------- | -------------------------------- |
| Power On                   | Long Press Power 2s                                        | Blue                   | “Power On”                       |
| Power Off                  | Long Press Power 3s                                        | Off                    | “Power Off”                      |
| Pairing                    | From Off - Long Press Power 5s                             | Flashing Red/ Blue     | “Pairing..”                      |
| Connected                  | <p><br></p>                                                | 3 short flashes BLUE   | “You’re Headset is Connected”    |
| Disconnected               | <p><br></p>                                                | 2 short flashes RED    | “You’re Headset is Disconnected” |
| Streaming Audio (A2DP)     | <p><br></p>                                                | 2 flashes BLUE         | <p><br></p>                      |
| Incoming Call              | <p><br></p>                                                | Flashing Blue          | <p><br></p>                      |
| Phone Call Active          | <p><br></p>                                                | Slow Pulsing BLUE      | <p><br></p>                      |
| Charging                   | <p><br></p>                                                | Solid RED              | <p><br></p>                      |
| Charging Complete          | <p><br></p>                                                | Solid GREEN            | <p><br></p>                      |
| Vol+                       | Press or Hold Vol+                                         | None                   | Beep at Max                      |
| Vol-                       | Press or Hold Vol-                                         | <p><br></p>            | Beep at Min                      |
| Answer Call                | Short Press Power Button                                   | <p><br></p>            | <p><br></p>                      |
| Hangup Active Call         | Short Press Power Button                                   | <p><br></p>            | <p><br></p>                      |
| Play music                 | Short Press Power Button                                   | <p><br></p>            | <p><br></p>                      |
| Pause/ Resume Music        | Short Press Power Button                                   | <p><br></p>            | <p><br></p>                      |
| Delete Pairing Information | From Power Off.  Hold Power & Vol - 5s                     | Red & Blue Flash twice | <p><br></p>                      |
| Enter DFU (Update) Mode    | From Power Off. Connect to PC and Hold Power & Vol+ for 5s | Will turn off          | <p><br></p>                      |

<br>


---

# 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/mn8-user-manual/getting-started/mn8-behavior.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.
