> For the complete documentation index, see [llms.txt](https://play.robobattles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.robobattles.com/tutorial/your-first-robot/parts.md).

# Parts

<div data-full-width="false"><figure><img src="/files/NLZgkJdtiVGaJvB8Wz3P" alt=""><figcaption></figcaption></figure></div>

**\[Zoe Foxlin]** It's robot crafting time! First, gather up your parts.

## Minifigure

<figure><img src="/files/mBA488mTtRaxEj9qnjLg" alt="" width="375"><figcaption></figcaption></figure>

The minifigure is you. 🫵 Who else is going to ride your robot into battle!?

## Controller

<figure><img src="/files/dN5GVZXi61vXdg6x7P83" alt="" width="375"><figcaption></figcaption></figure>

The controller is how you control your motors! 🎮🚘 When you press a button, the controller sends a signal to your hub.

## Hub

<figure><img src="/files/XbGfRBNDWU5a2Czt5kbO" alt="" width="375"><figcaption></figcaption></figure>

The hub is the brain of your build! 🧠 It receives signals from your controller. Then it uses those signals to power your motors.

## Motors

<figure><img src="/files/SJH6lJWMYbXlbyt541lm" alt="" width="375"><figcaption></figcaption></figure>

Unless you're building a sitting duckbot, you'll need some motors. 🦆 Motors make your creations move!

## Scrap

The random LEGO® pieces that tie it all together! In Stardust Springs, we call this **scrap**! After each battle, you can recycle your scrap into your next robot.

There are two types of LEGO® pieces. You'll use both!

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>LEGO® Bricks</strong></td><td>Bricks, plates, and more. For creating decorative designs.</td><td></td><td><a href="/files/XBJ5kfHJY8aNqumK8Ipq">/files/XBJ5kfHJY8aNqumK8Ipq</a></td></tr><tr><td><strong>LEGO® Technic™</strong></td><td>Arms, axles, and gears. For creating strong, moving designs.</td><td></td><td><a href="/files/PxRcP6EpvbVkXc3ZqA0K">/files/PxRcP6EpvbVkXc3ZqA0K</a></td></tr></tbody></table>

***Next:** Craft your chassis ↓*


---

# 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://play.robobattles.com/tutorial/your-first-robot/parts.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.
