# Account

<figure><img src="/files/EZeQ7iCMgj9fHkCjZXy7" alt=""><figcaption><p>tuleep.trade account summary</p></figcaption></figure>

This block displays your account information, including:

* Account balance (including unrealized profit and loss, or uPNL)
* Free margin balance available to open new trades
* Unrealized profit and loss (PNL)
* Long/short exposure expressed in USD
* Account leverage, which is calculated as the absolute value of long/short exposure divided by account balance.

{% hint style="info" %}
For Binance users, the account balance and free margin displayed in this block combine USDT and BUSD balances.
{% endhint %}


---

# 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/account.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.
