# Intents Deposits

- [What are Intents Deposits?](https://docs.intents.aurora.dev/intents-deposits/what-are-intents-deposits.md)
- [Quickstart](https://docs.intents.aurora.dev/intents-deposits/quickstart.md)
- [Widget integration](https://docs.intents.aurora.dev/intents-deposits/quickstart/widget-integration.md)
- [API integration](https://docs.intents.aurora.dev/intents-deposits/quickstart/api-integration.md)
- [Supported Chains](https://docs.intents.aurora.dev/intents-deposits/supported-chains.md)
- [Persistent Addresses](https://docs.intents.aurora.dev/intents-deposits/persistent-addresses.md)
- [Custom Actions](https://docs.intents.aurora.dev/intents-deposits/custom-actions.md): Coming soon
- [Custom actions - Widget](https://docs.intents.aurora.dev/intents-deposits/custom-actions/custom-actions-widget.md)
- [Custom actions - API](https://docs.intents.aurora.dev/intents-deposits/custom-actions/custom-actions-api.md)
- [API Reference](https://docs.intents.aurora.dev/intents-deposits/api-reference.md)
- [Get supported tokens](https://docs.intents.aurora.dev/intents-deposits/api-reference/get-supported-tokens.md)
- [Request a quote](https://docs.intents.aurora.dev/intents-deposits/api-reference/request-a-quote.md)
- [Submit a deposit](https://docs.intents.aurora.dev/intents-deposits/api-reference/submit-a-deposit.md)
- [Get swap status](https://docs.intents.aurora.dev/intents-deposits/api-reference/get-swap-status.md)
- [Get transactions history](https://docs.intents.aurora.dev/intents-deposits/api-reference/get-transactions-history.md)
- [Light Deposit API](https://docs.intents.aurora.dev/intents-deposits/api-reference/light-deposit-api.md)
- [Get a deposit address](https://docs.intents.aurora.dev/intents-deposits/api-reference/light-deposit-api/get-a-deposit-address.md)
- [Get an estimate](https://docs.intents.aurora.dev/intents-deposits/api-reference/light-deposit-api/get-an-estimate.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.intents.aurora.dev/intents-deposits.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.
