# Configuration

The Configuration tab lets you customize your agent's output settings.

**Options:**

**Chart Colors**

Customize the color palette used in charts and visualizations:

1. Click any color swatch to change it
2. Add new colors with the **+** button
3. Remove colors by hovering and clicking the **x**

Your color choices are saved automatically and apply to all charts this agent creates.


---

# 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.wobby.ai/ai-analysts/creating-an-agent/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.
