> For the complete documentation index, see [llms.txt](https://docs.flooz.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flooz.xyz/flooz-for-token-devs/tasks-and-leaderboard/featured-tasks-raid-style.md).

# Featured Tasks (Raid-Style)

## ⚡ Featured Tasks

Featured tasks allow you to highlight important activities and set community-wide goals for task completion.&#x20;

Best in combination with [Quick Task](/flooz-for-token-devs/tasks-and-leaderboard/quick-task.md)

#### What are Featured Tasks?

Featured tasks are regular tasks that have a target completion goal attached to them (default: 500 completions). They help your community focus on specific activities and track progress toward shared objectives.

#### Setting Up Featured Tasks

1. Access the task management interface using the `/task` command in your group
2. Create a new task or select an existing one to edit
3. In the task configuration menu, find and toggle the "⚡ Feature Task: Off" button to turn it "On"
4. This automatically sets a default target of 500 completions
5. The task will now display with its progress toward the target

#### Benefits of Featured Tasks

* **Highlight priorities**: Direct your community's attention to the most important activities
* **Create community goals**: Build a sense of shared purpose around completing targets
* **Track engagement**: Easily see how many members are participating in key tasks
* **Drive timely actions**: Perfect for time-sensitive campaigns or limited opportunities

#### Strategic Uses

* Feature an important partnership task to drive engagement
* Highlight a token-holding task before major announcements
* Create excitement around community milestones or upcoming events
* Encourage participation in contests or special campaigns

### Best Practices for Tasks

* Use quick tasks for immediate needs and featured tasks for key initiatives
* Combine both approaches: create a quick task and then feature it for maximum impact
* Feature only 1-2 tasks at a time to maintain focus
* Set realistic targets based on your community size
* Mention featured tasks in your announcements to increase visibility
* Consider offering special rewards for tasks that meet their featured target
* Update featured tasks regularly to keep community engagement fresh


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.flooz.xyz/flooz-for-token-devs/tasks-and-leaderboard/featured-tasks-raid-style.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
