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

# Video Index

This place is reserved for video walkthroughs of common AQS tasks. Each video will be broken into sections, so you can jump to the part most relevant to you.

Don't forget to subscribe to the [YouTube channel](https://www.youtube.com/@KIMSCODE) for updates when new videos are released!

## Video 1 — Installing & Quick Start

<https://youtu.be/EiEjeZ_D02U>

## Video 2 — Building a Minimal (COD Mobile Style) Menu

[*https://youtu.be/GXe8Xc\_3cw4*](https://youtu.be/GXe8Xc_3cw4)

## Video 3 — Building a Full-Control Menu

*Not yet recorded.*

Planned sections:

* — — Grouping rows into sections
* — — Adding a hardware info panel
* — — Wiring Apply / Reset
* — — LiveWithFade transitions

## Video 4 — Adding a Custom CVar-Only Setting

*Not yet recorded.*

Planned sections:

* — — When to use Virtual Settings vs CVarOverrides
* — — Adding a Ray Tracing setting end to end
* — — Grouping it alongside existing Lighting fields

## Video 5 — Troubleshooting Common Issues

*Not yet recorded.*

Planned sections:

* — — The map "can't add key" gotcha
* — — Why CVar priority warnings appear and what they mean
* — — Diagnosing a stale baked descriptors asset

***

**Have a request for a topic not listed here?** Open an issue on the [GitHub repo](https://github.com/KimsFerdy/AutoQualitySwitcherDoc/issues).


---

# 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://stylizededge-devs.gitbook.io/aqs-doc/videos/video-index.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.
