# Resources

- [Links & Contact](https://docs.ashswap.io/resources/links-and-contact.md): Where you can find us.
- [Devnet](https://docs.ashswap.io/resources/devnet.md)
- [Faucets](https://docs.ashswap.io/resources/devnet/faucets.md): If you're on Devnet and do not have the tokens, we have you covered.
- [Audit Report](https://docs.ashswap.io/resources/audit-report.md): Security Audit Report AshSwap Smart Contracts
- [AshSwap Academy](https://docs.ashswap.io/resources/ashswap-academy.md)
- [Decentralized Finance (DeFi)? — What is it?](https://docs.ashswap.io/resources/ashswap-academy/decentralized-finance-defi-what-is-it.md)
- [DeFi Components. What are they?](https://docs.ashswap.io/resources/ashswap-academy/defi-components.-what-are-they.md)
- [DeFi Handbook — Introduction to Decentralized Finance](https://docs.ashswap.io/resources/ashswap-academy/defi-handbook-introduction-to-decentralized-finance.md)
- [What is LP Token?](https://docs.ashswap.io/resources/ashswap-academy/what-is-lp-token.md): To better understand AshSwap's features, you need to first know a core concept of DEXs, the LP token. What is it and what is it used for?
- [Dynamic Aggregator](https://docs.ashswap.io/resources/ashswap-academy/dynamic-aggregator.md)
- [Popular Error Message](https://docs.ashswap.io/resources/popular-error-message.md): Please check the Explorer page for the error message if your Transactions are not processed, and compare the results to the information in the table below.


---

# 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.ashswap.io/resources.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.
