# 2023 REV ION FRC Starter Bot

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

{% embed url="<https://youtu.be/SzJexn5-gmQ>" %}

Meet the 2023 REV ION FRC Starter Bot! Using all REV ION parts, the Starter Bot is the culmination of analyzing the game, prototyping, and technical documentation. The 2023 REV ION FRC Starter Bot is designed to give teams a starting point for building their robot, while leaving room for iteration, revision, and adaptation to the game’s challenges.

<figure><img src="/files/72WUqNzgFD5OcxpgNf7w" alt="The 2023 REV ION FRC Starter bot pictured with arm fully extended. "><figcaption></figcaption></figure>

|                                                           2023 REV ION FRC Starter Bot Links                                                           |
| :----------------------------------------------------------------------------------------------------------------------------------------------------: |
|       [CAD Assembly - Onshape](https://cad.onshape.com/documents/56a12b92fd203ac55406d12b/w/84a419a826bbc981204d4309/e/3c4370600ccd32582effc7bc)       |
| [Build Guide](https://docs.revrobotics.com/frc-kickoff-concepts/charged-up-2023/starter-bot-2023-rev-ion-frc/2023-rev-ion-frc-starter-bot-build-guide) |
|                                   [Example Code - Java](https://github.com/REVrobotics/2023-REV-ION-FRC-Starter-Bot)                                   |


---

# 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/2023/2023-rev-ion-frc-starter-bot.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.
