# Getting Started

* **Tools:** Teams need a basic set of mechanical and electrical tools, such as hex wrenches, drills, screwdrivers, nut drivers, and wiring tools to build, assemble, and iterate on robot parts and control systems.
* **Robot Structure:** The robot’s structural framework (often built from extrusion, patterned components, brackets, and fasteners) forms the chassis and mounting surface for mechanisms, and must be strong, rigid, and easy to maintain.
* **Mobility:** The drivetrain is the subsystem that enables robot movement. Teams choose from common configurations (like tank, swerve, or other designs) that balance maneuverability, power, and complexity.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Tools</td><td><a href="/files/Xsh3s84xyX1O8vbaVVqt">/files/Xsh3s84xyX1O8vbaVVqt</a></td><td><a href="/pages/Hieo03Kufx38ufiZLl8v">/pages/Hieo03Kufx38ufiZLl8v</a></td></tr><tr><td>Structure</td><td><a href="/files/enuXkznvwK5mDJ5odIC7">/files/enuXkznvwK5mDJ5odIC7</a></td><td><a href="/pages/ZJvvyQrh7EU4UUAgugqd">/pages/ZJvvyQrh7EU4UUAgugqd</a></td></tr><tr><td>Mobility</td><td><a href="/files/4NKRiHZZ8m5GUPNmV9Zi">/files/4NKRiHZZ8m5GUPNmV9Zi</a></td><td><a href="/pages/SypdJlwY35umDeYyfJkD">/pages/SypdJlwY35umDeYyfJkD</a></td></tr></tbody></table>

Click on a subject or continue on below to learn more about getting started in FRC!&#x20;


---

# 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.andymark.com/frc-build/getting-started.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.
