# Extensible Modules

- [Introduction](https://guide.petoi.com/extensible-modules/introduction.md)
- [Voice Command Module](https://guide.petoi.com/extensible-modules/voice-command-module.md)
- [Bittle / Bittle X](https://guide.petoi.com/extensible-modules/voice-command-module/bittle-bittle-x.md)
- [Nybble / Nybble Q](https://guide.petoi.com/extensible-modules/voice-command-module/nybble-nybble-q.md)
- [BiBoard V1](https://guide.petoi.com/extensible-modules/voice-command-module/biboard-v1.md)
- [BiBoard V0](https://guide.petoi.com/extensible-modules/voice-command-module/biboard-v0.md)
- [NyBoard](https://guide.petoi.com/extensible-modules/voice-command-module/nyboard.md)
- [IR Distance Sensor(Double Infrared Reflection Sensor)](https://guide.petoi.com/extensible-modules/ir-distance-sensor-double-infrared-reflection-sensor.md)
- [Light Sensor](https://guide.petoi.com/extensible-modules/light-sensor.md)
- [Touch Sensor](https://guide.petoi.com/extensible-modules/touch-sensor.md)
- [Gesture Sensor](https://guide.petoi.com/extensible-modules/gesture-sensor.md)
- [PIR Motion Sensor](https://guide.petoi.com/extensible-modules/pir-motion-sensor.md)
- [Ultrasonic Sensor](https://guide.petoi.com/extensible-modules/ultrasonic-sensor.md)
- [Back Touch Sensor](https://guide.petoi.com/extensible-modules/back-touch-sensor.md)
- [Bittle X V2 / Bittle X+Arm](https://guide.petoi.com/extensible-modules/back-touch-sensor/bittle-x-v2-bittle-x+arm.md)
- [Nybble Q](https://guide.petoi.com/extensible-modules/back-touch-sensor/nybble-q.md)
- [Petoi AI Vision Module](https://guide.petoi.com/extensible-modules/petoi-ai-vision-module.md)
- [Advanced development and application of AI vision modules](https://guide.petoi.com/extensible-modules/petoi-ai-vision-module/advanced-development-and-application-of-ai-vision-modules.md)
- [Model Training](https://guide.petoi.com/extensible-modules/petoi-ai-vision-module/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://guide.petoi.com/extensible-modules/petoi-ai-vision-module/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://guide.petoi.com/extensible-modules/petoi-ai-vision-module/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://guide.petoi.com/extensible-modules/petoi-ai-vision-module/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://guide.petoi.com/extensible-modules/robot-arm.md)
- [Upgrade your older Bittle/Bittle X for the robotics arm gripper](https://guide.petoi.com/extensible-modules/robot-arm/upgrade-your-older-bittle-bittle-x-for-the-robotics-arm-gripper.md)
- [Joystick with Micro:Bit](https://guide.petoi.com/extensible-modules/joystick-with-micro-bit.md)
- [Bittle X / Bittle X V2](https://guide.petoi.com/extensible-modules/joystick-with-micro-bit/bittle-x-bittle-x-v2.md)
- [Bittle X+Arm](https://guide.petoi.com/extensible-modules/joystick-with-micro-bit/bittle-x+arm.md)
- [Nybble / Nybble Q](https://guide.petoi.com/extensible-modules/joystick-with-micro-bit/nybble-nybble-q.md)
- [MU Camera](https://guide.petoi.com/extensible-modules/mu-camera.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://guide.petoi.com/extensible-modules.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.
