# 🧭 Navigation Through HeliSwap

HeliSwap V1 offers various functions:

* [Creating Liquidity Pools](/getting-started/navigation-through-heliswap/pools-create-a-new-pool.md)
* [Adding Liquidity to an existing pool](/getting-started/navigation-through-heliswap/pools-provide-liquidity-to-existing-pool.md)
* [Create a Pool with and ERC20 Token](/getting-started/navigation-through-heliswap/pools-create-a-pool-with-an-erc20-token.md)
* [Remove Liquidity](/getting-started/navigation-through-heliswap/remove-liquidity.md)
* [Swapping](/getting-started/navigation-through-heliswap/swap.md)
* [Yield farming ](/getting-started/navigation-through-heliswap/yield-farming.md)

Click on the relevant link to see a detailed guide on how to navigate through that function.&#x20;


---

# 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.heliswap.io/getting-started/navigation-through-heliswap.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.
