# Medici Documentation

## Medici Documentation

- [Medici - RWA Tokenization](https://medici-docs.bridgesplit.com/overview/medici-rwa-tokenization.md)
- [Solana](https://medici-docs.bridgesplit.com/resources/solana.md)
- [Program Overview](https://medici-docs.bridgesplit.com/programs/program-overview.md)
- [Asset Controller Program](https://medici-docs.bridgesplit.com/programs/program-overview/asset-controller-program.md)
- [Policy Engine Program](https://medici-docs.bridgesplit.com/programs/program-overview/policy-engine-program.md)
- [Identity Registry Program](https://medici-docs.bridgesplit.com/programs/program-overview/identity-registry-program.md)
- [Asset Data Registry](https://medici-docs.bridgesplit.com/programs/program-overview/asset-data-registry.md)
- [Medici SDK Quickstart](https://medici-docs.bridgesplit.com/typescript-sdk-client/medici-sdk-quickstart.md): You are ready to get started! Below is the basic flow for setting up an RWA Client and minting new tokens using Medici.
- [Tokenizing a Regulation D Offering](https://medici-docs.bridgesplit.com/examples/tokenizing-a-regulation-d-offering.md)
- [Tokenizing Fixed Income](https://medici-docs.bridgesplit.com/examples/tokenizing-fixed-income.md)
- [Tokenizing Art (Non-Fungible)](https://medici-docs.bridgesplit.com/examples/tokenizing-art-non-fungible.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://medici-docs.bridgesplit.com/overview/medici-rwa-tokenization.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.
