# User Guides

{% hint style="success" %}
Anyone can [create](https://alpha.charm.fi/create) a fully functioning LP vault with 1-click, to manage the liquidity of ANY Uniswap V3 pool.
{% endhint %}

{% hint style="success" %}
All vaults belong to its creator, and lives on-chain. It is self-custodial, and do not rely on 3rd parties to manage liquidity.
{% endhint %}

Much like all smart contracts, the vault has parameters that must be assigned, and functions that needs to be called.

The User Guides help describe the vault's key parameters and functions. It contains the following sections:

1. [Create Vault](/charm/manage-liquidity/user-guides/walkthroughs/create-vault.md) describes the vault creation process.
2. [Vault Parameters](/charm/manage-liquidity/user-guides/vault-parameters.md) describes how the vault manages liquidity.
3. [Rebalancing](/charm/manage-liquidity/user-guides/rebalancing.md) describes the rebalancing process, and how to fully automate a vault.
4. [Verifying Vaults ](/charm/manage-liquidity/user-guides/verifying-vaults.md)describes how Charm verifies vaults to include in its front-end.
5. [Capital Efficiency](/charm/manage-liquidity/user-guides/capital-efficiency.md) describes how the vault increases liquidity depth using less funds, and without increasing the risk of financial loss.
6. [Other Features](/charm/manage-liquidity/user-guides/other-features.md) describe the other features of the vault such as changing the vault manager, setting a vault cap, setting a vault manager fee, etc...
7. [Best Practices](/charm/manage-liquidity/user-guides/best-practices.md) describe some best practices when managing liquidity on-chain.
8. [Walkthroughs](/charm/manage-liquidity/user-guides/walkthroughs.md) contain step by step instructions on the most commonly used functions of the vault.

The technical details are found in [Technical References](/charm/technical-references/overview.md).


---

# 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://learn.charm.fi/charm/manage-liquidity/user-guides.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.
