# Bot-Sentry

## Bot-Sentry

- [Description](https://docs.cyberdevelopment.es/master.md): Description and Features
- [Commands](https://docs.cyberdevelopment.es/commands.md): Here you will see a list of BotSentry commands and their permissions
- [FAQ](https://docs.cyberdevelopment.es/faq.md): Here you are able to see some typical questions and their answers
- [Custom Configurations](https://docs.cyberdevelopment.es/custom-configurations.md): Here you will be able to get some configurations with tweaked values to prevent specific type of attacks smoothly
- [Custom Messages](https://docs.cyberdevelopment.es/custom-messages.md): Here you will be able to get messages based on your language or prefered language.
- [Plugin Setup](https://docs.cyberdevelopment.es/setups/plugin-setup.md): Here you will discover how to easily install the plugin.
- [API Key and IP Port Setup](https://docs.cyberdevelopment.es/setups/api-key-and-ip-port-setup.md): Here you will learn how to get your server working to be able to use our services such as the Web Panel, the Web Api and the Discord Bot
- [Custom Captcha Site](https://docs.cyberdevelopment.es/setups/custom-captcha-site.md): Here we will help you creating a custom captcha verification site.
- [About](https://docs.cyberdevelopment.es/web-api/about.md): With our web-api, you will be able to get information about your server and generic information.
- [Documentation](https://docs.cyberdevelopment.es/web-api/documentation.md): Here you will be able to see the Web-Api documentation easily explained. The API is limited to 1 request per second comming from your Machine/Device. Your server sends us data every 5 minutes.
- [About](https://docs.cyberdevelopment.es/web-panel/about.md): About our web-panel
- [About](https://docs.cyberdevelopment.es/java-developer-api/about.md): You can use our Java API to make custom implementations with or product, or make Addons!!


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cyberdevelopment.es/master.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.
