# Premium: DM Blasts

Broadcast a message to all your users in a few simple steps!

{% stepper %}
{% step %}

### Click on "DM Blast" in the main menu

To access the menu, enter `/setup` in your community, and the menu will appear.
{% endstep %}

{% step %}

### Enter a message

We recommend not more than 500 characters
{% endstep %}

{% step %}

### Select a banner

Any DM blast can be accompanied with an image, GIF or video (mp4 recommended).
{% endstep %}

{% step %}

### Add buttons

You can add up to two buttons with links
{% endstep %}

{% step %}

### Publish

Congratulations, you've just send a DM blast to all your users.&#x20;
{% endstep %}
{% endstepper %}

{% hint style="info" %}
DM blasts is a premium feature that is only available to Flooz Clones.&#x20;
{% endhint %}


---

# 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/premium-dm-blasts.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.
