# How to change the price range of a liquidity position

**To change the price range of a position you must remove the liquidity position, then create a new position with the desired price range.**\ <br>

To learn more about removing liquidity and creating a position, see the following:

1. [How to remove a liquidity position from Zebra v2](/zebra-document/v2-guide/v2-liquidity-guidelines/how-to-remove-liquidity-from-v1.md)
2. [How to add liquidity on Zebra v2](/zebra-document/v2-guide/v2-liquidity-guidelines/how-to-add-a-liquidity.md)

\
When you remove your liquidity, all of your liquidity provider fees earned will be collected and sent to your wallet.


---

# 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://zebra.gitbook.io/zebra-document/q-and-a/how-to-change-the-price-range-of-a-liquidity-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.
