# How To

- [Swap Tokens](https://docs.zilswap.io/how-to/swap.md)
- [Provide Liquidity](https://docs.zilswap.io/how-to/provide-liquidity.md)
- [Potential Risk: Impermanent Loss](https://docs.zilswap.io/how-to/provide-liquidity/impermanent-loss.md)
- [Claim Rewards](https://docs.zilswap.io/how-to/claim-rewards.md): For liquidity providers
- [Onboard the Reward Distributor (NEW)](https://docs.zilswap.io/how-to/reward-distributor.md): For project owners
- [Participate in ZILO](https://docs.zilswap.io/how-to/zilo.md): The liquidity providing service for the latest tokens in the Zilliqa ecosystem.
- [List Token](https://docs.zilswap.io/how-to/list-token.md)
- [Privacy Policy](https://docs.zilswap.io/how-to/privacy-policy.md): How we protect user privacy for ZilSwap users.


---

# 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.zilswap.io/how-to.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.
