# For SQL Developers

* **SQL Familiarity:** Leverage existing SQL knowledge to create powerful data visualizations.
* **No Data Transformation Needed:** ChartSQL plots the data exactly as its returned, reducing the need for complex data shaping to meet the needs of the visuals.
* **Enhanced SQL Scripts:** Combine visualization instructions within SQL scripts for easier management.
* **Better Exploration and Presentation:** Use intelligent auto-detection and customizable @directives for presenting data insights.


---

# 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/use-cases/for-sql-developers.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.
