# Sharing & Publishing

{% hint style="info" %}
Sharing & Publishing is currently in development. This documentation is for feedback purposes.
{% endhint %}

## Overview

ChartSQL Studio allows you to share your charts with the external world. You can share the chart and data that you see in your Studio editor, what we call *Sharing.* You can also publish your SQL scripts to ChartSQL Cloud or a DashSQL Dashboard so that users may execute the script against live data, what we call *Publishing*.

## ChartSQL Cloud Account

Whether you are Sharing or Publishing, collaboration features require a free ChartSQL Cloud Account. Sign up at ChartSQL.com/cloud

## Sharing

Sharing a chart from ChartSQL Studio will upload a copy of the current chart configuration and data to ChartSQL Cloud and create a unique link. You can share that link to others to see the chart. Sharing does not connect to your data sources directly, it merely copies the current script data to the cloud to enable sharing.

## Publishing

Publishing a folder of SQL scripts to ChartSQL Cloud allows more advanced features like script collaboration, ChartSQL Cloud editing, live data refreshes, and dashboard creation.


---

# 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/in-development/sharing-and-publishing.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.
