# Alluvial

## Alluvial

- [Who is Alluvial?](https://docs.alluvial.finance/readme.md)
- [Guides](https://docs.alluvial.finance/guides.md)
- [Mint and Redeem support](https://docs.alluvial.finance/guides/platform-mint_burn.md)
- [Secondary Interaction support](https://docs.alluvial.finance/guides/platform-listing.md)
- [Reporting](https://docs.alluvial.finance/guides/reporting.md)
- [Supplemental Guides](https://docs.alluvial.finance/guides/supplemental_guides.md)
- [Architecture](https://docs.alluvial.finance/guides/supplemental_guides/architecture.md): This guide is intended for Platforms to learn about how they can integrate the Liquid Collective protocol with the support of Alluvial's APIs.
- [Authentication](https://docs.alluvial.finance/guides/supplemental_guides/authentication.md)
- [Redemptions](https://docs.alluvial.finance/guides/supplemental_guides/redemptions.md)
- [Staking](https://docs.alluvial.finance/guides/supplemental_guides/staking.md)
- [APIs](https://docs.alluvial.finance/api-reference.md)
- [Authentication API](https://docs.alluvial.finance/api-reference/authentication.md)
- [Ethereum Data API](https://docs.alluvial.finance/api-reference/ethereum-data.md)
- [Allowlisting API](https://docs.alluvial.finance/api-reference/allowlisting.md)
- [Redemption API](https://docs.alluvial.finance/api-reference/redemption.md)
- [Reporting API](https://docs.alluvial.finance/api-reference/reporting.md)
- [Public APIs](https://docs.alluvial.finance/api-reference/public.md)
- [Third Party Integration Guides](https://docs.alluvial.finance/third-party-guides.md)
- [Fireblocks](https://docs.alluvial.finance/third-party-guides/fireblocks-integration.md)
- [Changelog](https://docs.alluvial.finance/changelog.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.alluvial.finance/readme.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.
