> 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/into-the-deep-2024-25/starter-bot-into-the-deep.md).

# Starter Bot - INTO THE DEEP

Introducing the 2024-25 REV DUO FTC Starter Bot!&#x20;

<figure><img src="/files/yKyLUEgfYBzFgq5sXXyE" alt=""><figcaption><p>2024-25 REV DUO Starter Bot</p></figcaption></figure>

This year's 2024-2025 REV DUO FTC Starter Bot is here to help as your team DIVEs into the season. Actively intake samples to deliver them to the low basket or observation zone, grab and hook specimens on the upper chamber, and ascend to the lower rung! &#x20;

Refine the robot's movement with manual controls of the arm and wrist as you journey INTO THE DEEP℠.&#x20;

## 2024-25 REV DUO FTC Starter Bot Walkthrough

{% embed url="<https://www.youtube.com/watch?t=52s&v=MnkaKSvct-Q>" %}

The 2024-25 REV DUO Starter Bot is designed to be built using the FTC Starter Kit V3.1 ([REV-45-3529](https://www.revrobotics.com/rev-45-3529/)) and DUO Control Bundle ([REV-35-2709](https://www.revrobotics.com/rev-35-2709/)).

## Documentation Links

|       [2024-25 REV DUO Starter Bot Build Guide - PDF](https://www.revrobotics.com/content/docs/2024-25_REV_DUO_FTC_Starter_Bot-Build_Guide.pdf)       |
| :---------------------------------------------------------------------------------------------------------------------------------------------------: |
|                        [Channel Drivetrain Build Guide](https://docs.revrobotics.com/duo-build/channel-drivetrain-build-guide)                        |
| [2024-25 Starter Bot CAD - Onshape](https://cad.onshape.com/documents/e4014303e6119a0de9ffc2b8/w/bbf7acfc901ba3b126b67434/e/de03c7e3ac64a6da7b615584) |
|                [TeleOp Code Tutorial and Configuration Instructions](/ftc-kickoff-concepts/into-the-deep-2024-25/programming-teleop.md)               |
|                                 [Bill of Materials ](/ftc-kickoff-concepts/into-the-deep-2024-25/bill-of-materials.md)                                |
|                                          [Upgrades!](/ftc-kickoff-concepts/into-the-deep-2024-25/upgrades.md)                                         |
|                 [2024-25 REV DUO Starter Bot Changelog ](/ftc-kickoff-concepts/into-the-deep-2024-25/starter-bot-changelog-2024-25.md)                |
|      [Compatibility with Starter Kit V3](/ftc-kickoff-concepts/into-the-deep-2024-25/build-tips-and-tricks.md#compatibility-with-starter-kit-v3)      |


---

# 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/into-the-deep-2024-25/starter-bot-into-the-deep.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.
