# Instamint Documentation

## Instamint Documentation

- [Overview](https://docs.scifn.com/instamint/overview.md): The Enterprise Digital Assets Platform
- [Instamint APIs](https://docs.scifn.com/instamint/instamint-apis.md)
- [Meta](https://docs.scifn.com/instamint/instamint-apis/meta.md): The Meta API
- [Disburse](https://docs.scifn.com/instamint/instamint-apis/disburse.md): The Disburse API
- [Yield](https://docs.scifn.com/instamint/instamint-apis/yield.md): The Yield API
- [Asset Template Library](https://docs.scifn.com/instamint/asset-template-library.md)
- [Smart Contracts](https://docs.scifn.com/instamint/smart-contracts.md): Contracts and contract types
- [The Console](https://docs.scifn.com/instamint/the-console.md): Management Dashboard
- [Portfolios](https://docs.scifn.com/instamint/portfolios.md): Organizing assets with portfolios
- [Designer](https://docs.scifn.com/instamint/designer.md): Bespoke assets
- [GraphQL API](https://docs.scifn.com/instamint/graphql-api.md)
- [Websocket Feeds](https://docs.scifn.com/instamint/websocket-feeds.md)
- [Algorand Testnet & Indexer](https://docs.scifn.com/instamint/algorand-testnet-and-indexer.md): Instamint Testnet
- [Asset Notebook](https://docs.scifn.com/instamint/asset-notebook.md): Context for assets


---

# 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.scifn.com/instamint/overview.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.
