# Getting started

This user guide should contain most information you need to get your NXP CUP rover. Most pages **should be read in order**. Sometimes a link to another page or external source is provided. It is often useful to have a (quick) look at the information found on the external page before you continue reading on this GitBook.&#x20;

Also, remember that GitBook has a search function - use it to locate specific details quickly! You can find the search box on the right side at the top of the page.

If you get stuck during the assembly, please switch to the [Known Issues](https://nxp.gitbook.io/nxp-cup/developer-guide/assembly/dfrobot-chassis/known-issues) page.

## Check the contents of the kit!

After receiving the NXP Cup kit, the first thing you should do is **check its contents**. [A list is available](https://nxp.gitbook.io/nxp-cup/developer-guide/getting-started/rover-kits-contents) which explains which items **should be included** in your kit, and the **purpose** of the different components.&#x20;

Unfortunately, it is not possible to include absolutely everything you need to drive your rover in the kit. There is a short list of items you will [have to buy separately](https://nxp.gitbook.io/nxp-cup/developer-guide/getting-started/not-included-items). Most importantly, the kit **does not include a battery**!


---

# 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/getting-started.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.
