# Merge / Split Position

#### 1. What is Merge/Split Position mode ?

In the split position mode, each time an order gets executed, a new position will be generated, that is, all positions with same symbol, same direction and same leverage will not be merged;

In the merge position mode, user can only hold one position under one symbol, multiple positions with different directions or different leverage cannot coexist. The merge position mode is the most common practice in the industry.

#### 2. Why should I use the split position mode ?

Split position mode brings user more flexibility in trading. Under one symbol, users can hold long positions and short positions at the same time, as well as low-leverage positions and high-leverage positions at the same time.

#### 3. How to adjust the position in the split position mode ?

In the split position mode, user can adjust the quantity of the position with "Increase" or "Close Position" button.


---

# 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://kine.gitbook.io/kine-docs-portal/library/merge-split-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.
