# Position Mode

**Position Management**

Users can manage positions by choosing the \[Positions] button on the trading dashboard. Users can check details such as trading pairs, direction, entry price, liquidation price, Leverage and other relevant information.

&#x20;

**Position Mode**

Perp Shield offers Isolated leveraged mode for every trading pair and position. Positions are always individual ones.

* Each trading pair is an isolated position, allowing users to open multiple isolated positions
* Each position is held and run individually. Currently, **there is no option to add margin to an existing position.**
* Every isolated trading position has its own unique risk rate and liquidation price, and each position is settled individually.
* Liquidation risk is isolated for each trading pair, which means liquidation of a position will not affect any other positions.
* Do not support the hedge mode.&#x20;


---

# 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.asterdex.com/trading/shield-mode/position-mode.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.
