# Styling

Our aim is to provide you with a highly customizable and manageable chatbot while ensuring that the entire process—customization, training, and embed—remains clear and straightforward. Therefore, our chatbot is designed as a highly flexible and customizable tool.

You can reach customization options on your embed from "Styling" tab on "AI Agent" model.&#x20;

<figure><img src="/files/CL7jQsL0DyXba8nxNOG2" alt=""><figcaption><p>Styling tab for AI Agent</p></figcaption></figure>

You can determine your AI agent's styling according to your website's design. You'll be able to change almost whole design for your branding. If you want to use white labeling option on your chatbot for removing "Powered with Aicado", [visit this document](/user-guide/white-labeling.md).

<details>

<summary>You'll be able to edit this sections</summary>

* Header
  * Background Color
  * Roundness
  * Title
    * Color
    * Size
    * Weight
* Text
  * Font Family
  * Assistant Text
    * Color
    * Background Color
    * Size
    * Weight
    * Roundness
  * Customer Text
    * Color
    * Background Color
    * Size
    * Weight
    * Roundness
* Button
  * Color
  * Hover Color
* Input
  * Background
    * Color
  * Border
    * Color
    * Width
    * Roundness
  * Text
    * Color
    * Size
  * Shadow
    * Color

</details>

{% hint style="info" %}
Do you need more customization for your AI agent? [Contact us.](https://aicado.ai/contact)
{% endhint %}


---

# 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.aicado.ai/creating-ai-agent/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.
