# 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: 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.flooz.xyz/flooz-for-token-devs/tasks-and-leaderboard/quick-task.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.
