# Workspaces

{% hint style="warning" %}
Workspaces are coming soon. Documentation is for feedback purposes
{% endhint %}

## Overview

Workspaces allow you to combine multiple folders and default datasources together into a single set of charts to work on and present together. Workspaces enable you to:

* Combined scripts together in the editor to work on them as one group of files.
* Each workspace has a distinct set of folders and datasource configurations, so you can easily switch between clients by switching between workspaces.

Workspaces are typically used when you have many clients using multiple different folders of scripts. In these cases, each client has their own datasource for each of the folders in the workspace.

## Creating a Workspace

Go to Settings > Workspaces > Add Workspace

### Add a Folder to the Workspace

Add a Folder to the Workspace. You will select the default Datasource to use for that Folder when you have opened the Workspace.

## Opening a Workspace

You can open one of your existing workspaces from the left hand menu or from the global search (ctrl + p)


---

# 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/workspaces.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.
