# Settings & Customization

## Editor Settings

Overall settings for the ChartSQL Studio Editor

### Reload ChartSQL Studio

Reloads the ChartSQL Studio instance and all of your folders and datasources. You might need to do this when installing extensions or other advanced cases.

<div align="left"><figure><img src="/files/vcmkzKMG1cfbXS0tszxj" alt=""><figcaption></figcaption></figure></div>

## Datasources

Add and edit your existing datasources. Datasources are SQL. NoSQL and API services that you will query to visualize.

### Add Datasource

To add a datasource, click on the "Add Datasource" button on the datasources page

<div align="left"><figure><img src="/files/qBCPyu3bhCZqFnt8ALHk" alt=""><figcaption></figcaption></figure></div>

You will be presented with a selection of available datasources that you can add

<div align="left"><figure><img src="/files/Zw6A0nyCXRnrNbcd394T" alt=""><figcaption></figcaption></figure></div>

### Edit Datasource

You can edit an existing datasource, test the connection, and remove them

<div align="left"><figure><img src="/files/A5FoaLQQSAUDmPPopb8V" alt=""><figcaption></figcaption></figure></div>

## Folders

Add and edit your existing folders. Folders are collections of SQL files that are your charts and visualizations.

### Add New Folder

Add new folders from your file system to Studio\\

<figure><img src="/files/pCD0i2d9WkM2zu9bZ6z1" alt=""><figcaption></figcaption></figure>

### Edit Folder

Edit your existing folders

<div align="left"><figure><img src="/files/157Sg3hctA19rGcChcTJ" alt=""><figcaption></figcaption></figure></div>

### Assign Default Datasource

When you are working with multiple folders and multiple datasources, it can be useful to assign a default datasource to your folders. when you open the folder, the datasource will be automatically selected.

<figure><img src="/files/a4FP3O6ujOdrI7KuAezn" alt=""><figcaption></figcaption></figure>

## Assign Default Folder

Any of your folders can be assigned as the default folder when you open your ChartSQL Studio editor.

<div align="left"><figure><img src="/files/NNCLyQQ9OAPyyTkfIH1d" alt=""><figcaption></figcaption></figure></div>

## Branding

You can change the logo and mascot used by ChartSQL so that you can have your own company brand in the application.

<div align="left"><figure><img src="/files/HvnJYVMYPUa9SLSQyYOJ" alt=""><figcaption></figcaption></figure></div>

### Logo

The logo is a 170 x 25 px logo

<div align="left"><figure><img src="/files/AL1kAEpPwjownrlXBrrf" alt=""><figcaption></figcaption></figure></div>

### Mascot

The mascot is a 25 x 25 icon

<div align="left"><figure><img src="/files/RGz5Muqge1Fw4M8Mvxn8" alt=""><figcaption></figcaption></figure></div>


---

# 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/settings-and-customization.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.
