# How to

Go to the [App](https://app.rehold.io);

{% tabs %}
{% tab title="Create position" %}

* Select **Long** or **Short**;
* Enter your collateral amount;
* Select leverage;
* Create position.

<figure><img src="/files/rpX1ydK3fqQyJp8BIDcq" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Deposit" %}

* Select collateral source and chain;
* Enter the depositing amount;
* Confirm deposit.

<figure><img src="/files/5XVGtcS9IOPfGhnzNYu0" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Withdraw" %}

* Select your destination token and chain;
* Enter the amount for withdrawal;
* Confirm withdrawal.

<figure><img src="/files/dJr6HrayvwsEHDbgEXr6" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.rehold.io/perpetuals/how-to.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.
