# Developer Tools

- [Utility Functions](https://dev.ada-anvil.io/developer-tools/utility-functions.md): Anvil Utility Functions
- [Wallet Endpoints](https://dev.ada-anvil.io/developer-tools/wallet-endpoints.md): Query wallet UTXOs and balances directly from Anvil's indexed blockchain data.
- [Wallet CLI](https://dev.ada-anvil.io/developer-tools/wallet-cli.md): A lightweight CLI for generating Cardano wallets offline. Create secure BIP-39 mnemonic wallets or single key-pair (enterprise) wallets—perfect for scripts, tests, and backend services.
- [Web3 Authentication](https://dev.ada-anvil.io/developer-tools/cip8-auth-guide.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://dev.ada-anvil.io/developer-tools.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.
