> For the complete documentation index, see [llms.txt](https://docs.kanalabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/partially-and-fully-closing-a-live-trade-order.md).

# 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
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.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/partially-and-fully-closing-a-live-trade-order.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.
