# Installing Studio Desktop

{% hint style="warning" %}
ChartSQL Studio is currently in development Preview. It is suitable for use by developers who wish to aid in testing and are comfortable troubleshooting.
{% endhint %}

## Join the ChartSQL Developer Community

ChartSQL is developed and supported on Discord. Join the ChartSQL discord to get access to downloads, updates and community support.

{% embed url="<https://discord.gg/UbHYA6nyTg>" %}

## Install ChartSQL Preview

During the pre-release, the **ChartSQL Studio Preview** build is accessible via the [ChartSQL Preview Github Repo](https://github.com/roryl/chartsql-preview)

The preview repo tracks development and will be regularly updated with the latest build.

## Clone the Developer Preview

Clone the repo to a folder on your local machine.

## Start the ChartSQL Studio Server

The development preview starts a local copy of the ChartSQL Studio Server that the editor communicates with.&#x20;

Within the root of the repo, there are scripts to start and stop the ChartSQL Studio Server for Windows and Mac.

### Windows

* start.bat
* stop.bat

### Mac

* start.sh
* stop.sh

## Launching ChartSQL Studio Editor

When the server is finished launching, it will automatically open ChartSQL Studio in your default browser.

## Updating ChartSQL

To update ChartSQL, git pull the latest changes and reload the editor from your settings.

<figure><img src="/files/23HH5yohNgMzHp9cahuB" 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/installing-studio-desktop.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.
