> 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/ftc-kickoff-concepts/centerstage-2023-2024/starter-bot-centerstage.md).

# Starter Bot - CENTERSTAGE

{% embed url="<https://youtu.be/OvVFwGCJoEg>" %}
Introducing the 2023-24 REV DUO FTC Starter Bot
{% endembed %}

We are excited for teams to get started building the 2023-24 REV DUO FTC Starter Bot! Please keep this page bookmarked for future updates and more ideas for building a robot that can play the 2023-2024 FTC Game, CENTERSTAGE.&#x20;

<figure><img src="/files/LSNpS7jec2RwGLbSEOoS" alt=""><figcaption><p>2023-24 REV DUO FTC Starter Bot</p></figcaption></figure>

## Documentation Links

|       [2023-24 REV DUO Starter Bot Build Guide - PDF](https://www.revrobotics.com/content/docs/2023-24_REV_DUO_FTC_Starter-Bot-Build-Guide.pdf)       |
| :---------------------------------------------------------------------------------------------------------------------------------------------------: |
| [2023-24 Starter Bot CAD - Onshape](https://cad.onshape.com/documents/d33b92639ca2092e94e1a627/w/652eeecdb1c8b518a5a5e67f/e/5746680be96f4fb758b7c378) |
|                    [Teleop Code and Configuration Instructions](/ftc-kickoff-concepts/centerstage-2023-2024/programming-teleop.md)                    |
|                                 [Bill of Materials](/ftc-kickoff-concepts/centerstage-2023-2024/bill-of-materials.md)                                 |

#### Build Guide - PDF Download

{% embed url="<https://www.youtube.com/watch?v=2iKhc6IemjI>" %}
2023-24 REV DUO FTC Starter Bot Walkthrough Video
{% endembed %}


---

# 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/ftc-kickoff-concepts/centerstage-2023-2024/starter-bot-centerstage.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.
