> 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/fitting-your-mn8.md).

# Fitting Your MN8

MN8 is a compact EEG device with adjustable ear hooks for improved fit and comfort.

| ![](https://lh6.googleusercontent.com/qScs8pJHZfY1IK7dWSnS8wZfnG-cE8G6JKJylqoCM_wW1JChXDa9bWUFHBNy87mgmzqcntyh7vQUdOSnr4oolXvggbLoK5OSPiGK03QHskqoLukux7WbC5z1h3HNJhOS7snL30ghygxaKxY6lQ5O_Bg) | <p><br></p><p><img src="https://lh3.googleusercontent.com/8vPsetWawOsf7wFpUeM7Sx80BRgz6fD4iNB5mJui8hXau4WdICKvHWm7lJh35mN2w2ZVQjBP-N6rkdn7oks1Evxxw6cDUm9jQgrOcWm9lzKR-BzXQXctvK4M2-HED1gS68_kcP42QTJJEsp580_V3vQ" alt=""></p> | ![](https://lh6.googleusercontent.com/w7Adrfqw0sLz758Kq9X_OY2bt_-Wu0W6qQHlW4BXBlBM38NUI--yGuqC4ctAuziCFzB_7X0HrPJqCAR6p9BZNdBjMyFe-exB6N2JdaFPjW_p5mJkPnCbT4pppH3lwUi0V8eyiQcoMqxGhlI0cbCgjQI)          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1. Place your MN8 over your neck with each pod resting against your shoulders.                                                                                                                 | 2. Take the left-hand pod and feed the ear hook over your ear. Repeat with the right-hand pod. Make sure there is no hair caught in between the ear hooks and the back of your ear.                                            | <p>3. Push the earbuds into your ear canal, making sure that they fit comfortably but snuggly.  Both bumps (reference sensors) in the ear hook should be touching the back of your ear. </p><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/fitting-your-mn8.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.
