# Partially & Fully Closing a Live Trade Order

Traders can fully or partially close an open position on the Kana Perps platform using either Market or Limit order types. Below is a step-by-step guide outlining the various methods to close a position. <br>

**Step 1**—To fully close a position instantly, navigate to the “Positions” tab. Locate the open position you wish to close and click on the “Quick Close” button located on the far right. This will immediately submit a market order to exit the entire position at the best available price.

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

**Step 2**—To partially close a position at the current market price, select the desired position from the “Positions” tab. In the “Close” section, select the “Market” option, manually input the quantity you wish to close, and click “Confirm” to execute the trade.

<figure><img src="/files/9G60y3sXkfKQvlMKz81k" alt=""><figcaption></figcaption></figure>

**Step 3**— To partially close a position at a specific price level, select the open position in the “Positions” tab. Under the “Close” section, select the “Limit” option, enter your target price and the quantity to close, then click “Confirm”. The limit order will be submitted and remain open until it is matched and executed or canceled.

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

**Step 4**— Upon successful closure of the position, a confirmation message will appear stating “Long Position Exited Successfully” or “Short Position Exited Successfully”, depending on the direction of the trade.

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

**Step 5**— All closed positions are recorded in the “Order History” tab. The closed trade will appear with the action labeled as “Exit Long” or “Exit Short”, and the status will display “Filled” once execution is complete.

<figure><img src="/files/6EcnxgdIcpjQgSfGa73B" alt=""><figcaption></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.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/partially-and-fully-closing-a-live-trade-order.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.
