# /spam

Bot's command `/spam` is about a community-driven moderation system. This command initializes voting if a message is spam or not.

## Configuration of the command

This command doesn't require additional configuration and is enabled for all chats.

## Command usage

{% hint style="info" %}
This command is available for all members of the chat
{% endhint %}

### Simple usage

Just send `/spam` as a reply to any message, the bot will send a voting message.

<figure><img src="/files/tJ8tkOtwTRE3smHH5M8r" alt=""><figcaption></figcaption></figure>

If chat members decide that the message is spam, the message will be removed and the user will be banned. Community moderators can unban the user later with the [/unban](/fullyst-bots-commands/unban.md) command or via chat settings.


---

# 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.fullyst.com/fullyst-bots-commands/spam.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.
