# Drivetrains

These are the four most common types of Vex Drivetrains:

* Tank Drive
* Mecanum Drive
* X-Drive
* H-Drive

{% embed url="<https://www.youtube.com/watch?v=Py14YTHCth0&embeds_euri=https%3A%2F%2Fcdn.iframe.ly%2F&feature=emb_imp_woyt>" %}
VEX Drivetrain Performance Comparisons (Courtesy of Team 12401A)
{% endembed %}

### Contributing Teams to this Article:

* [2775J](https://www.youtube.com/channel/UCxpfFq6ShDvgmU9P4y6rc_Q?view_as=subscriber) (Jackson Area Robotics)
* [12401A](https://www.youtube.com/channel/UCAzzKKNSyt7bmP-ZqxP5Ygw)&#x20;
* [62](https://hw-robotics.web.app) (Harvard-Westlake)


---

# 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/vex-drivetrains.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.
