> For the complete documentation index, see [llms.txt](https://docs.claimr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claimr.io/tasks.md).

# Tasks

Tasks are the individual actions you want users to complete. Each task represents a specific activity—visiting a page, signing up for your newsletter, connecting a wallet, sharing on social media, or any custom action you define.

#### What you can do with Claimr tasks?

**Create diverse experiences**: Choose from a wide range of task types to keep your campaigns fresh and engaging. Use pre-built templates for quick setup or create custom tasks with webhooks and API integrations.

**Give clear instructions**: Set up each task with descriptions and step-by-step guidance so users know exactly what to do. Add images or videos to make instructions even clearer.

**Track progress automatically**: Claimr monitors task completion in real-time and gives users instant feedback on their progress. Set validation rules to ensure tasks are completed correctly.

**Reward every action**: Attach points, badges, or exclusive perks to your tasks. Incentivize participation and drive the specific behaviors that help you reach your goals.

**Build structured journeys**: Organize tasks within quests, then group quests into campaigns. This hierarchy creates a clear path for users to follow while helping you achieve your broader objectives.

<table data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Create new task</strong></td><td><a href="/files/tmjfnXZYyGhXtng4wI0p">/files/tmjfnXZYyGhXtng4wI0p</a></td><td><a href="/pages/io5GCCD8Fvx4idRejlfH">/pages/io5GCCD8Fvx4idRejlfH</a></td></tr><tr><td align="center"><strong>Task settings</strong> </td><td><a href="/files/uJhUJpfHylxQggmR18WX">/files/uJhUJpfHylxQggmR18WX</a></td><td><a href="/pages/8wW9vUX6IyCg1k6ouORJ">/pages/8wW9vUX6IyCg1k6ouORJ</a></td></tr><tr><td align="center"><strong>Telegram tasks</strong></td><td><a href="/files/U6ea2z7vRekHbuTugqu1">/files/U6ea2z7vRekHbuTugqu1</a></td><td><a href="/pages/fo9YMbsDr1anL16ho2b0">/pages/fo9YMbsDr1anL16ho2b0</a></td></tr><tr><td align="center"><strong>X (Twitter) tasks</strong></td><td><a href="/files/Jw7bkPnQq549Co9Cd5jP">/files/Jw7bkPnQq549Co9Cd5jP</a></td><td><a href="/pages/YDKylbgXgnMpWQsvz5eo">/pages/YDKylbgXgnMpWQsvz5eo</a></td></tr><tr><td align="center"><strong>TikTok tasks</strong></td><td><a href="/files/AwoH5fyNEwyLI5HJt3Mv">/files/AwoH5fyNEwyLI5HJt3Mv</a></td><td><a href="/pages/KdP1mrmU6mx2LlrBUONg">/pages/KdP1mrmU6mx2LlrBUONg</a></td></tr><tr><td align="center"><strong>Discord task</strong></td><td><a href="/files/8olGhhPFbolYeEm9MUED">/files/8olGhhPFbolYeEm9MUED</a></td><td><a href="/pages/xpPDYVE7ckJsQG8wnSGy">/pages/xpPDYVE7ckJsQG8wnSGy</a></td></tr><tr><td align="center"><strong>Youtube tasks</strong></td><td><a href="/files/0HnxXsbUlYbVFC1yqt0Z">/files/0HnxXsbUlYbVFC1yqt0Z</a></td><td><a href="/pages/nUCVUF6A8cx7NI3oYpsC">/pages/nUCVUF6A8cx7NI3oYpsC</a></td></tr><tr><td align="center"><strong>Web3 tasks</strong></td><td><a href="/files/BHnZmW0ItMdi1MygPlXK">/files/BHnZmW0ItMdi1MygPlXK</a></td><td><a href="/pages/AkAKA7skIT2uKSQ58iGh">/pages/AkAKA7skIT2uKSQ58iGh</a></td></tr><tr><td align="center"><strong>HTTP request tasks</strong></td><td><a href="/files/9JGEjy51GdTe8YwDWmZV">/files/9JGEjy51GdTe8YwDWmZV</a></td><td><a href="/pages/FOgeR3tNc3TRzqfKlkWv">/pages/FOgeR3tNc3TRzqfKlkWv</a></td></tr><tr><td align="center"><strong>Referral tasks</strong></td><td><a href="/files/IgbWfclYaV5S7bzzDMtR">/files/IgbWfclYaV5S7bzzDMtR</a></td><td></td></tr><tr><td align="center"><strong>Form tasks</strong></td><td><a href="/files/nONfwrdDjL7aSNk9cI5t">/files/nONfwrdDjL7aSNk9cI5t</a></td><td><a href="/pages/nfs3fUKFws4KL0hlJ2h2">/pages/nfs3fUKFws4KL0hlJ2h2</a></td></tr></tbody></table>


---

# 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.claimr.io/tasks.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.
