> For the complete documentation index, see [llms.txt](https://docs.intract.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intract.io/product-guide/community-hub-guides/quests/launching-your-quests/setting-up-tasks.md).

# Setting up Tasks

Setting up tasks requires careful planning. However, we've simplified the process to make it easier to execute. There's a wide range of tasks to choose from, don't be overwhelmed. We have task families that can help you sort tasks effectively and pick accordingly.

<figure><img src="/files/RBFyKXIbGZFLW2LmS6Ps" alt=""><figcaption></figcaption></figure>

Setting up tasks is generally simple. For example, multiple choice questions. Add your question, provide your options, and determine the XP amount awarded upon user completion. You can make the task optional. The process may become slightly more complex for certain other tasks.

<figure><img src="/files/ht66rdWmRpQiRDvXUbkx" alt=""><figcaption></figcaption></figure>

For example this task. While this task may initially appear complex, it essentially involves selecting a task and inputting the requested parameters. These could be as straightforward as "add a username for users to follow," or slightly more complex, such as "NFT chain IDs.”

<figure><img src="/files/bgLSYUSZmGFHpeB2QxDV" alt=""><figcaption></figcaption></figure>

You can also customize task details. For instance you can...

1. Customize icons by clicking on the ✏️ near a task icon on the top-left
2. Customize XP count of each task by clicking on the drop-down on the top-right&#x20;

<figure><img src="/files/Ify8TWYGIuEom6vrITm9" alt=""><figcaption></figcaption></figure>

## Custom Verification

<figure><img src="/files/2SMCj9gzwIvPMnum8umN" alt=""><figcaption></figcaption></figure>


---

# 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 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.intract.io/product-guide/community-hub-guides/quests/launching-your-quests/setting-up-tasks.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.
