# CRESCENDO 2024

- [2024 REV ION FRC Starter Bot](https://docs.revrobotics.com/frc-kickoff-concepts/2024/starter-bot.md)
- [2024 REV ION Starter Bot Build Guide](https://docs.revrobotics.com/frc-kickoff-concepts/2024/build-guide.md)
- [MAXSwerve Drivetrain for 2024 Starter Bot](https://docs.revrobotics.com/frc-kickoff-concepts/2024/maxswerve.md)
- [West Coast Drivetrain for 2024 Starter Bot](https://docs.revrobotics.com/frc-kickoff-concepts/2024/west-coast-drive.md)
- [Example Code](https://docs.revrobotics.com/frc-kickoff-concepts/2024/code.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.revrobotics.com/frc-kickoff-concepts/2024.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.
