# Styling

- [Code-Only Styling](https://docs.flatredball.com/gum/code/styling/code-only-styling.md)
- [Styling Using ActiveStyles](https://docs.flatredball.com/gum/code/styling/code-only-styling/styling-using-activestyles.md)
- [Styling Individual Controls](https://docs.flatredball.com/gum/code/styling/code-only-styling/styling-individual-controls.md)
- [Styling Using States](https://docs.flatredball.com/gum/code/styling/code-only-styling/styling-using-states.md)
- [Adding and Removing Visual Children](https://docs.flatredball.com/gum/code/styling/code-only-styling/adding-and-removing-visual-children.md)
- [Customizing ListBox and ComboBox](https://docs.flatredball.com/gum/code/styling/code-only-styling/customizing-listbox-and-combobox.md)
- [Customizing Menu and MenuItem](https://docs.flatredball.com/gum/code/styling/code-only-styling/customizing-menu-and-menuitem.md)
- [Control Customization in Gum Tool](https://docs.flatredball.com/gum/code/styling/control-customization-in-gum-tool.md)
- [Runtime Variable References](https://docs.flatredball.com/gum/code/styling/runtime-variable-references.md)
- [Themes](https://docs.flatredball.com/gum/code/styling/themes.md)
- [Editor Theme](https://docs.flatredball.com/gum/code/styling/themes/editor-theme.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://docs.flatredball.com/gum/code/styling.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.
