# Assembly

First of all, you have to do the assembly of the car. Each step is described thoroughly and pictures are provided. Before you start building the car, make sure to check the kit contents! A list of components you may find [here](https://nxp.gitbook.io/nxp-cup/developer-guide/getting-started/rover-kits-contents). The Assembly of the car includes mounting the camera and fixing the MCU.&#x20;

Then choose your MCU: [Micro E Board](https://nxp.gitbook.io/nxp-cup/developer-guide/assembly/using-the-arc-board) (ARC Board) or [FMU](https://nxp.gitbook.io/nxp-cup/developer-guide/assembly/rddrone-fmuk66).


---

# 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://nxp.gitbook.io/nxp-cup/2019-dfrobot-chassis-developer-guide/assembly.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.
