# Guides

- [Server Configuration](https://docs.fynd.xyz/guides/server-configuration.md)
- [Encoding Options](https://docs.fynd.xyz/guides/encoding-options.md)
- [Swap CLI](https://docs.fynd.xyz/guides/swap-cli.md): Use fynd-swap-cli to dry-run and execute swaps against a running Fynd server.
- [Price Guard](https://docs.fynd.xyz/guides/price-guard.md)
- [Client Fees](https://docs.fynd.xyz/guides/client-fees.md)
- [Benchmarking](https://docs.fynd.xyz/guides/benchmarking.md): Measure solver performance and compare output quality between branches.
- [Custom Algorithm](https://docs.fynd.xyz/guides/custom-algorithm.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://docs.fynd.xyz/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.
