> For the complete documentation index, see [llms.txt](https://docs.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.petoi.com/extensible-modules.md).

# Extensible Modules

- [Introduction](https://docs.petoi.com/extensible-modules/introduction.md)
- [MU Camera](https://docs.petoi.com/extensible-modules/mu-camera.md)
- [Ultrasonic Sensor](https://docs.petoi.com/extensible-modules/ultrasonic-sensor.md)
- [Light SensorA](https://docs.petoi.com/extensible-modules/light-sensora.md)
- [Touch Sensor](https://docs.petoi.com/extensible-modules/touch-sensor.md)
- [Gesture Sensor](https://docs.petoi.com/extensible-modules/gesture-sensor.md)
- [PIR Motion Sensor](https://docs.petoi.com/extensible-modules/pir-motion-sensor.md)
- [IR Distance Sensor(Double Infrared Reflection Sensor)](https://docs.petoi.com/extensible-modules/ir-distance-sensor-double-infrared-reflection-sensor.md)
- [Voice Command Module](https://docs.petoi.com/extensible-modules/voice-command-module.md)
- [Petoi AI Vision](https://docs.petoi.com/extensible-modules/petoi-ai-vision.md)
- [Advanced development and application of AI vision modules](https://docs.petoi.com/extensible-modules/advanced-development-and-application-of-ai-vision-modules.md)
- [Model Training](https://docs.petoi.com/extensible-modules/advanced-development-and-application-of-ai-vision-modules/model-training.md): With deep learning networks can learn data features from large amounts of data, which can be applied to a variety of detection, segmentation tasks.
- [Model quantification](https://docs.petoi.com/extensible-modules/advanced-development-and-application-of-ai-vision-modules/model-quantification.md): In the ‘Model Training’ section, we explained how to train a yolov8 model, but in order to deploy it on Grove Vision V2, we need to further quantify the model. This section is described below:
- [Model deployment](https://docs.petoi.com/extensible-modules/advanced-development-and-application-of-ai-vision-modules/model-deployment.md): In this section, we will learn how to upload the model to the hardware and complete communication with the Petoi robot dog.
- [Training on the COCO DIY dataset](https://docs.petoi.com/extensible-modules/advanced-development-and-application-of-ai-vision-modules/training-on-the-coco-diy-dataset.md): This section describes how to extract some of the labels and data from the COCO dataset for training using the scripting tool provided by Petoi.
- [Robot Arm](https://docs.petoi.com/extensible-modules/robot-arm.md)
- [Upgrade your older Bittle/Bittle X for the robotics arm gripper](https://docs.petoi.com/extensible-modules/robot-arm/upgrade-your-older-bittle-bittle-x-for-the-robotics-arm-gripper.md)
- [Joystick with Micro:Bit](https://docs.petoi.com/extensible-modules/joystick-with-micro-bit.md)
- [Back Touch Sensor](https://docs.petoi.com/extensible-modules/back-touch-sensor.md)
- [Bittle X V2 / Bittle X+Arm](https://docs.petoi.com/extensible-modules/back-touch-sensor/bittle-x-v2-bittle-x+arm.md)
- [Nybble Q](https://docs.petoi.com/extensible-modules/back-touch-sensor/nybble-q.md)


---

# 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://docs.petoi.com/extensible-modules.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.
