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

# Contact Quality

Contact quality is measured for each position and displayed in the sensor map as shown below.![](https://lh5.googleusercontent.com/xGUw3rhsPoDrTX9VrX38JgWSetSEdYoIpHZvGezeyUnJTp3XM5VMA5oQWkB4DYIEmTv-iPeyh6-Bua7U-esUnwLWpLEXLjeDPJDf_THU3VghvOPJ6U-WK_z56OvWSeQaijHBGqQu)

There are four states:

| Color  | Status                  |
| ------ | ----------------------- |
| Black  | No contact is detected  |
| Red    | Poor Contact Quality    |
| Orange | Average Contact Quality |
| Green  | Good Contact Quality    |

If a sensor is not in green, please check that it is making a good contact with the scalp and the sensor is wet. If the subject has thick hair, try to work the sensor under the hair and add additional fluid. Bad positioning and dry sensors are the two most common reasons for poor contact quality. Other reasons could be that the sensor housing isn’t locked in place or the felt pad has been recently replaced which might not be pushed far enough into the sensor housing.

If a sensor is persistently not making a good contact, you can test its functionality by tapping on the sensor and observe if anything appears in the EEG data steam. You can also try measuring your ECG by touching both references with one hand and the sensor with the other. You should be able to clearly see the QRS and T-wave.

If all of the channels are showing the same level of poor quality, the likely cause is the reference sensors are dry or the reference sensors are not making a good contact to the scalp. Before adjusting any of the recording electrodes, it is recommended that you have a good contact (green) for the reference sensors.

If the felt sensors are moistened for the first time, the sensors take time to absorb the fluid. The best solution is to apply a small amount onto each sensor and then top up each sensor so that they are wet.

For users with thick hair, skin contact can be improved by working the sensors through the hair to make a better contact onto the scalp.


---

# 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-user-manual/troubleshooting/contact_quality.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.
