# Introduction to VEX Parts

- [Structure](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure.md): Hardware used to attach parts to each other.
- [C-Channels and Angles](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure/c-channels-and-angles.md): Important components for main structural foundations.
- [Fasteners](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure/fasteners.md): Crucial for attaching structural pieces to each other.
- [Retainers](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure/retainers.md): Simplify robot construction with hex nut retainers and standoffs retainers.
- [Gussets and Brackets](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure/gussets-and-brackets.md): Smaller metal pieces used to mount structural components.
- [Bearings](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure/bearings.md): Ensure smooth, frictionless motion in moving parts.
- [Plate Metal and Flat Bars](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/structure/plate-metal-and-flat-bars.md): Versatile structural components with a variety of uses.
- [Motion](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion.md): Parts that make things go.
- [High Strength Components](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion/high-strength-components.md)
- [Gears and Sprockets](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion/gears-and-sprockets.md)
- [Traction Wheels](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion/traction-wheels.md): Mitigate the effects of opposing defense with traction wheels.
- [Mecanum Wheels](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion/mecanum-wheels.md): Clever programmers can take advantage of mecanum wheels to improve maneuverability in the autonomous period.
- [Omnidirectional Wheels](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion/omnidirectional-wheels.md): Wheels that have a multitude of degrees of freedom thanks to their rollers.
- [Flex Wheels](https://wiki.purduesigbots.com/hardware/misc.-vex-parts-1/motion/flex-wheels.md): Compressible wheels that are useful for intakes, flywheels, and even drivetrains.


---

# 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/hardware/misc.-vex-parts-1.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.
