> For the complete documentation index, see [llms.txt](https://docs.volven.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volven.io/overview/signing-up.md).

# Signing up

1. Go to our [sign-up page](https://volven.io/sign-up)
2. Register with e-mail and password.&#x20;

{% hint style="danger" %}
*Check your junk folder for e-mail confirmation code.*
{% endhint %}

A subscription is required in order to trade with Volven Terminal. Find pricing details [here.](https://volven.io/pricing/)

**Basic package**

Gives access to using the ["Smart Order (SMO)"](/strategies/smart-order.md) and ["Slicer (SC)"](/strategies/slicer.md) strategies on iOS. In order to log in to the desktop terminal, an upgrade to Experienced or Day Trader is required.

**Experienced**

Gives access to the desktop terminal and additional access to ["Time-Weighted Average Price (TWAP)"](/strategies/time-weighted-average-price.md) and ["Advanced Limit Order (ALO)"](/strategies/advanced-limit-order.md), and allows the user to run five strategies simultaneously.&#x20;

**Day Trader**

Gives additional access to ["TWAP Arbitrage (TARB)"](/strategies/twap-arbtirage.md), ["Bulk Converter (BC)"](/strategies/bulk-converter.md), and ["Cobra (CO)"](/strategies/cobra.md) strategies. You also get direct contact with our support team, and can run 20 strategies simultaneously.


---

# 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://docs.volven.io/overview/signing-up.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.
