> For the complete documentation index, see [llms.txt](https://docs.unlimited.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unlimited.trade/start-trading/or-unlimited-leverage-guide/positions/edit-position.md).

# Edit Position

This option brings up the following screen and allows you to <mark style="color:blue;">**alter your position**</mark> while the trade is still active. According to your input, any changes that will occur to your position are displayed on the info box below. "**Mark price**" shows the current live normalised "mark" price of the asset. Under "**Size**", "**Collateral**", "**Liq. Price**", and "**Leverage**" you will see the values of the position as it currently stands, with the arrows indicating the <mark style="color:blue;">**new adjusted values**</mark>. \
\
Once you are happy with the new values, click on "Approve" to update your position. Alternatively, to close the screen without making changes, click the "x" in the top right hand corner. &#x20;

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

This option allows you to increase your current leverage, without having to deposit more collateral. As seen on the image above, this will also affect your position's **Size**, **Entry Price** & **Liquidation Price**. It will also incur a small amount of fees, based on the new **Size**.

<div><figure><img src="/files/tPP1ywLqDTmKycorQj0G" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UmE1d0ZhwsnwpO3Cyj4a" alt=""><figcaption></figcaption></figure></div>

By changing the <mark style="color:blue;">**collateral amount**</mark> you can alter your **Leverage**, your **Liquidation Price** and the **Size** of your position. Use the percentage buttons or type in a value to select the amount of collateral you wish to add (through "Deposit") from your available funds, or remove (through "Withdraw").

<figure><img src="/files/dqOkgo7qjspCuaAJuP2D" alt=""><figcaption></figcaption></figure>

If you wish to increase the **Size** of your position (through "Size"), you must also set the new leverage through the leverage slider or by clicking on the current value and typing the new value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.unlimited.trade/start-trading/or-unlimited-leverage-guide/positions/edit-position.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
