# Starter Bot Changelog

{% hint style="info" %}
Changes made to any of the 2023-24 REV DUO FTC Starter Bot Documentation will be listed below. Check back for updates as the season progresses!
{% endhint %}

| Version                         | Release Date & Notes                                                                                                                                                                                                                                                       |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| v1.0.0 - Build Guide            | <p>9/15/23 </p><p>- Initial Release</p>                                                                                                                                                                                                                                    |
| v1.0.0 - Code and Configuration | <p>9/15/23 </p><p>- Java Code Initial Release<br>- Configuration File Initial Release</p>                                                                                                                                                                                  |
| v1.0.0 - Bill of Materials      | <p>9/15/23 </p><p>- Initial Release</p>                                                                                                                                                                                                                                    |
| v1.0.1 - Build Guide            | <p>10/27/23<br>-Tower BOM Updated to remove excess qty.<br>-Arm Step 7: Added the 15mm Spacers to the Get Section<br>-Gripper Step 1: 90 Tooth Gear not 60 Tooth<br>-Gripper Step 7: 12 M3 X 35mm not M3 X 16mm<br>-Gripper Step 7: Added note for flex in 90 Brackets</p> |
| v1.0.1 - Bill of Materials      | <p>10/27/23</p><p>-Tower BOM Updated to remove excess qty.</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/centerstage-2023-2024/starter-bot-changelog.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.
