> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/epoc-flex-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/epoc-flex-user-manual/setup/untitled.md).

# Working with Wires

Once you have fitted all the sensors in place we recommend that you use the included tagger pins and tagger tool to tidy up the wiring. Or we recommend that you place a cap over the top to stop these wires catching. If your research involves minimising motion artifacts you should keep the excess wire secured. We have included two black wire wraps and a tagger tool and clothing tag pins to tie down your cables. This will help reduce wire movement being picked up by the sensor.

![](/files/-MDHqoAuLtBrSpHF7jy3)

If you need to tidy up your wires, use the black cable ties and the needle provided to lock your cables down and prevent any unwanted movement. This is something similar to sewing the cables into the material.

![Tidying up the wires](/files/-LrCUscMu7wmFTnCjDpf)

On the other side of the cables if you want to tie down:

![Tidying up the wires](/files/-LrCTtEPI6u8miCIJhpD)


---

# 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/epoc-flex-user-manual/setup/untitled.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.
