> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/general-settings/set-as-default.md).

# Set as Default

Flexible platform settings allow you to customize any panel on your own. Change the font, color, add indicators, determine the displaying of the required columns in the table, etc.

But if you don’t want to configure the newly opened panels of this type every time, we have created the "***Set as Default*****"** option that redefines the factory settings.&#x20;

### How Set as Default works?

* **Open the panel** for which you want to assign new settings.
* **Customize the panel**. For example, on the chart panel, add any indicator, change the font size of the price axis, change the background color.
* Click on the panel's context menu (left upper corner) and click on the "***Set as Default"***. You will see the message "***Settings saved as default layout***".
* A new panel of this type will open with saved settings.

![Saving settings as default](/files/-MNhbTiCOGUhTeBwF2QP)

{% hint style="warning" %}
If you enable [***volume analysis tools***](https://help.quantower.com/analytics-panels/chart/volume-analysis-tools) on the chart panel and save it by default, then each new chart panel will be loading tick and volume data. It will increase traffic consumption and reduce the speed of building chart data.
{% endhint %}

In the latest version of the platform, we have removed the "***Reset to Default***" option. Therefore, each time clicking on the "***Set as Default*****"** you redefine the previous settings.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.quantower.com/quantower/general-settings/set-as-default.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
