# Features

- [Bot General Behaviour](https://docs.modr8.net/features/bot-general-behaviour.md)
- [Admin Verification](https://docs.modr8.net/features/admin-verification.md)
- [Welcome Message & Human Check](https://docs.modr8.net/features/welcome-message-and-human-check.md): Being able to welcome new members to your community allows admins to provide rules, useful information and links out to wider resources.
- [Community Driven Moderation](https://docs.modr8.net/features/community-driven-moderation.md)
- [Community Reputation](https://docs.modr8.net/features/community-reputation.md)
- [Advanced Features](https://docs.modr8.net/features/advanced-features.md)
- [Community Referrals](https://docs.modr8.net/features/community-referrals.md)
- [User Filters](https://docs.modr8.net/features/user-filters.md)
- [Timeline & Event Log](https://docs.modr8.net/features/timeline-and-event-log.md)
- [User Management](https://docs.modr8.net/features/user-management.md)
- [Announcements](https://docs.modr8.net/features/announcements.md)
- [One-Off & Scheduled](https://docs.modr8.net/features/announcements/one-off-and-scheduled.md)
- [Social Announcements](https://docs.modr8.net/features/announcements/social-announcements.md)
- [Global Bot Announcements](https://docs.modr8.net/features/announcements/global-bot-announcements.md)
- [Polls & Quizzes](https://docs.modr8.net/features/polls-and-quizzes.md)
- [Analytics](https://docs.modr8.net/features/analytics.md)
- [Actions](https://docs.modr8.net/features/actions.md)
- [Quick Start](https://docs.modr8.net/features/actions/quick-start.md)
- [Conditions](https://docs.modr8.net/features/actions/conditions.md)
- [Action Groups](https://docs.modr8.net/features/actions/action-groups.md)
- [Managing, Importing & Exporting Actions](https://docs.modr8.net/features/actions/managing-importing-and-exporting-actions.md): Once you have some actions created you will be able to view which are active, edit as well as copy or delete these from the "Actions" page on your chat profile.
- [Using The Marketplace](https://docs.modr8.net/features/actions/using-the-marketplace.md)
- [Bot Actions vs. Chat Actions](https://docs.modr8.net/features/actions/bot-actions-vs.-chat-actions.md)
- [Commands](https://docs.modr8.net/features/commands.md)
- [Built-in Commands](https://docs.modr8.net/features/commands/built-in-commands.md)
- [Creating & Managing Custom Commands](https://docs.modr8.net/features/commands/creating-and-managing-custom-commands.md)
- [Bot Command vs. Chat Command](https://docs.modr8.net/features/commands/bot-command-vs.-chat-command.md)
- [API Access & Zapier Integration](https://docs.modr8.net/features/api-access-and-zapier-integration.md)
- [Spam Prevention & Protection](https://docs.modr8.net/features/spam-prevention-and-protection.md)
- [Media & Text Filters](https://docs.modr8.net/features/media-and-text-filters.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://docs.modr8.net/features.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.
