# Starter Bot - Freight Frenzy

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

For the Freight Frenzy season FIRST asked us at REV to help develop an introduction robot for newer teams, completely built out of the FTC Starter Kit V3 (REV-45-1883), that is able to play the game to some level of success. To design this robot we went through a similar process as we did with kickoff concepts and that works with our teams.

![Freight Frenzy Starter Bot](/files/-MkhEsY3zxPjAcnTH4co)

|                                                 Starter Bot Downloads                                                 |
| :-------------------------------------------------------------------------------------------------------------------: |
|         [Starter Bot Build Guide - PDF](https://www.revrobotics.com/content/docs/2021-2022_Starter_Bot-BG.pdf)        |
|      [Starter Bot CAD Assembly - STEP](https://www.revrobotics.com/content/cad/2021%20Starter%20Kit%20Robot.STEP)     |
|      [Starter Bot Autonomous Programming - Online](/ftc-kickoff-concepts/freight-frenzy-2021-2022/autonomous.md)      |
| [Starter Bot Teleop Programming - Online](/ftc-kickoff-concepts/freight-frenzy-2021-2022/programming-teleoperated.md) |
|            [Starter Bot Teleop Blocks Code](https://revrobotics.com/content/docs/2021starterbotblocks.blk)            |
|           [Starter Bot Teleop OnBot Java Code](https://revrobotics.com/content/docs/2021starterbotjava.zip)           |

We hope the above downloads help provide a launching off point for new teams and veterans to see some ways to build using REV parts!


---

# 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/freight-frenzy-2021-2022/starter-bot-freight-frenzy.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.
