# FRC Build

- [Getting Started](https://docs.andymark.com/frc-build/getting-started.md): Identify tool sets to help you build your robot, structure to mount systems, and movement to traverse the field.
- [Tools](https://docs.andymark.com/frc-build/getting-started/tools.md): Setting up your shop for the first time or refreshing for a new season? Check out these tools to help save time.
- [Structure](https://docs.andymark.com/frc-build/getting-started/structure.md): Deciding what materials to use where can make or (literally) break your season.
- [FRC Structure Standards](https://docs.andymark.com/frc-build/getting-started/structure/frc-structure-standards.md): A list of common standards used in FRC and on AndyMark Products.
- [Mobility](https://docs.andymark.com/frc-build/getting-started/mobility.md): Moving yourself and scoring elements around quickly and precisely.
- [Application Examples](https://docs.andymark.com/frc-build/application-examples.md)
- [Drive](https://docs.andymark.com/frc-build/application-examples/drive.md)
- [Intakes/Indexers](https://docs.andymark.com/frc-build/application-examples/intakes-indexers.md)
- [Launchers](https://docs.andymark.com/frc-build/application-examples/launchers.md)
- [Arms & Lifts](https://docs.andymark.com/frc-build/application-examples/arms-and-lifts.md)
- [Climb](https://docs.andymark.com/frc-build/application-examples/climb.md)
- [Bumpers](https://docs.andymark.com/frc-build/bumpers.md): Bumpers protect your robot from damage on the field! It's important to build a robust and easily repairable set of bumpers each season.
- [Foam](https://docs.andymark.com/frc-build/bumpers/foam.md): AndyMark offers 3 types of competition legal bumper foams for FRC Teams.
- [Fabric](https://docs.andymark.com/frc-build/bumpers/fabric.md): AndyMark offers 2 types of fabric, giving teams the option of choosing between high durability and slick bumper surfaces.
- [Installation](https://docs.andymark.com/frc-build/bumpers/installation.md)


---

# 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.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.
