# Price Ranges and Liquidity Strategies

{% hint style="info" %}
**Note for DEX Teams:**

This section, along with **"Concentrated Liquidity Basics"** and **"Liquidity Provisioning: Tutorials & FAQs"**, serves as a general user guide for any DEX powered by Algebra. It’s designed to be easily adapted and branded by individual DEX teams, providing users with a clear, accessible introduction to how Algebra-based DEXes work — from basic swaps to advanced liquidity strategies.

The examples use **Algebra’s standard testnet UI and onboarding materials**, designed to illustrate key mechanics. These materials are **to be recreated and adapted** to match the final UI and UX of your DEX product.
{% endhint %}

{% content-ref url="/pages/2JENdeWNlN10fwPwYH7E" %}
[What Are Price Ranges](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/what-are-price-ranges.md)
{% endcontent-ref %}

{% content-ref url="/pages/lHI0vSvZlbRrEAO4ZI5k" %}
[Basic Price Range Presets](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/basic-price-range-presets.md)
{% endcontent-ref %}

{% content-ref url="/pages/f5PqB7BFFxtyzU1dOSWY" %}
[Advanced Range Presets](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/advanced-range-presets.md)
{% endcontent-ref %}

{% content-ref url="/pages/M2d3R7qF1gxmpLE3UyCh" %}
[How Price Moves Affect Liquidity](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/how-price-moves-affect-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/hnunGmO4ILFqsh0NOUAi" %}
[Impermanent Loss: Concepts & Mitigation](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/impermanent-loss-concepts-and-mitigation.md)
{% endcontent-ref %}

{% content-ref url="/pages/SrxhZxgM3ML15LGhoJru" %}
[Matching Your Liquidity Strategy to Market Moves](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/matching-your-liquidity-strategy-to-market-moves.md)
{% endcontent-ref %}

{% content-ref url="/pages/rT23O1j7rSenUbmgLcDX" %}
[Swap & LP Strategies with Price Ranges](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/swap-and-lp-strategies-with-price-ranges.md)
{% endcontent-ref %}

{% content-ref url="/pages/l0WD4geSL0M9Mji78iqI" %}
[Liquidity Scenarios & Risk Profiles](/algebra-integral-documentation/price-ranges-and-liquidity-strategies/liquidity-scenarios-and-risk-profiles.md)
{% endcontent-ref %}


---

# 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.algebra.finance/algebra-integral-documentation/price-ranges-and-liquidity-strategies.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.
