# Close Limit

A limit close lets you specify the price at which you would like to close the position.

**Step 1:** Enter your preferred closing price into the Price textbox&#x20;

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

{% hint style="info" %}

* For closing Long order, you should set a price less than the market price. If the price exceeds the market price, the system will automatically match the order at the market price.
* For closing Short order, you should set a price higher than the market price. If the price is less than the market price, the system will automatically match the order at the market price.
  {% endhint %}

**Step 2:** Choose amount of position (10%, 25%, 50%, 75%, 100%) you want to close.&#x20;

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

* The defaulted percentage is 100% which means closing the whole position. Otherwise, you can quickly choose other percentages of position quantity (10%, 25%, 50%, 75%), it just reduces the position.

**Step 3:** Choose the **Limit** button on the right side of the position.

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

**Step 4:** Confirm&#x20;

* The system creates an order of closing with the quantity selected. Check the details in the confirmation pop-up before clicking **Confirm** button

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

* If this pop-up interrupts your flow, please click “**Don't show this popup again**” to remove it the next time.
* Your wallet will ask you to confirm the action. Please confirm the transaction.
* Then, the system will work for a second.

<figure><img src="/files/3XuPwJftZP7EVLNGg3xT" alt=""><figcaption></figcaption></figure>

* After your transaction is completed, your order is placed into the **Open orders** tab while the pending order is added to the order book.

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

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

* After matching orders on the order book, the system will transfer the margin and PnL to your wallet and charge a commission fee. At this time, you can claim the total of your funds.


---

# 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.position.exchange/products/trading-protocol/beginners-guide/close-position/close-limit.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.
