> 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/understanding-task-features.md).

# Understanding Task Features

Once you have added all the necessary parameters required for a specific task, proceed with the task features.

### Optional Tasks

<figure><img src="/files/VJu3um6wiRskxNaQfVG2" alt=""><figcaption><p>Make a task option</p></figcaption></figure>

There is an 'optional' feature that can be selected for any given task. Selecting this feature will make the task optional, thus providing the user with the flexibility to skip this task and yet remain eligible for the rewards associated with the quest.&#x20;

This is a particularly useful feature when dealing with tasks that are more challenging or time-consuming, as it encourages a larger number of people to initiate and attempt to complete the quest. By making these more difficult tasks optional, we make the quest more accessible and thereby increase participation rates, without compromising the overall objective of the quest.

### Educational Slides:

<figure><img src="/files/hJEbmM5iYczUfCrpHEEw" alt=""><figcaption><p>Educational Slides</p></figcaption></figure>

The feature of adding educational slides can significantly enhance user understanding and engagement. These slides can be like a step-by-step guide, simplifying complex tasks. If users struggle with a particular task, these slides can break it down into manageable parts, ensuring no user is left behind.

We've also seen individuals create detailed slides about their projects, followed by engaging users with questions related to the presented material. This method can effectively communicate your project's value and pique user interest. You can use this feature any way that you want to.

### Recurring Task:

<figure><img src="/files/XePE3vNytl3YMJ8Z8CtH" alt=""><figcaption><p>Recurring Tasks</p></figcaption></figure>

You can set certain tasks to recur. However, keep in mind that not all tasks can be repetitive. For instance, you can request a user to visit a website daily, but you can't ask them to follow the same Twitter handle every day. Some actions can only be performed once. Technically, they can be repeated, but doing so doesn't make a difference. You can set the recurrence frequency, allowing the user to execute the task daily, weekly, or monthly, depending on your selection.

### Max Limit

<figure><img src="/files/8QtKFiqJXJlHdKKtSmN6" alt=""><figcaption><p>Max Limit</p></figcaption></figure>

This task feature is also not available for all tasks. What it does is allow you to set a maximum number of attempts a user can make to complete a task. Each incorrect attempt reduces the amount of XPs they will receive. Therefore, ensure that the XPs allocated for a task are divisible by the maximum limit, as we only distribute whole XPs.

Note that a task cannot be both recurring and have a maximum limit for obvious reasons. Trying to click them both will cause an apocalyse 🧟. Please DO NOT TRY TO DO THAT, positively.


---

# 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/understanding-task-features.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.
