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

# Quick Task

## 🚀 Quick Tasks with `/task` Command

The quick task feature allows you to instantly create tasks for your community without going through the full task configuration process.

#### How Quick Tasks Work

As an admin, you can create a task in seconds using a simple command format:

```
/task URL TARGET_NUMBER
```

For example:

```
/task https://example.com 250
```

This creates a "Visit a link" task with:

* The specified URL
* A target of 250 completions
* Default 25 XP reward
* Automatically enabled status

#### When to Use Quick Tasks

Quick tasks are perfect for:

* **Time-sensitive opportunities**: Create tasks instantly when opportunities arise
* **Rapid response**: React quickly to market events or community requests
* **Spontaneous campaigns**: Launch initiatives without extensive planning
* **Testing engagement**: Quickly gauge interest in different types of content

#### Administrative Details

* Only group admins can create quick tasks
* Your group must have boosted tasks enabled
* The bot must be properly configured in your group
* Tasks created this way are fully editable later through the task management interface


---

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