# Introduction

### What is Domino?

Domino is a powerful [automation platform](https://docs.domino.run/docs/concepts) designed to connect different applications and services, enabling you to build sophisticated workflows without extensive coding. At its core, Domino allows you to define triggers (events that start a workflow) and actions (steps that the workflow performs) to automate complex processes.

It's particularly well-suited for tasks involving community engagement, web3 interactions, and marketing campaigns, offering features like automated [quest systems](https://docs.domino.run/docs/quest-management/launching-your-first-quest), customizable [user portals](https://docs.domino.run/docs/domino-portal/setting-up-your-community-portal), and flexible data management through built-in tables.

### What can you do with Domino?

With Domino, you can:

* **Build Custom Automations:** Design workflows visually using the node-based Builder. Connect various app actions, use conditional logic, loops, and [variables](https://docs.domino.run/docs/automations/managing-data-with-variables-and-inputs) to create tailored solutions.
* **Integrate Your Tools:** Connect Domino to a wide range of applications and services through built-in integrations and webhooks.
* **Launch Engagement Quests:** Create and manage [quests](https://docs.domino.run/docs/quest-management/launching-your-first-quest) composed of various [tasks](https://docs.domino.run/docs/quest-management/setting-up-custom-quest-tasks) (e.g., social media actions, content submissions, quizzes) to engage your community. Automate [task validation](https://docs.domino.run/docs/understanding-quest-verification-automation) and reward distribution.
* **Deploy Branded Portals:** Set up [customizable, user-facing portals](https://docs.domino.run/docs/domino-portal/setting-up-your-community-portal) under your own brand to host quest campaigns, complete with user authentication and profile management.
* **Manage Workflow Data:** Utilize built-in [Tables](https://docs.domino.run/docs/automations/working-with-domino-tables) to store, retrieve, and manipulate data directly within your automations.
* **Orchestrate Complex Processes:** Automate multi-step operations, handle data transformations, trigger notifications, and manage resources based on specific events or schedules.

Explore the [Concepts](https://docs.domino.run/docs/concepts) page to understand the core building blocks, and dive into the guides (coming soon!) for step-by-step instructions on specific use cases.

## Discover Domino

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Learn how to set up your Domino account and get familiar with the platform basics.</td><td><a href="getting-started">getting-started</a></td><td><a href="https://1542229437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8TrWRyvdpP97AjvHh9W%2Fuploads%2Fgit-blob-93effc3722e7940285a49bf482c8d2794f146b54%2Fscreenshot%20(38).png?alt=media">screenshot (38).png</a></td></tr><tr><td><strong>Core Concepts</strong></td><td>Understand the fundamental building blocks of Domino, including automations, quests, and data management.</td><td><a href="concepts">concepts</a></td><td><a href="https://1542229437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8TrWRyvdpP97AjvHh9W%2Fuploads%2Fgit-blob-d111db7ccdb4ae2f1a8793e9b9110974e2da358b%2Fscreenshot%20(37).png?alt=media">screenshot (37).png</a></td></tr><tr><td><strong>Create Your Community</strong></td><td>Step-by-step guide to creating and managing your community on Domino.</td><td><a href="quest-management/creating-your-community-on-domino">creating-your-community-on-domino</a></td><td><a href="https://1542229437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8TrWRyvdpP97AjvHh9W%2Fuploads%2Fgit-blob-c4ac0559bab2392f3efba018c56d02dc588f2603%2Fscreenshot%20(30).png?alt=media">screenshot (30).png</a></td></tr><tr><td><strong>Launch Your First Quest</strong></td><td>Learn how to design, configure, and launch your first quest to engage your community.</td><td><a href="quest-management/launching-your-first-quest">launching-your-first-quest</a></td><td><a href="https://1542229437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8TrWRyvdpP97AjvHh9W%2Fuploads%2Fgit-blob-4c687f9b7b1795c08eb16292ba6bf96f4c0aa895%2Fscreenshot%20(16).png?alt=media">screenshot (16).png</a></td></tr><tr><td><strong>Build Automations</strong></td><td>Discover how to automate tasks and workflows using Domino's powerful automation builder.</td><td><a href="automations/building-your-first-automation">building-your-first-automation</a></td><td><a href="https://1542229437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8TrWRyvdpP97AjvHh9W%2Fuploads%2Fgit-blob-04fad2ce6f8bfc0addd4067681b4e42d201e9e35%2Fscreenshot%20(26).png?alt=media">screenshot (26).png</a></td></tr><tr><td><strong>Customize Your Portal</strong></td><td>Set up and brand your own user-facing portal to host quests and manage user engagement.</td><td><a href="domino-portal/setting-up-your-community-portal">setting-up-your-community-portal</a></td><td><a href="https://1542229437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8TrWRyvdpP97AjvHh9W%2Fuploads%2Fgit-blob-aee1371560569fc989c658f10f9893dc0e11a676%2Fscreenshot%20(32).png?alt=media">screenshot (32).png</a></td></tr></tbody></table>


---

# 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.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.
