# Fullyst

## Fullyst

- [Getting started](https://docs.fullyst.com/getting-started.md): How to start using Fullyst in your community
- [Fullyst bot's commands](https://docs.fullyst.com/fullyst-bots-commands.md): List of available commands for the bot
- [/report](https://docs.fullyst.com/fullyst-bots-commands/report.md): Description and use the command /report
- [/spam](https://docs.fullyst.com/fullyst-bots-commands/spam.md)
- [/ban](https://docs.fullyst.com/fullyst-bots-commands/ban.md): Description and use the command /ban
- [/unban](https://docs.fullyst.com/fullyst-bots-commands/unban.md): Description and use the command /unban
- [/baninfo](https://docs.fullyst.com/fullyst-bots-commands/baninfo.md): This command allows moderators to check information about the user's ban.
- [/kick](https://docs.fullyst.com/fullyst-bots-commands/kick.md): Description and use the command /kick
- [/mute](https://docs.fullyst.com/fullyst-bots-commands/mute.md): Description and use the command /mute
- [/unmute](https://docs.fullyst.com/fullyst-bots-commands/unmute.md): Description and use the command /unmute
- [/muteinfo](https://docs.fullyst.com/fullyst-bots-commands/muteinfo.md): Description and use the command /muteinfo
- [/warn & /rm\_warn](https://docs.fullyst.com/fullyst-bots-commands/warn-and-rm_warn.md): Increase warn count for the user and reset warn count
- [/warns\_list](https://docs.fullyst.com/fullyst-bots-commands/warns_list.md): Description and use the command /warns\_list
- [/reload, /update](https://docs.fullyst.com/fullyst-bots-commands/reload-update.md): Description and use the commands /reload and /update
- [White-label API](https://docs.fullyst.com/api/white-label-api.md): The white-label solution allows you to use all of Fullyst's features with your own bot. It increases the trust of your users and helps to get updates and responses to commands as quickly as possible
- [Zero Trust moderation](https://docs.fullyst.com/features/zero-trust-moderation.md)
- [Captcha](https://docs.fullyst.com/features/captcha.md): Captcha is not only about visual tests but for confirming is a user human or not.
- [Captcha for chat members](https://docs.fullyst.com/features/captcha/captcha-for-chat-members.md): How Fullyst's captcha for Telegram chat works and how to pass it without hassle
- [Hey, Fullyst!](https://docs.fullyst.com/features/hey-fullyst.md): “Hey, Fullyst!” is an AI solution for you and your chats.
- [NSFW filtering](https://docs.fullyst.com/features/nsfw-filtering.md): Sometimes NSFW content shoul be removed as quickly as possible. Our Telegram bot will help you to remove NSFW images!


---

# 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.fullyst.com/getting-started.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.
