# Next steps

Here are some additional resources you might find useful:

* Learn about [swap endpoint's advanced configuration options](/docs/aggregator-api/swap.md)
* Browse [supported chains](/docs/aggregator-api/chains.md)
* View [supported liquidity sources and router contracts](https://github.com/swapnet-xyz/docs/blob/main/aggregator-api/chainInfo.md) on each blockchain network
* Check out [token metadata and display information](/docs/aggregator-api/tokens.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://swapnet-1.gitbook.io/docs/get-started/next-steps.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.
