# Resources

- [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


---

# 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.dokidoki.com/resources.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.
