# Positions

<figure><img src="/files/dejQK9NSkFIq4LmIG5UL" alt=""><figcaption><p>tuleep.trade positions</p></figcaption></figure>

This block displays your current open position on the selected account. You can use it to quickly execute orders to manage your positions, either individually or all at once.

{% hint style="info" %}
Your current leverage and unrealized profit and loss (uPNL) are expressed as a proportion of your account size, making it easier for you to manage your trading activity.
{% endhint %}

### Available actions

* You can increase or reduce your position by predefined percentage of your current position.
* You can reverse the current position side with one click.
* You can hedge your current position with one click.
* You can close your position at the current market price with one click.
* You can limit your close order to the best bid or ask with one click.


---

# 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.tuleep.trade/terminal/positions.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.
