> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/navqplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/navqplus/navqplus-user-guide.md).

# NavQPlus User Guide

- [Quick start guide](https://nxp.gitbook.io/navqplus/navqplus-user-guide/setup-guide-emmc.md): Step-by-step instructions on how to quickly set up your NavQPlus
- [Typical NavQPlus Interface usage](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart.md)
- [Power supply options](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/power.md): Powering NavQPlus
- [Serial Console](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/serial-console.md): Connecting to the serial console
- [Additional Boot Details](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/serial-console/boot.md): How to boot the board
- [Wired Network connections](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/ethernet-over-usbc-gadget-mode.md): Connecting the NavQ+ with ethernet
- [Wireless Networking](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/wireless-networking.md)
- [WiFi - nmtui](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/wireless-networking/wifi-nmtui.md): Setting up the NavQ+ to connect to WiFi
- [Camera Usage](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/taking-an-image-from-the-camera.md): Take an image using the camera
- [Flashing new firmware](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/flashing-with-new-firmware.md): Changing the NavQPlus firmware and booting from SD Card or EMMC flash
- [Boot DIP Switches](https://nxp.gitbook.io/navqplus/navqplus-user-guide/quickstart/flashing-with-new-firmware/flashing-with-new-firmware.md): Using DIP switches to set boot source
- [Application Software](https://nxp.gitbook.io/navqplus/navqplus-user-guide/software.md)
- [OpenCV](https://nxp.gitbook.io/navqplus/navqplus-user-guide/software/opencv.md)
- [GStreamer](https://nxp.gitbook.io/navqplus/navqplus-user-guide/software/gstreamer.md)
- [I2C](https://nxp.gitbook.io/navqplus/navqplus-user-guide/software/i2c.md): I2C configuration and setup
- [WebServer](https://nxp.gitbook.io/navqplus/navqplus-user-guide/software/webserver.md): Controlling a NavQPlus with an HTML WebServer
- [TurtleBot4 - iRobot Create3](https://nxp.gitbook.io/navqplus/navqplus-user-guide/turtlebot4-irobot-create3.md)
- [MR-B3RB](https://nxp.gitbook.io/navqplus/navqplus-user-guide/mr-b3rb.md)
- [Simulation](https://nxp.gitbook.io/navqplus/navqplus-user-guide/simulation.md)


---

# 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://nxp.gitbook.io/navqplus/navqplus-user-guide.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.
