> 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/account-and-licensing/quantower-account.md).

# Quantower Account

Your Quantower account is part of how licensing works — it's what your paid licenses for Quantower and its add-ons are tied to.

{% hint style="info" %}
You don't need an account to use the **free version** of Quantower — only for paid features.
{% endhint %}

The first time you open a paid feature, Quantower asks you to log in so it can confirm you have access. You can cancel and keep using the free tools, or log in to unlock the feature — which needs an account with a paid license bound to it.

{% embed url="<https://www.youtube.com/watch?v=sQVm6Pikz1E>" %}

## Creating an account

There are two ways to create one:

* Log in when Quantower prompts you inside the app, or
* Go to [https://accounts.quantower.com](https://accounts.quantower.com/) in your browser.

![Quantower Account Log in form](https://lh5.googleusercontent.com/W4Plz6PIEosVP3gIaprdWE3wDWsKDTZlSCG8fh3a47hM9Mx9jxgq6nmj_x8yI02fa2ykPKfa73g79EOc9Jv7DzP15saDc6S-V4rNA_VCKGCFerll6we2m5M1odzBIJjtlBtTbYmA)

Either way, you'll land on the account login form.

| <h4>Don't have an account yet?</h4>  | <h4>Already have one?</h4>                      |
| ------------------------------------ | ----------------------------------------------- |
| Click **GET STARTED** in the footer. | Enter your credentials and click **SIGN ME IN** |

{% hint style="warning" %}
After you submit the registration form, we'll email a verification link to the address you entered. Click it to finish setting up your account.
{% endhint %}

## Managing your account

Manage everything from your personal cabinet at <https://accounts.quantower.com/>. From there you can:

* see your active licenses,
* buy or renew licenses, and
* change your account details and password.

## Removing your account

Want your account removed? Just reach out to Quantower Support through any of the options on our [contact page](https://www.quantower.com/contact-us).

{% hint style="success" %} <mark style="color:$success;">**Keep your account as long as you like — no strings attached.**</mark>

Quantower has no subscription fee: we don't run subscription-based billing for licenses. Anything you've bought stays available until its term ends, and nothing renews automatically — so you'll never be charged just for keeping your account around. And you can always go back to using Quantower for free.
{% endhint %}


---

# 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/account-and-licensing/quantower-account.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.
