# iDos Games Docs

## iDos Games Docs

- [Welcome](https://docs.idosgames.com/readme.md)
- [Quick Start Unity SDK](https://docs.idosgames.com/start/quick-start-unity-sdk.md)
- [Frequently Used Functions](https://docs.idosgames.com/start/frequently-used-functions.md)
- [Telegram Mini Apps](https://docs.idosgames.com/start/telegram-mini-apps.md): How to create a Web3 Game from scratch and add it to Telegram Mini Apps
- [API v1](https://docs.idosgames.com/api/api-v1.md)
- [Authentication](https://docs.idosgames.com/api/api-v1/authentication.md)
- [User Data](https://docs.idosgames.com/api/api-v1/user-data.md)
- [Crypto Wallet](https://docs.idosgames.com/api/api-v1/crypto-wallet.md)
- [Referral](https://docs.idosgames.com/api/api-v1/referral.md)
- [Chest](https://docs.idosgames.com/api/api-v1/chest.md)
- [Friend](https://docs.idosgames.com/api/api-v1/friend.md)
- [Marketplace](https://docs.idosgames.com/api/api-v1/marketplace.md)
- [Purchase](https://docs.idosgames.com/api/api-v1/purchase.md)
- [Reward](https://docs.idosgames.com/api/api-v1/reward.md)
- [Shop](https://docs.idosgames.com/api/api-v1/shop.md)
- [Spin](https://docs.idosgames.com/api/api-v1/spin.md)
- [Time Limited Event](https://docs.idosgames.com/api/api-v1/time-limited-event.md)
- [Subscription](https://docs.idosgames.com/api/api-v1/subscription.md)
- [Server API](https://docs.idosgames.com/api/api-v1/server-api.md)
- [Admin API](https://docs.idosgames.com/api/api-v1/admin-api.md)
- [API v2](https://docs.idosgames.com/api/api-v2.md)
- [User](https://docs.idosgames.com/api/api-v2/user.md)
- [Character](https://docs.idosgames.com/api/api-v2/character.md): Character - API Reference
- [User](https://docs.idosgames.com/liveops/user.md)
- [Character](https://docs.idosgames.com/liveops/character.md)
- [Dashboard](https://docs.idosgames.com/settings/dashboard.md)
- [Platform Settings](https://docs.idosgames.com/settings/platform-settings.md)
- [Secret Key](https://docs.idosgames.com/settings/secret-key.md)
- [In App Purchase](https://docs.idosgames.com/settings/iap.md)
- [Crypto](https://docs.idosgames.com/settings/crypto.md)
- [Email](https://docs.idosgames.com/settings/email.md)
- [AI Services](https://docs.idosgames.com/settings/ai-services.md)
- [Integrations](https://docs.idosgames.com/settings/integrations.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.idosgames.com/readme.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.
