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

# Guides

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h2>Software Setup Guide</h2></td><td>Detailed information about how to set up your system. Flashing your system with the correct software to enable all features.</td><td><h2></h2></td><td><a href="/spaces/cixk9yXsEHXsWD91v3ir">/spaces/cixk9yXsEHXsWD91v3ir</a></td><td><a href="/files/SuhkzJR8C386usNeYLvk">/files/SuhkzJR8C386usNeYLvk</a></td></tr><tr><td><h2>R - Group Software Setup Guide</h2><p>Setup guide for the R20.2, R21, R22,...</p></td><td></td><td></td><td><a href="/spaces/9srEmqRp7iqMWC9eJEyg">/spaces/9srEmqRp7iqMWC9eJEyg</a></td><td><a href="/files/PuEgE9D4NXulVM2bSZRX">/files/PuEgE9D4NXulVM2bSZRX</a></td></tr><tr><td><h2>I2C Guide</h2></td><td>Basic information about how to interact and use I2C on Auvidea carrier boards.</td><td><h2></h2></td><td><a href="/spaces/hHFHbvc8qGdypVCUyaZU">/spaces/hHFHbvc8qGdypVCUyaZU</a></td><td><a href="/files/WK8icCjuWzYJKEd6JFPf">/files/WK8icCjuWzYJKEd6JFPf</a></td></tr><tr><td><h2>GPIO Guide</h2></td><td>Guide for addressing GPIO pins.</td><td></td><td><a href="/spaces/F79HHAFekZ7exmZVOmrJ">/spaces/F79HHAFekZ7exmZVOmrJ</a></td><td><a href="/files/0mcza5t1nuWzFZjto5El">/files/0mcza5t1nuWzFZjto5El</a></td></tr><tr><td><h2>CSI Guide</h2></td><td>Instructions about how to use CSI and example setups.</td><td></td><td><a href="/spaces/sSYN9BaRCffOHPdgJhYS">/spaces/sSYN9BaRCffOHPdgJhYS</a></td><td><a href="/files/cdGDkmPfvYUGmKoKxFTk">/files/cdGDkmPfvYUGmKoKxFTk</a></td></tr><tr><td><h2>Wi-Fi Guide</h2></td><td><p><strong>Coming soon</strong></p><p>Overview of compatible Wi-Fi modules and setups. Basic instructions for Wi-Fi usage.</p></td><td></td><td><a href="/spaces/KP3H9fq6zJWFRVsRCk0C">/spaces/KP3H9fq6zJWFRVsRCk0C</a></td><td><a href="/files/89eyYVyRbrk1e35PHNBQ">/files/89eyYVyRbrk1e35PHNBQ</a></td></tr><tr><td><h2>Debug Log Guide</h2></td><td>Instructions on how to access the debug logs on your jetson</td><td></td><td><a href="/spaces/dYV6HcL1wymm8jEOuxue">/spaces/dYV6HcL1wymm8jEOuxue</a></td><td><a href="/files/UUq6uBq4cI92t7Mag7zc">/files/UUq6uBq4cI92t7Mag7zc</a></td></tr><tr><td><h2>UART Guide</h2></td><td>Instructions to use and test UART</td><td></td><td><a href="/spaces/RSjAC3s8Rqm0GcGHK6iv">/spaces/RSjAC3s8Rqm0GcGHK6iv</a></td><td><a href="/files/oAxCHGD1l9FSWH4PL0Ox">/files/oAxCHGD1l9FSWH4PL0Ox</a></td></tr><tr><td><h2>FPD - Link III Guide</h2></td><td>Setup and functions fo FPD Link</td><td></td><td><a href="/spaces/00Sa8Mz4unRGKH7kyTLJ">/spaces/00Sa8Mz4unRGKH7kyTLJ</a></td><td><a href="/files/YYvhimSD7kuhCLMtDi4W">/files/YYvhimSD7kuhCLMtDi4W</a></td></tr></tbody></table>


---

# 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://auvidea.gitbook.io/guides-overview/guides.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.
