# Drive Systems

In FTC, the first part of your robot that you will start off with programming is your drive train. There are two very popular styles of drive trains in FTC, the tank drive train and the mecanum drive train.

Luckily, our [Commonly Programmed Modules](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link) section already explains the mecanum and tank drive train in extensive detail, so here we will just provide links to go to the correct pages.&#x20;

### Tank Drive

* [Explanation](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link/tank-drive-skid-steer-part-1#what-is-tank)
* [Tele-op Implementation](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link/tank-drive-skid-steer-part-1#teleop-implementation)
* [Case Study](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link/tank-drive-skid-steer-part-1#case-studies)

### Mecanum Drive

* [Explanation](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link/mecanum-drive-part-1#what-is-mecanum)
* [Tele-op Implementation](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link/mecanum-drive-part-1#teleop-implementation-robot-centric)
* [Case Study](https://ftc-code.gitbook.io/tech-toolbox/please-visit-the-new-link/mecanum-drive-part-1#demo-video-of-the-code-used)


---

# 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://ftc-code.gitbook.io/tech-toolbox/please-visit-https-ftc-tech-toolbox.vercel.app-for-the-new-tech-toolbox/drive-systems.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.
