# Multiple positions on the same pair and direction

By default, if you open a new position on the same instrument of an existing position, Contango will add it to your existing position.&#x20;

However, if you check the *force open* option at the bottom of the 'review ticket', you can open a new separate position on the same pair and direction as the existing one. For instance, you can have two ETH/DAI longs opened at the same time. Each position is independent from the other. Also, opening a short on ETH/DAI with this option enabled won't offset existing long positions.

<figure><img src="/files/70OzM63yxJyCcdvhUZmH" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %} <mark style="color:orange;">**Before trading**</mark> → make sure that you understand how the *force open* option works.
{% endhint %}


---

# 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.contango.xyz/basics/key-features/multiple-positions-on-the-same-pair-and-direction.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.
