# Development Tools

- [WSL](https://nxp.gitbook.io/mobilerobotics/development-tools/wsl.md): Windows Subsystem for Linux
- [MCUXpresso](https://nxp.gitbook.io/mobilerobotics/development-tools/mcuxpresso.md): The MCUXpresso Integrated Development Environment allows developers to edit, compile and debug code for many NXP microcontrollers.
- [Kinetis K66 SDK](https://nxp.gitbook.io/mobilerobotics/development-tools/mcuxpresso/kinetis-k66-sdk.md): Setup for Kinetis K66 SDK
- [Visual Studio Code](https://nxp.gitbook.io/mobilerobotics/development-tools/visual-studio-code.md): Instructions on how to install and use VS Code
- [QGroundControl](https://nxp.gitbook.io/mobilerobotics/development-tools/qgroundcontrol.md): Setting up QGroundControl with your board
- [Pixy2](https://nxp.gitbook.io/mobilerobotics/development-tools/pixy2.md): Setting up the Pixy2 software


---

# 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/mobilerobotics/development-tools.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.
