> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/frc-kickoff-concepts/2024/starter-bot.md).

# 2024 REV ION FRC Starter Bot

{% embed url="<https://youtu.be/fm0M-4Gmf0c?si=2LHjou-mUbPz5v4H>" %}
2024 REV ION FRC Starter Bot Reveal Video
{% endembed %}

We are excited for teams to get started building the 2024 REV ION FRC Starter Bot! Please keep this page bookmarked for future updates and inspiration for building your robot that will compete in the 2024 FRC game, CRESCENDO!

<figure><img src="/files/hPIpcV6zarUa8sbzksTS" alt=""><figcaption><p>The 2024 Starter Bot, fully assembled and in starting configuration</p></figcaption></figure>

## 2024 REV ION FRC Starter Bot Resources

|                                                       2024 REV ION FRC Starter Bot Resources                                                       |
| :------------------------------------------------------------------------------------------------------------------------------------------------: |
| [2024 Starter Bot CAD - Onshape](https://cad.onshape.com/documents/13d6b4106d6774d042b595f2/w/19474c47606fa4f8682cf6dd/e/f062f614d6e785bd19908ebe) |
|              [Bill of Materials](https://docs.google.com/spreadsheets/d/1oSerunV3yrdOQZmFS-aq8rfcuSfTnKjB1jQaThBq2OE/edit?usp=sharing)             |
|                                     [2024 Starter Bot Build Guides](/frc-kickoff-concepts/2024/build-guide.md)                                     |
|                                         [2024 Starter Bot Example Code](/frc-kickoff-concepts/2024/code.md)                                        |

{% embed url="<https://www.youtube.com/watch?v=yMhzeZtRI-Q>" %}

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


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.revrobotics.com/frc-kickoff-concepts/2024/starter-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
