# Guide

- [Overview](https://auvidea.gitbook.io/software-setup-guide/guide/overview.md): This guide is intended to help you flash your Auvidea carrier board system successfully for the first time and get everything up and running.
- [Simple flashing guide](https://auvidea.gitbook.io/software-setup-guide/guide/simple-flashing-guide.md): The recommended guide
- [Advanced flashing guide](https://auvidea.gitbook.io/software-setup-guide/guide/advanced-flashing-guide.md): The guide for experienced users
- [Preliminary Orin nano & Orin NX flashing guide](https://auvidea.gitbook.io/software-setup-guide/guide/preliminary-orin-nano-and-orin-nx-flashing-guide.md)
- [SSD-Boot flashing guide](https://auvidea.gitbook.io/software-setup-guide/guide/ssd-boot-flashing-guide.md): The guide for experienced users
- [Questions and Answers](https://auvidea.gitbook.io/software-setup-guide/guide/questions-and-answers.md)


---

# 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://auvidea.gitbook.io/software-setup-guide/guide.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.
