# How to Close a Position?

JOJO uses a one-way position mode, which means that under a certain trading pair, you can only have a position in one direction and cannot hold both long and short positions at the same time. This mode is very similar to spot trading; you just need to buy and sell normally.

For users accustomed to the concepts of opening and closing positions:&#x20;

* If you currently do not have any positions, then buying is equivalent to open long position, while selling is equivalent to open short position.&#x20;
* If you currently have a long position, then selling is equivalent to closing your position.
* If you currently have a short position, then buying is equivalent to closing your position.

You can also quickly close your position by clicking the "close" button in the top right corner of the position.

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

<figure><img src="/files/ff2I7B8cJoHdvwbnSdGD" 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://about.jojo.exchange/jojo-1/v2-product-guides/tutorials/how-to-close-a-position.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.
