# Doki Doki

## Doki Doki

- [Overview](https://docs.dokidoki.com/master.md)
- [Key features](https://docs.dokidoki.com/master/key-features.md)
- [Protocol Fees](https://docs.dokidoki.com/master/protocol-fees.md)
- [FAQ](https://docs.dokidoki.com/master/faq.md)
- [How to create NFT Gacha](https://docs.dokidoki.com/tutorials/how-to-create-nft-gacha.md): This tutorial will guide you through the process of launching your own Gacha, broken down into three simple steps 1) Deploy 2) Configure 3) Load NFTs
- [How to remove NFTs from Gacha](https://docs.dokidoki.com/tutorials/how-to-remove-nfts-from-gacha.md)
- [How to freeze metadata for NFTs minted on Opensea](https://docs.dokidoki.com/tutorials/how-to-freeze-metadata-for-nfts-minted-on-opensea.md): How to make NFTs minted using Opensea public minter compatible with Gacha
- [How to add special rules to your Gacha using .CSV file](https://docs.dokidoki.com/tutorials/how-to-add-special-rules-to-your-gacha-using-.csv-file.md)
- [For developers](https://docs.dokidoki.com/resources/for-developers.md): You want to build on top of our gachapons? This is the right place to start!
- [Supported token URI values](https://docs.dokidoki.com/resources/for-developers/supported-token-uri-values.md): The protocols and IPFS link formats supported by our API.
- [Supported metadata structures](https://docs.dokidoki.com/resources/for-developers/supported-metadata-structures.md): How to be sure that your NFT will show up correctly on dokidoki.com
- [Solidity Interfaces and ABIs](https://docs.dokidoki.com/resources/for-developers/solidity-interfaces-and-abis.md)
- [Brand & Media Kit](https://docs.dokidoki.com/resources/brand-and-media-kit.md)
- [Disclaimer](https://docs.dokidoki.com/resources/disclaimer.md)
- [Customizations](https://docs.dokidoki.com/resources/customizations.md): How to personalize your Gacha machine
- [Chainbinders](https://docs.dokidoki.com/integrations/chainbinders.md): A first-of-its-kind deflationary set of NFTs backed by real value in $ETH
- [Unicly (uDOKI)](https://docs.dokidoki.com/integrations/unicly.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.dokidoki.com/master.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.
