# FTC Tutorial

## FTC Tutorial

- [Welcome](https://www.ftctutorial.com/master.md)
- [FTC Competition](https://www.ftctutorial.com/introduction/ftc-competition.md)
- [Starting a FTC team](https://www.ftctutorial.com/introduction/starting-a-ftc-team.md)
- [Starter FTC Kits](https://www.ftctutorial.com/what-to-buy/kits.md)
- [Field and game elements](https://www.ftctutorial.com/what-to-buy/field.md)
- [Tools](https://www.ftctutorial.com/what-to-buy/tools.md)
- [Discount and Sponsorship](https://www.ftctutorial.com/what-to-buy/discount-and-sponsorship.md)
- [Overview of FTC robots](https://www.ftctutorial.com/hardware/overview-of-ftc-robots.md)
- [Drivetrain](https://www.ftctutorial.com/hardware/drivetrain.md)
- [Intake](https://www.ftctutorial.com/hardware/intake.md)
- [Arms](https://www.ftctutorial.com/hardware/arms.md)
- [Power Transfer](https://www.ftctutorial.com/hardware/power-transfer.md): How to transfer rotational power from shaft to shaft
- [CAD](https://www.ftctutorial.com/hardware/cad.md)
- [Where to buy parts and kits](https://www.ftctutorial.com/robot-basics/shops.md)
- [Hole Patterns](https://www.ftctutorial.com/robot-basics/hole-patterns.md): Each vendor has their own hole pattern, and none of them match up. Let's take a look at them now.
- [Structure](https://www.ftctutorial.com/robot-basics/structure.md)
- [Motion](https://www.ftctutorial.com/robot-basics/motion.md)
- [Electronics](https://www.ftctutorial.com/robot-basics/electronics.md)
- [Hardware](https://www.ftctutorial.com/robot-basics/hardware.md)
- [Basics](https://www.ftctutorial.com/programming/basics.md)
- [Configuring the robot](https://www.ftctutorial.com/programming/basics/configuring-the-robot.md)
- [Quick Java Tutorial](https://www.ftctutorial.com/programming/basics/quick-java-tutorial.md): Learn the basics of Java programming. Covering variables, conditionals, loops, methods, classes, and objects.
- [Download Android Studios](https://www.ftctutorial.com/programming/basics/download-android-studios.md): Android Studios is the app used to program and deploy Java code onto the robot.
- [Using Github](https://www.ftctutorial.com/programming/basics/using-github.md): A Github account is required to pull from the FTC
- [Vision](https://www.ftctutorial.com/programming/vision.md)
- [Untitled](https://www.ftctutorial.com/engineering-notebook/untitled.md)
- [TechNova Team](https://www.ftctutorial.com/about/technova-team.md)
- [Contact Us](https://www.ftctutorial.com/about/contact-us.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.ftctutorial.com/master.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.
