> 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/getting-started/first-start.md).

# First start

{% embed url="<https://youtu.be/155Ha6Rku0E>" %}

The first time you open Quantower, it sets everything up for you so you can dive straight in. Out of the box you get:

* A ready-to-use [**workspace**](/quantower/general-settings/workspaces-binds-groups.md)
* A [**bind**](/quantower/general-settings/binds.md) that links a few of the most popular trading panels
* A live **connection** — Binance Spot or dxFeed Simulated — so there's real data on your charts from the first second

{% hint style="info" %}
Haven't installed Quantower yet? Start with [**Installation**](/quantower/getting-started/installation.md).
{% endhint %}

<figure><img src="/files/tDhK5OxGM0dP2mJ3Nrga" alt=""><figcaption><p>Default workspace with dxFeed Simulated data</p></figcaption></figure>

<figure><img src="/files/B3LLzVybTqqhsovmZlPA" alt=""><figcaption><p>Default workspace with Binance Spot connection</p></figcaption></figure>

From here, it's yours to shape. Rearrange the workspace, open new panels, and get a feel for how it all fits together. When you're ready to place real orders, switch to a trading connection like [**CQG**](https://help.quantower.com/quantower/connections/connection-to-cqg-amp-futures), [**Rithmic**](https://help.quantower.com/quantower/connections/connection-to-rithmic), [**cTrader**](https://help.quantower.com/quantower/connections/connection-to-ctrader), or [**Interactive Brokers**](https://help.quantower.com/quantower/connections/connect-quantower-to-interactive-broker).

## Quantower Free version

Quantower is free to use out of the box, with a generous set of tools and a few features reserved for paid plans. To see exactly what's included where, check the [**License Comparison table**](https://help.quantower.com/quantower/getting-started/account-and-licensing/license-comparison).


---

# 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/getting-started/first-start.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.
