> For the complete documentation index, see [llms.txt](https://docs.chartsql.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chartsql.com/chartsql-studio/basic-concepts.md).

# Basic Concepts

- [Interface Overview](https://docs.chartsql.com/chartsql-studio/basic-concepts/interface-overview.md): Overview of the main ChartSQL Studio interface panels and features
- [Workspace](https://docs.chartsql.com/chartsql-studio/basic-concepts/workspace.md): Understanding the ChartSQL Studio Workspace
- [SQL Scripts & Charts](https://docs.chartsql.com/chartsql-studio/basic-concepts/sql-scripts-and-charts.md): Explanation of SQL scripts and charts
- [Folders](https://docs.chartsql.com/chartsql-studio/basic-concepts/folders.md): A collection of SQL scripts in a folder added to your workspace
- [Datasources](https://docs.chartsql.com/chartsql-studio/basic-concepts/datasources.md): SQL, NoSQL and APIs that you wish to query and visualize
- [Thinking in ChartSQL](https://docs.chartsql.com/chartsql-studio/basic-concepts/thinking-in-chartsql.md): Tips about creating visualizations with ChartSQL


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/basic-concepts.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.
