# Configuration

- [Basic Configuration](https://docs.syntaxa.xyz/hud/configuration/basic-configuration.md): This section covers how to configure the basic settings of the HUD script. This includes setting up components, choosing what information to display, and adding your server logo.
- [Design Configuration](https://docs.syntaxa.xyz/hud/configuration/design-configuration.md): This section covers the design customization of the HUD. With minimal CSS knowledge, you can adjust colors, font sizes, and other design elements to match your server's theme.
- [Framework Integration](https://docs.syntaxa.xyz/hud/configuration/framework-integration.md): This section guides you through the steps to integrate the HUD script with your framework, utilizing built-in functions for seamless integration.


---

# 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.syntaxa.xyz/hud/configuration.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.
