# Positions Panel

## Understanding the Positions Panel

Once a perps order is executed, you’ll have an open position. You can monitor it and see details about your position the Positions panel.&#x20;

<figure><img src="/files/5LQph4OAUZqq0mEo0gyf" alt=""><figcaption></figcaption></figure>

In the Positions panel, you’ll find:

* Balances: A tab showing your current balances across all of your accounts. Note that if you operate a vault on Hyperliquid, it will not show up in the trade\[XYZ] positions panel.
* Positions: A tab showing your current open positions. Included in this tab are columns reflecting the asset, size, position value, entry price, mark price, liquidation price, unrealized PnL, and margin.
* Open Orders: A tab showing your current open orders with relevant information for the order type, including but not limited to order type, asset, direction, size ,and value.
* TWAP: A tab showing active and historical TWAP orders.
* Trade History: A tab reflecting all executed trade history for the wallet connected to the interface.
* &#x20;Funding History: A tab reflecting historical funding fees paid.
* Order History: A tab reflecting all order history for the wallet connected to the interface, including unexecuted trades.
* Account Activity:   It will show all activity associated with the connected wallet that has on-chain transaction data. This includes order placement, but also other transactions, including transfers, deposits, and withdrawals.


---

# 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.trade.xyz/getting-started/positions-panel.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.
