# Pools

A project can meet various needs of its tokens by creating custom pools. For example, it accomplishes the initial token circulation by creating a Candy Pool, fulfills the demands for fundraising by establishing a Public Offering Pool, increases the liquidity of its token and liquidity mining by creating a Liquidity Pool, secures the needs for more types of tokens by setting up a Staking Pool, implements the DAO governance of the project by creating a Governance Pool, and captures the intrinsic token value of the project by creating a Liquidity Bootstrapping Pool, et cetera.

{% content-ref url="/pages/-MjnGIKeeYXHtt7vnDMT" %}
[How to Create Liquidity Pools?](/icpswap/products/pools/how-to-create-pools.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://iloveics.gitbook.io/icpswap/products/pools.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.
