# VEX Electronics

- [VEX V5 Brain](https://wiki.purduesigbots.com/vex-electronics/vex-electronics/vex-v5-brain.md): The VEX V5 Brain is the successor to the VEX Cortex and is the current electronics system used in competitive VEX.
- [V5 Electronics Observations and Issues](https://wiki.purduesigbots.com/vex-electronics/vex-electronics/vex-v5-brain/v5-electronics-observations.md): This guide provides a general overview of observations we've observed in regards to some issues/features of the VEX V5 electronics system.
- [VEX Controller](https://wiki.purduesigbots.com/vex-electronics/vex-electronics/vex-joystick.md): The VEX Controller is the principal human interface for a VEX robot since the introduction of VEXNet.
- [VEXnet and V5 Robot Radio](https://wiki.purduesigbots.com/vex-electronics/vex-electronics/vexnet.md): VEXnet is a wireless robot communications system developed by VEX Robotics.
- [VEX Battery](https://wiki.purduesigbots.com/vex-electronics/vex-electronics/vex-battery.md): The V5 Robot Battery is a Li-Ion 1100mAh battery that powers the V5 System
- [VEX Motors](https://wiki.purduesigbots.com/vex-electronics/vex-electronics/motors.md): A VEX Motor is the primary actuator for a VEX robot.


---

# 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://wiki.purduesigbots.com/vex-electronics/vex-electronics.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.
