# Add to Position

Users have the ability to use free collateral to increase the net value of their open position. Doing so increases their position size and adjusts their average entry price closer to mark price but does not change the leverage applied. This action also lowers the liquidation risk.

<figure><img src="/files/dkznwdrdBNBERZl9ldGW" alt=""><figcaption><p>Add to Position modal</p></figcaption></figure>


---

# 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.vela.exchange/vela-knowledge-base/exchange/trading/positions/add-to-position.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.
