> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/rddrone-bms772/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/rddrone-bms772/master/user-guide.md).

# Board User Guide

- [Getting to know the hardware](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-to-know-the-hardware.md)
- [Board overview](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-to-know-the-hardware/board-overview.md)
- [Board features](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-to-know-the-hardware/board-features.md)
- [Board block diagram](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-to-know-the-hardware/board-block-diagram.md)
- [Board organization](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-to-know-the-hardware/board-organization.md)
- [Board components](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-to-know-the-hardware/board-components.md)
- [Characteristics of the RDDRONE-BMS772 board](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/characteristics-of-the-rddrone-bms772-board.md)
- [Getting started with the RDDRONE-BMS772](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772.md)
- [Kit content](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/kit-content.md)
- [Required equipment and software](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/required-equipment-and-software.md)
- [Configuring the hardware](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/configuring-the-hardware.md)
- [Start-up checklist](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/start-up-checklist.md)
- [Flashing firmware to the RDDRONE-BMS772](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/flashing-firmware-to-the-rddrone-bms772.md): This page will provide all the information needed to flash the BMS
- [Accessories and tools for development](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/accessories-and-tools-for-development.md)
- [Using the command line interface (CLI)](https://nxp.gitbook.io/rddrone-bms772/master/user-guide/getting-started-with-the-rddrone-bms772/using-the-command-line-interface-cli.md): This page will tell you how to use the CLI of the BMS


---

# 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/rddrone-bms772/master/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.
