# Configuration

- [Creating a Config](https://docs.polyfrost.org/oneconfig/config/creating-a-config.md): Find out how to create Configs with OneConfig
- [Config Options](https://docs.polyfrost.org/oneconfig/config/adding-options.md): Here you will learn how to create options inside OneConfig.
- [Boolean Configs](https://docs.polyfrost.org/oneconfig/config/adding-options/boolean-config-components.md): Learn all about boolean components.
- [Number Configs](https://docs.polyfrost.org/oneconfig/config/adding-options/number-config-components.md): Learn all about the number config components in OneConfig
- [Selector Configs](https://docs.polyfrost.org/oneconfig/config/adding-options/multi-config-components.md): Learn about components that allow the user to select between multiple options.
- [Text Configs](https://docs.polyfrost.org/oneconfig/config/adding-options/text-configs.md): Learn about the config components that allow the user to enter text.
- [Buttons, Colors and Keybinds](https://docs.polyfrost.org/oneconfig/config/adding-options/buttons-colors-and-keybinds.md): Learn about the button, color and keybind elements that can be used in a config.
- [Decorative Components](https://docs.polyfrost.org/oneconfig/config/adding-options/decorative-config-components.md): Learn about the decorations that you can add to your configs to make them prettier!
- [Custom options](https://docs.polyfrost.org/oneconfig/config/adding-options/custom-options.md): Learn how to create custom options with OneConfig.
- [Migration](https://docs.polyfrost.org/oneconfig/config/compatibility.md): Learn how to migrate configs to OneConfig.


---

# 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.polyfrost.org/oneconfig/config.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.
