# Sensors

- [Introduction to Sensors](https://docs.revrobotics.com/duo-control/sensors/intro-to-sensors.md)
- [Digital](https://docs.revrobotics.com/duo-control/sensors/digital.md)
- [Analog](https://docs.revrobotics.com/duo-control/sensors/analog.md)
- [I2C](https://docs.revrobotics.com/duo-control/sensors/i2c.md)
- [IMU](https://docs.revrobotics.com/duo-control/sensors/i2c/imu.md)
- [Orientating the IMU](https://docs.revrobotics.com/duo-control/sensors/i2c/imu/orientating-the-imu.md)
- [Adding an External IMU to your Hub](https://docs.revrobotics.com/duo-control/sensors/i2c/adding-an-external-imu-to-your-hub.md)
- [Encoders](https://docs.revrobotics.com/duo-control/sensors/encoders.md)
- [REV Motor Encoders](https://docs.revrobotics.com/duo-control/sensors/encoders/motor-based-encoders.md)
- [Through Bore Encoder](https://docs.revrobotics.com/duo-control/sensors/encoders/through-bore-encoder.md)
- [Using 3rd Party Sensors](https://docs.revrobotics.com/duo-control/sensors/5v-sensors.md)
- [Sensor Compatibility Chart](https://docs.revrobotics.com/duo-control/sensors/5v-sensors/sensor-compatibility-chart.md)


---

# Agent Instructions: 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:

```
GET https://docs.revrobotics.com/duo-control/sensors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
