# Editor Panels

ChartSQL Studio contains three major areas you will use to create your charts, which we call the Editor, Preview, and Info panels

## Editor Panel

The Editor Panel contains your currently active SQL Script and allows you to edit the SQL and directives that control the chart.

<div align="left"><figure><img src="/files/pLCCXmPrPleiUUnHNvSM" alt="" width="438"><figcaption></figcaption></figure></div>

## Preview Panel

The Preview Panel shows you the rendering of your SQL chart.

<div align="left"><figure><img src="/files/dlDhV8N2XIAWxGe6UALW" alt="" width="563"><figcaption></figcaption></figure></div>

## Info Panel

The Info Panel shows you the data content of your SQL query, and other information like SQL execution history and performance.

<figure><img src="/files/kwpFkfXAmzuFNJSqGi6U" alt=""><figcaption></figcaption></figure>


---

# 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.chartsql.com/chartsql-studio/creating-charts/editor-panels.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.
