# Features

## SQL Visualizations

Chart and visualize SQL directly in source code without complicated point and click dashboards

[See Creating Charts](/chartsql-studio/creating-charts.md)

## Quick Exploration

With "auto-mode", ChartSQL will pick the most likely chart based on the number and types of your columns

[See Auto Chart Examples](/charts/auto-charts.md)

## Deep Customization

Control all aspects of your visualization with "@directives"&#x20;

[See Creating Charts](/chartsql-studio/creating-charts.md)

## Rich Charts

A wide array of chart types to cover most SQL visualization scenarios

[See All Examples](/charts/example-charts.md#all-examples)

## Present & Share

Immediately share and present your charts to an audience directly from your editor like a slide presentation

[See Presenting](/chartsql-studio/presenting.md)

## Publishing

Publish your charts to DashSQL Dashboards to create beautiful dashboards for yourself and clients.

## Multi-Tenant

Run your ChartSQL scripts against different instances of the same data model. This allows you to share your visualizations across customers.

[See ChartSQL Studio Datasources](/chartsql-studio/basic-concepts/datasources.md)


---

# 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/product-and-community/features.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.
