# Positions

<figure><img src="/files/6gxucozCluyYiVBLsHr0" alt=""><figcaption></figcaption></figure>

* Asset: The perpetual contract you are holding (e.g., VIX).
* Size: The notional size of your position. A positive number indicates a long position; a negative number indicates a short position.
* Entry Price: The average price at which you entered the position.
* Mark Price: The current fair-value price of the perpetual on the exchange.
* Liquidation Price: A critical risk metric. If the mark price moves against you and reaches this level, your position will be automatically closed by the system to prevent further losses.
* Margin: The amount of collateral you have allocated to keep this position open.
* P\&L (Unrealized): Your current floating profit or loss on the position.
* TP/SL: Your configured Take-Profit and Stop-Loss levels for this position.

***

### Actions

* **Close.**  A button on each position row to close that specific position at the current market price.
* **Close All.**  A button at the top right to exit all of your open positions in a single transaction.

***


---

# 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.nunchi.trade/copy-of-nunchi-testnet-user-guide/account-management/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.
