# Customize chart

While creating a chart, click `Settings` at the bottom right corner to see what could be customized. The common setting for all charts is Color. You could type HEX codes one by one or use array of colors.&#x20;

The easiest way to import colors is to select layers, copy their CSS with the context menu, paste the result right in color input and press `enter`.

![Chart has enough default setting to produce beautiful charts.](/files/-Ljkm8MOZJq3_0cazuJF)

**Note: Chart couldn't be created without at least one color in Settings.**


---

# 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://pavel-kuligin.gitbook.io/chart/getting-started/customize-chart.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.
