# Domino Docs

## Docs V2

- [Introduction](https://docs.domino.run/docs/readme.md): This documentation site provides guides and references to help you understand and effectively use the Domino platform.
- [Concepts](https://docs.domino.run/docs/concepts.md): This document defines key concepts used throughout the Domino platform.
- [Getting started](https://docs.domino.run/docs/getting-started.md): Welcome to Domino! This guide will help you get started with the core features of the platform, pointing you to detailed guides for each area.
- [Campaign Template](https://docs.domino.run/docs/campaigns/campaign-template.md)
- [CoinMarketCap Referral Campaign](https://docs.domino.run/docs/campaigns/coinmarketcap-referral-campaign.md)
- [Reddit Referral Growth Campaign](https://docs.domino.run/docs/campaigns/reddit-referral-growth-campaign.md)
- [Create your Community on Domino](https://docs.domino.run/docs/quest-management/creating-your-community-on-domino.md): Learn how to create and manage multiple communities in Domino to organize your campaigns and quests effectively.
- [Launch your first quest](https://docs.domino.run/docs/quest-management/launching-your-first-quest.md)
- [Create custom quest tasks](https://docs.domino.run/docs/quest-management/setting-up-custom-quest-tasks.md): Learn how to create custom validation tasks for your quests when built-in options don't meet your needs.
- [View quest claims (submissions)](https://docs.domino.run/docs/viewing-quest-claims.md)
- [Use custom rewards](https://docs.domino.run/docs/using-custom-rewards.md): Learn how to configure custom rewards for your quests in Domino, including Discord roles, tokens, NFTs and more.
- [Understand the task verification automation](https://docs.domino.run/docs/understanding-quest-verification-automation.md)
- [Restrict quest access to Discord role](https://docs.domino.run/docs/restricting-quest-access-to-discord-roles.md): Learn how to restrict quest access to specific Discord roles or other requirements using Domino's quest prerequisite system.
- [Reprocess Claims](https://docs.domino.run/docs/reprocess-claims.md): Learn how to reprocess past quest claims (submissions) if something went wrong. This lets you fix issues without forcing your members to claim the quest again.
- [Set up the Quest Portal](https://docs.domino.run/docs/domino-portal/setting-up-your-community-portal.md): Learn what a Domino community portal is, how to configure its basic settings, and how to make it your own. Covers portal availability, essential setup, authentication, custom domains, and more.
- [Customize the Quest Portal](https://docs.domino.run/docs/domino-portal/customizing-quest-portal-branding.md): Learn how to fully customize the branding and appearance of your Domino community portal. Covers logo uploads, color themes, banners, navigation, and more.
- [Manage the Quests on the Portal](https://docs.domino.run/docs/domino-portal/managing-portal-quests.md): Learn how to organize, categorize, and manage your community's quests on the Domino portal using modules (categories) and the Quest Map interface.
- [Create Leaderboards](https://docs.domino.run/docs/domino-portal/creating-leaderboards.md): Learn how to create and manage leaderboards in your Domino portal to track points and recognize top community members across campaigns.
- [Build Your First Automation](https://docs.domino.run/docs/automations/building-your-first-automation.md)
- [Manage Data with Variables and Inputs](https://docs.domino.run/docs/automations/managing-data-with-variables-and-inputs.md)
- [Automate Task Validation for Quests](https://docs.domino.run/docs/automations/automating-task-validation-for-quests.md)
- [Store Data with Domino Tables](https://docs.domino.run/docs/automations/working-with-domino-tables.md)
- [Authenticating users with the portal API](https://docs.domino.run/docs/developer-resources/authenticating-users-with-the-portal-api.md)
- [Portal Leaderboard API](https://docs.domino.run/docs/developer-resources/portal-leaderboard-api.md)
- [Embedding the portal in Telegram Mini Apps](https://docs.domino.run/docs/developer-resources/embedding-the-portal-in-telegram-mini-apps.md): Learn how to embed your Domino community portal within Telegram Mini Apps, handle authentication properly, and configure the necessary settings for seamless integration.
- [Launching a new Telegram Mini App for Domino Quests](https://docs.domino.run/docs/developer-resources/launching-a-new-telegram-mini-app-for-domino-quests.md): Launch a Telegram mini app from Zero using only Domino
- [Checking claim status](https://docs.domino.run/docs/checking-claim-status.md)
- [Getting quest modules](https://docs.domino.run/docs/getting-quest-modules.md)
- [Claiming a quest](https://docs.domino.run/docs/claiming-a-quest.md)
- [How to Find Discord Event ID](https://docs.domino.run/docs/misc/how-to-find-discord-event-id.md): Used for the Attend Discord Event Task
- [How to Enable Developer Mode on Discord](https://docs.domino.run/docs/misc/how-to-enable-developer-mode-on-discord.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.domino.run/docs/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.
