# FRC Robot Basics Guide

With the release of the REV ION Build System, the team at REV Robotics wanted to create a resource that introduces you to some of the basic components and techniques used within the *FIRST* Robotics Competition. Included in this guide are tips and tricks for building sturdy structures, how to transfer motion, and more!

{% hint style="success" %}
Check out the guide here! [FRC Robot Basics Guide](https://www.revrobotics.com/content/docs/FRC-Robot-Basics-Guide.pdf)
{% endhint %}

<figure><img src="/files/KTw6E60owx0JwlMaAu1y" alt=""><figcaption></figcaption></figure>


---

# 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://docs.revrobotics.com/ion-build/home/frc-robot-basics-guide.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.
