# Configuration Overview

System configuration is accessed from the **Config** button in the header bar. Settings are grouped into three categories:

| Section                                               | Topics covered                                         |
| ----------------------------------------------------- | ------------------------------------------------------ |
| [Output Setup](/v3/configuration/outputs.md)          | Display assignment, resolution, warp/blend, NDI output |
| [Audio Settings](/v3/configuration/audio-settings.md) | Driver selection, routing, timecode input              |
| [Network Settings](/v3/configuration/network.md)      | OSC, ArtNet, LTC, remote control                       |

Changes take effect immediately unless stated otherwise. All settings are saved in the project file (`.vpp`).

## Quick Access Panel

The most common settings are also available in the header bar without opening the full Config panel:

| Control           | Location                          |
| ----------------- | --------------------------------- |
| Master volume     | Transport bar                     |
| FPS / diagnostics | Header toolbar → Diagnostics icon |
| Connection status | Top-right corner                  |


---

# 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://docs.exaplay.one/v3/configuration/index.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.
