# Liquidity Provisioning: Tutorials & FAQs

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

This section, along with **"Concentrated Liquidity Basics"** and **"Price Ranges & Liquidity Strategies"**, 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/nioal2fWxTMzJpVHhR0T" %}
[Adding Liquidity](/algebra-integral-documentation/liquidity-provisioning-tutorials-and-faqs/adding-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/hJyMrvgBDUvq1yCSt6Zm" %}
[Managing & Adjusting Positions](/algebra-integral-documentation/liquidity-provisioning-tutorials-and-faqs/managing-and-adjusting-positions.md)
{% endcontent-ref %}

{% content-ref url="/pages/8KMxFHNUb7rBijEzx8Rj" %}
[How APR is Calculated](/algebra-integral-documentation/liquidity-provisioning-tutorials-and-faqs/how-apr-is-calculated.md)
{% endcontent-ref %}

{% content-ref url="/pages/t4EbYDezDdyXH2jHAJwz" %}
[FAQ for LPs](/algebra-integral-documentation/liquidity-provisioning-tutorials-and-faqs/faq-for-lps.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/liquidity-provisioning-tutorials-and-faqs.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.
