# Color

{% embed url="<https://www.youtube.com/watch?v=mhg2PUaCxFo>" %}

Flexi gives you flexible options for managing colors across your theme.

{% stepper %}
{% step %}

#### Enable the app embed

Start by toggling on the Flexi Color app embed in your theme editor. This unlocks global color controls
{% endstep %}

{% step %}

#### Adjust button colors

You can directly edit your button colors, making sure your calls-to-action match your brand.
{% endstep %}

{% step %}

#### Use custom CSS (optional)

For advanced control, you can add your own global CSS to override or extend color styles.
{% endstep %}

{% step %}

#### Theme settings

Most colors in Flexi are editable directly in the theme settings, so you can keep everything consistent without touching code.
{% endstep %}
{% endstepper %}


---

# 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://flexi-library.gitbook.io/flexi-slider-sections/docs/colors.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.
