# Manage the Quests on the Portal

## Duplicating Quests Video

{% embed url="<https://www.loom.com/share/eb5512dd86444a988b24021fb5811a81>" %}

## Duplicating Quests Across Portals Video

{% embed url="<https://www.loom.com/share/4a5b373ec4484bd4b78bdbaa661dde03>" %}

{% hint style="info" %}
**Prerequisites**

* You need a Domino account with a [community](/docs/quest-management/creating-your-community-on-domino.md) and [portal already set up](/docs/domino-portal/setting-up-your-community-portal.md)
* Access to the portal's Quest Map in Domino
  {% endhint %}

## Overview

The Domino portal lets you organize your [quests](/docs/quest-management/launching-your-first-quest.md) into logical groups called modules (categories). The Quest Map interface provides a visual, drag-and-drop way to manage these modules and the quests within them, making it easy to keep your portal structured and user-friendly.

<figure><img src="/files/BCcAI0nkUbIruUmKYQP0" alt=""><figcaption><p><em>The Quest Map interface lets you organize quests into modules for better navigation and discovery.</em></p></figcaption></figure>

## What Are Modules (Categories)?

Modules are categories that group related quests together on your portal. Each module can have its own name and description, helping users find quests by topic, event, or campaign.

* Example modules: "Onboarding", "Social Challenges", "Weekly Events"
* Each quest belongs to a single module

## Using the Quest Map Interface

The Quest Map is your main tool for managing modules and quests. It supports:

* Creating, editing, and deleting modules
* Adding new quests to modules
* Reordering modules and quests via drag-and-drop
* Inline editing of module names and descriptions

### Creating a Module

1. Click the **Create Module** button in the Quest Map
2. Enter a name and (optionally) a description
3. The new module appears in your list, ready for quests

### Editing or Deleting a Module

* Click the module name or description to edit inline
* Use the menu (three dots) to delete a module

{% hint style="warning" %}
Deleting a module will remove the category, but quests inside will remain accessible elsewhere unless deleted.
{% endhint %}

### Adding and Managing Quests

* Click **New Quest** in a module to create a [quest](/docs/quest-management/launching-your-first-quest.md) directly in that category
* Drag and drop quests within a module to reorder them
* Use the grip icon to drag modules or quests
* Click a quest to edit its details or move it to another module

### Inline Editing

* Click on a module's name or description to edit it instantly
* Changes are saved automatically

## Expected Outcome

{% hint style="success" %}
After following this guide, your portal quests will be organized into clear categories, making it easier for your community to discover and complete quests.
{% endhint %}

## Troubleshooting

* **Modules or quests not saving**: Check your internet connection and try again
* **Drag-and-drop not working**: Refresh the page or try a different browser
* **Accidentally deleted a module**: Quests remain, but you'll need to re-categorize them

{% hint style="warning" %}
If you encounter persistent issues, contact Domino support for assistance.
{% endhint %}


---

# 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/domino-portal/managing-portal-quests.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.
