# Reposition

{% hint style="info" %}
**How repositioning works**

Repositioning allows you to re-adjust the price range of your position without creating a new position in a 3-step process:

1. All tokens are removed from the position.
2. Removed tokens are swapped in a ratio that matches the newly selected range.
3. The Min/Max Prices of the position are modified, and the swapped tokens are added to the position.

This feature comes in handy when your position is pushed out of range.
{% endhint %}

### **1. Click on your position**

Under **My Positions**, select a position to adjust the price range. This will take you to the pool details page.

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

### **2. Click on Reposition**

Once you land on your position card, expand the **Manage** dropdown and click on **Reposition**.

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

### **3. Select a new range**

Select a new range for the position. Your New Balance will be calculated based on the expected swap results from the Auto Router. Click on **Reposition** to proceed.

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

### **4. Preview your transaction**

Review the details of your position and click on **Confirm Reposition**.

<figure><img src="/files/4jjYgDTXCG2K4N5hGKbO" alt=""><figcaption></figcaption></figure>

### **6. Approve 3 consecutive transactions**

Repositioning involves a 3-step process. Each step requires approval for each transaction. Approve the transactions consecutively to complete the reposition.

{% hint style="warning" %}
**Important Notice**

Your swap may occasionally fail due to market fluctuations. In this case, your position will be closed but your tokens will remain in your wallet.
{% endhint %}

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

### **6. Check your new position balance**

Return to your position and check your new balance. You can also expand the **Position History** to double-check your transaction.

<figure><img src="/files/TQ36RlAAltz1HGwDyYf1" 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://docs.gnoswap.io/user-guide/providing-liquidity/reposition.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.
