# FAQ

### Is ChatSentry big server ready?

Yes! ChatSentry has been intensely tested and is optimized to support and process large quantities of players.

ChatSentry has been used on multiple networks of \~5-10K avg. players with minimal performance impact.\ <br>

### Does ChatSentry support networks?

ChatSentry does not currently have network functionality, but it is planned in the near future. Stay tuned!\ <br>

### Are players' messages ever shared externally for processing?

No, your chat messages never leave your server and are processed on the server locally.\ <br>

### What versions and server types does the plugin support?

ChatSentry has been tested and is compatible with servers running **Spigot, Paper, and most Paper forks on versions 1.8 to 1.21.x+**

Other types and versions **may work**, however, minimal to no support will be provided for directly related issues on unsupported server types or versions.\ <br>

### Is ChatSentry compatible with all chat plugins?

There is no guarantee that ChatSentry will work with every single chat plugin, though it's **highly unlikely** there will be any conflictions with regular chat modification plugins. Meaning, ChatSentry should work just fine along other chat-based plugins like DeluxeChat, EssentialsChat, LegendChat, etc.\ <br>

### ChatSentry is saying I'm running an outdated version, but I'm running the latest release. How do I fix this?

**This issue will resolve on its own within a few hours**. Spigot's API (used for checking for new updates) refreshes every 2-6 hours, meaning if you updated within 6 hours of the update being released, Spigot just takes a bit of time to tell ChatSentry that it is the latest version.

**After the new update has been released for 2-6 or more hours, ChatSentry will automatically detect it's running the latest version and fix the incorrect version status tag.**\ <br>

### I have a feature I'd like to suggest to be added to the plugin, what's the best way to get in touch?

I am always open to suggestions for any of my plugins, and many of the existing features are related suggestions from others like you! You can contact me either on my [**Discord Server**](https://discord.gg/m5Su7Af), or by [**starting a conversation**](https://www.spigotmc.org/conversations/add) with **kixmc** on SpigotMC.\ <br>

### Is ChatSentry legit? Can it really do what it claims?

Yep! Though its new, ChatSentry is on its way to becoming one of the most widely used chat filtration and protection plugins ever made.

**All ratings can be viewed here:** [**https://www.spigotmc.org/resources/79616/reviews**](https://www.spigotmc.org/resources/%E3%80%90chatsentry-4%E3%80%91-hyper-smart-ai-message-filtration-and-control-for-minecraft-servers-1-8-1-16-x.79616/reviews)\ <br>

### **Is there a test server available?**

There is not currently a test server available. Luckily, you can learn the plugin inside and out by reading through this wiki. Here's some great pages to start:

* [Homepage - has a full rundown of the plugin](/master.md)
* [Features](/feature-summary.md)
* [Module list & info](/protection-modules.md)
* [Default plugin configs & files](/files/files.md)
* [In depth Word & Phrase Filter block list setup](/word-and-phrase-filter-block-list-guide.md)

If you have any questions or concerns whatsoever, [they will be happily answered](/support.md)!


---

# 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://wiki.chatsentry.xyz/faq.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.
