# Reference

- [API Reference](https://dev.stagemeta.world/reference/api-reference.md)
- [Plaque Lookup API](https://dev.stagemeta.world/reference/api-reference/plaque-lookup-api.md)
- [Plaques Prepare API](https://dev.stagemeta.world/reference/api-reference/plaques-prepare-api.md)
- [Owner Username API](https://dev.stagemeta.world/reference/api-reference/owner-username-api.md)
- [Featured Plaques API](https://dev.stagemeta.world/reference/api-reference/featured-plaques-api.md)
- [Latest contract API](https://dev.stagemeta.world/reference/api-reference/latest-contract-api.md)
- [Plaques List API](https://dev.stagemeta.world/reference/api-reference/plaques-list-api.md)
- [Buy Plaque API](https://dev.stagemeta.world/reference/api-reference/buy-plaque-api.md)
- [Stage Wallet Authentication API](https://dev.stagemeta.world/reference/api-reference/stage-wallet-authentication-api.md)
- [Email Verification API](https://dev.stagemeta.world/reference/api-reference/email-verification-api.md)
- [Request For Private Key API](https://dev.stagemeta.world/reference/api-reference/request-for-private-key-api.md)
- [Private Key API](https://dev.stagemeta.world/reference/api-reference/private-key-api.md)
- [Orders Statistics API](https://dev.stagemeta.world/reference/api-reference/orders-statistics-api.md)
- [User Profile API](https://dev.stagemeta.world/reference/api-reference/user-profile-api.md)
- [Blockchain Smart-Contract](https://dev.stagemeta.world/reference/blockchain-smart-contract.md)
- [Plaque Price Method](https://dev.stagemeta.world/reference/blockchain-smart-contract/plaque-price-method.md)
- [Check mintTranfer Method](https://dev.stagemeta.world/reference/blockchain-smart-contract/check-minttranfer-method.md)
- [MintTransfer method](https://dev.stagemeta.world/reference/blockchain-smart-contract/minttransfer-method.md)
- [Token Owners Method](https://dev.stagemeta.world/reference/blockchain-smart-contract/token-owners-method.md)


---

# 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://dev.stagemeta.world/reference.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.
