# Quickstart

### 1 - Log in or register

{% tabs %}
{% tab title="Log in" %}
Click [here ](https://www.swiss33.com/login)to log in.
{% endtab %}

{% tab title="Register" %}
Click [here ](https://www.swiss33.com/sign-up)to register for free.
{% endtab %}
{% endtabs %}

### 2 - Create your  model

* Go to [models](https://www.swiss33.com/models), click on the "+" button at the top left
* Select an algorithm, data and parameters
* Click on "save"

### 3 - Train and backtest your model

* Click on the training icon of your model
* Click on "Train & backtest"
* Check your chat to be notified when training is done
* Once trained, click on the training icon and analyse the results
* Repeat steps 2 and 3 if not satisfied with the results

### 4 - Deploy your bot

* Go to [bots](https://www.swiss33.com/bots), click on the "+" button at the top left
* Select the previously trained model
* Select your favorite broker / exchange and mode (paper or live)

{% tabs %}
{% tab title="Paper" %}
Enter a fictitious balance available for paper trading
{% endtab %}

{% tab title="Live" %}
Enter the required passwords / apis keys etc.
{% endtab %}
{% endtabs %}

* Select the frequency fo the bot and the quantity of each trade
* Click on "save"
* Power the bot on

### 5 - Monitor your performance

* Go to your [dashboard](https://www.swiss33.com/dashboard)
* For each model, you can track the performance of each trading bot and the overall performance


---

# 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.swiss33.com/quickstart.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.
