# Guides

- [Swap Tokens](https://developers.lfj.gg/guides/swap-tokens.md)
- [Add/Remove Liquidity](https://developers.lfj.gg/guides/add-remove-liquidity.md)
- [Tracking Volume](https://developers.lfj.gg/guides/tracking-volume.md)
- [Tracking Pool Balances](https://developers.lfj.gg/guides/tracking-pool-balances.md)
- [Finding The Best Quote](https://developers.lfj.gg/guides/best-quote.md)
- [Byte32 Decoding](https://developers.lfj.gg/guides/byte-32-decoding.md)
- [Price From Bin Id](https://developers.lfj.gg/guides/price-from-id.md)
- [Bin Id From Price](https://developers.lfj.gg/guides/id-from-price.md)
- [Finding Liquidity Depth](https://developers.lfj.gg/guides/liquidity-depth.md)
- [User Balances](https://developers.lfj.gg/guides/user-balances.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://developers.lfj.gg/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.
