# Guides

- [Interact via Etherscan](https://balancer.gitbook.io/balancer-v2/v1/guides/withdrawing-liquidity-via-etherscan.md)
- [Using the SOR](https://balancer.gitbook.io/balancer-v2/v1/guides/making-a-trade.md)
- [Creating a Shared Pool](https://balancer.gitbook.io/balancer-v2/v1/guides/creating-a-balancer-pool.md)
- [Creating a Smart Pool](https://balancer.gitbook.io/balancer-v2/v1/guides/creating-a-smart-pool.md)
- [CRP Tutorial](https://balancer.gitbook.io/balancer-v2/v1/guides/crp-tutorial.md)
- [Liquidity Bootstrapping Example](https://balancer.gitbook.io/balancer-v2/v1/guides/crp-tutorial/liquidity-bootstrapping.md)
- [Smart Pool Use Cases](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui.md)
- [Liquidity Bootstrapping Pool](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui/liquidity-bootstrapping-pool.md)
- [Swing Trading Pool](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui/swing-trading-pool.md)
- [Smart Treasury](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui/smart-treasury.md)
- [Perpetual Synthetic Pool](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui/perpetual-synthetic-pool.md)
- [Investors' Club](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui/investors-club.md)
- [Experimental](https://balancer.gitbook.io/balancer-v2/v1/guides/smart-pool-templates-gui/experimental.md)
- [Testing on Kovan](https://balancer.gitbook.io/balancer-v2/v1/guides/testing-on-kovan.md)
- [Hackathons](https://balancer.gitbook.io/balancer-v2/v1/guides/hackathons.md)
- [Hacking & Testing](https://balancer.gitbook.io/balancer-v2/v1/guides/hackathons/hacking-and-testing.md): Some useful specifics to get you started
- [Judging](https://balancer.gitbook.io/balancer-v2/v1/guides/hackathons/judging.md): Some things we like to see (i.e. help yourself to win)
- [Ideas](https://balancer.gitbook.io/balancer-v2/v1/guides/hackathons/ideas.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://balancer.gitbook.io/balancer-v2/v1/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.
