> 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/chassis.md).

# Chassis

**\[Zoe Foxlin]** First we'll craft the **chassis!** Say it with me: *chass-eeeeee!* This is your robot's skeleton. It's a frame that includes your hub, motors, and wheels.

The chassis determines how your robot moves and battles. Remember how I said Technic™ pieces are good for crafting strong, moving designs? That makes them perfect for building a chassis.

A good chassis is all about experimentation. The more robots you craft, the better and faster you'll get at it!

Start by crafting the Purrmenator chassis:

{% tabs %}
{% tab title="Technic™ Hub" %}

<figure><img src="/files/v2d3whDl2XZ0qwOdxXGY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LRbPhuyfUk7GSWZBUMgr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VzqVqAv3Y6cPLdjumQU8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ffvm7PyjlSHywDqlQleY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/V3P8TxxZwEUC8sWyp9uP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DR6I1upHfrqFg2GXehxg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jxrVZoD7fv0XmkbLLMuE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/h5iJU7EtlaBfDdaRI8Q9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wMgTAPrR0bvzz8tuRaaK" alt=""><figcaption></figcaption></figure>

Now plug in your motors:

* &#x20;Left motor → Port A
* Right motor → Port B
* Center motor → Port C

<figure><img src="/files/v5PTvjmWTct1fbbUrsWt" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="SPIKE™ Prime Hub" %}

<figure><img src="/files/aveDB1zWUfl2rCxfD4lX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zVEyJaIBETpgKE82vTrT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/deswrCiy8pCAsFGVDzkh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BXVy9ioBm5784WL0p5ct" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tqvXFP1gm0Q4bst8TatM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iiWGPrXwWeYNWX6vgAoe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/j8lOv2ItziKZqCYGcbOC" alt=""><figcaption></figcaption></figure>

Now plug in your motors:

* &#x20;Left motor → Port A
* Right motor → Port B
* Center motor → Port C

<figure><img src="/files/FqFM98U5jeKfAiWSDcE3" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/chassis.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.
