# Getting started

### Installation

**Sketch:** [download the latest version](https://pavelkuligin.ru/chart/#try) from the official Chart page and install `ChartFull.sketch` file by double click.

**Figma:** go to the Plugins on the home screen, then install plugin named Chart. It is all — you are ready to start visualize your data.

**Adobe XD:** go to Discover plugins inside, then [install plugin named Chart for XD](https://adobe.com/go/xd_plugins_discover_plugin?pluginId=6df8ae59) and that’s it, you’ve set it all up.

### How to create chart

**Sketch:** select any layer, or layers to create as many charts as you want then go to `Plugins > Chart > Create chart` or use shortcut `^⌘C`.

**Figma:** select any layer, or layers to create as many charts as you want then go to `Menu > Plugins > Chart > Create chart` or use context menu.

**Adobe XD:** select any layer, or layers to create as many charts as you want then go to `Plugins > Chart for XD > Create chart` or use shortcut `^⌥C` on Mac or `Ctrl+Alt+C` on Windows.

![You can configure your random generation as you wish](/files/-Ljkfv4aLwrlb4MOFawL)

Click `Create chart` and wait a moment to see the first chart on your page. Read article about [customization](/chart/getting-started/customize-chart.md), if you want to have more control on chart appearance.

**Random data is not enough?** Learn how to use [tabulated](/chart/tabulated-data.md) and [JSON data](/chart/json-data.md) in Chart.


---

# 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.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.
