# Close Order

To close an "*Order*" or "*Position*" on Bitfunded, please proceed to the lower part of the "*Trade*" screen.

<figure><img src="/files/22Q3JNJlH1vll8a7OqvN" alt=""><figcaption></figcaption></figure>

In the lower section, you can view your open positions and orders. Move to the far right of your open order. There, you will see three buttons:

**Reverse**: This button is used to reverse a transaction. For example, if you have a long position, you can use the "Reverse" button to convert this position into a short position using a market order.

**Close**: This button is used to close a position. To use this button, you need to select the type of closure and the amount you want to close from the area above the button. You can instantly close the position at the "Market Price" option, or you can set your desired price with the "Limit Price" option.

**Close All**: This button allows you to close all your open positions at once. If you want to close multiple orders simultaneously, you can click this button to close all your positions.


---

# 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://bitfunded.gitbook.io/support/trading-module/close-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.
