# Anvil API

- [Anvil API](https://dev.ada-anvil.io/anvil-api/readme.md): Simplify your Cardano integration with a powerful, developer-friendly API
- [Cardano Basics](https://dev.ada-anvil.io/anvil-api/cardano-basics.md)
- [Usage](https://dev.ada-anvil.io/anvil-api/usage.md)
- [Authentication](https://dev.ada-anvil.io/anvil-api/authentication.md): How to access the Anvil API
- [Fees](https://dev.ada-anvil.io/anvil-api/fees.md): This page outlines all fees associated with using the Anvil API on the Cardano blockchain.
- [FAQ](https://dev.ada-anvil.io/anvil-api/faq.md)
- [Troubleshooting](https://dev.ada-anvil.io/anvil-api/troubleshooting.md): Common Errors and Troubleshooting.
- [Support](https://dev.ada-anvil.io/anvil-api/support.md): Support options and resources for Anvil API users.


---

# 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://dev.ada-anvil.io/anvil-api.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.
