# Introduction

***

{% hint style="info" %}
Need to register an account? Please visit [here](https://www.volven.io/sign-up).
{% endhint %}

## >>> Click here for [Volven Algo Guide 2024](https://docsend.com/view/wv4rsczfvkjh7nt4) <<<

## <mark style="color:blue;">Overview</mark>

Welcome to the Volven Terminal Documentation!

Here we've made available all the resources you need to start trading using our terminal, or API. The documentation and API guides will help you get started quickly, and our tutorials will help you become a better trader.

### [Introduction](#introduction)

Where your algorithmic crypto trading journey with Volven begins. Here you'll find all the basics regarding our [features and algorithms](https://docs.volven.io/overview/features-and-algorithms).

### [Getting Started](https://docs.volven.io/getting-started)

Set of guides for desktop and mobile that will help set up your trading workspace and strategy settings.

### API Quickstart (Coming soon)

How to use the Volven API for executing trades from code. Learn how to implement Volven in your own custom trading strategies.&#x20;

### [Modules](https://docs.volven.io/modules/ui-overview)

Explore the diverse range of specialized tools within the Volven Terminal, each designed to enhance specific aspects of your trading experience, from market analysis to risk management.

### [Strategies](https://docs.volven.io/modules/ui-overview/strategies)

Explore an array of meticulously designed and thoroughly tested trading strategies within Volven. This section provides comprehensive insights into each strategy's mechanics, enabling you to make informed decisions tailored to your trading goals and risk tolerance.

### [Parameters](https://docs.volven.io/strategies/parameter-explanations)

Delve into the heart of your trading algorithms by understanding the various customizable parameters in Volven. Learn how to fine-tune settings, optimize performance, and adapt your strategies to ever-changing market conditions, ensuring your trades align perfectly with your objectives.

### Mobile App

Take your trading on the go with the Volven Mobile App. Discover seamless functionality and real-time market insights in the palm of your hand, ensuring you never miss out on potential trading opportunities while staying in control of your strategies, anytime, anywhere.


---

# 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.volven.io/overview/introduction.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.
