# FAQ

This guide answers recurring operational questions so you can confirm expected behavior before changing configuration.

## Before You Start

* VibesEZ-Race installed and running.

## Questions

### How do you apply config changes?

1. Edit the target config file.
2. Restart the `VibesEZ-Race` resource.
3. Validate the affected feature in-game.

### How do you switch frameworks?

1. Open `config/shared.lua`.
2. Set `Config.Framework`.
3. Set matching `Config.Bridge` resource names.
4. Restart the full server.

### How do you reset chat behavior?

1. Open `config/chat.lua`.
2. Set default-safe channel and moderation values.
3. Restart the `VibesEZ-Race` resource.

## See Also

* [Common Issues](https://github.com/VibesEZ/VibesEZ-Race/blob/claude-docs/docs/troubleshooting/common-issues.md)
* [Support Resources](https://github.com/VibesEZ/VibesEZ-Race/blob/claude-docs/docs/support/resources.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://vibesez.gitbook.io/vibesez/docs/troubleshooting/faq.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.
