# Flood

***

```
With ZelChat antiflood filter, you can better keep your chat clear avoiding players 
        sending long messages or spamming characters (eg: aaaaaa bbbbb 222222)
```

```yaml
  anti-flood:
    enabled: true
    max-length-message: 60 # Max message lenght
    block-single-char-flood: true # Block single characters spamming eg: (aaaaaaa)
    broadcastStaff: false # Alert online staff
```

***

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


---

# 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://natorog.gitbook.io/chat-filters/flood.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.
