# Starter Bot Changelog 2025-26

| Version                        | Release Date & Notes                                                                                                                                                                                                                                                                                                              |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| v1.0.0 - Initial Release       | <p></p><p><strong>9/08/25</strong></p><ul><li>Post-Kickoff Landing Page</li><li>Bill of Materials</li><li>CAD (Onshape)</li><li>Build Guide</li><li><p>Programming Guide</p><ul><li>Configuration</li><li>Wiring Diagram</li><li>Gamepad Setup</li><li>Detailed Code guide for Blocks and OnBot Java Overview</li></ul></li></ul> |
| v1.0.1 - Upgrades Page Release | <p>9/09/25<br>- Updated Blocks Autonomous Sample to have the correct motor names<br>- Updated code guide to reflect proper terminology<br>- Upgrade Guide released with arcade drive and dual gamepad examples added</p>                                                                                                          |
| v1.0.2                         | <p>9/29/25<br>- Build Tips & Tricks published<br>- Programming Tips & Tricks published<br>- Mecanum Upgrade published</p>                                                                                                                                                                                                         |


---

# 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/ftc-kickoff-concepts/decode-2025-26/starter-bot-changelog-2025-26.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.
