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

# Installation

### Getting started

{% stepper %}
{% step %}
**Add `@iris_flooz_xyz` as an admin**

Link to bot  ([t.me/iris\_flooz\_xyz](https://t.me/iris_flooz_xyz)) Make sure it has admin access and can also manage members (required for the referral system)
{% endstep %}

{% step %}
**Enter  `/setup` into your community chat**

The Flooz bot replies with a link to a 1:1 chat. Click on it.&#x20;
{% endstep %}

{% step %}
**Select your account type**

* Token team → Requires a contract address
* Creator →  Does not require a contract address (perfect for KOLs/ Influencers, alpha groups, ...)
  {% endstep %}
  {% endstepper %}

Congratulations :white\_check\_mark:, the Flooz bot is now set up, and you're ready to customize your experience.

***

Once the `@iris_flooz_xyz` bot is added to your community as an admin, enter `/setup` command in your group to customize your App experience at any moment in time:

* [App](/flooz-for-token-devs/app.md) →  Customize your app, add unlimited links and content
* [Tasks](/flooz-for-token-devs/tasks-and-leaderboard.md) → Reward users for completing daily tasks in XP points or token airdrops
* [Airdrop](/flooz-for-token-devs/airdrops.md) → Manage your Airdrop wallet
* [Alerts](/flooz-for-token-devs/alerts.md)  → Manage buy alerts, welcome messages, task update,s and more
* [Premium: Clone](/flooz-for-token-devs/premium-clone.md)  →  Go pro and create your own branded App
* [Premium: AI Memes](/flooz-for-token-devs/premium-ai-memes.md) →  Let your community create and share your IP at scale!
* [Premium: DM Blasts](/flooz-for-token-devs/premium-dm-blasts.md)  →  Broadcast a message to all users


---

# 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/installation.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.
