> For the complete documentation index, see [llms.txt](https://wiki.staffplusplus.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.staffplusplus.org/master/features.md).

# Features

- [Alerts](https://wiki.staffplusplus.org/master/features/alerts.md)
- [X-Ray](https://wiki.staffplusplus.org/master/features/alerts/x-ray.md)
- [Alt account detection](https://wiki.staffplusplus.org/master/features/alt-account-detection.md)
- [Authentication](https://wiki.staffplusplus.org/master/features/authentication.md)
- [Banning](https://wiki.staffplusplus.org/master/features/banning.md)
- [Fixed Ban Reason](https://wiki.staffplusplus.org/master/features/banning/fixed-ban-reason.md)
- [Templates](https://wiki.staffplusplus.org/master/features/banning/templates.md)
- [Broadcasting](https://wiki.staffplusplus.org/master/features/broadcasting.md)
- [Chat module](https://wiki.staffplusplus.org/master/features/chat-module.md)
- [Chest/Inventory Interaction](https://wiki.staffplusplus.org/master/features/chest-inventory-interaction.md)
- [Examine players](https://wiki.staffplusplus.org/master/features/examine-players.md)
- [Infractions](https://wiki.staffplusplus.org/master/features/infractions.md)
- [Investigate](https://wiki.staffplusplus.org/master/features/investigate.md): Staff++ added an investigation module. You can start investigating players, takes notes and link evidence to the investigation. Once finished the investigation must be concluded.
- [Protection](https://wiki.staffplusplus.org/master/features/protection.md)
- [Reporting](https://wiki.staffplusplus.org/master/features/reporting.md)
- [Finding reports](https://wiki.staffplusplus.org/master/features/reporting/finding-reports.md)
- [Custom report types](https://wiki.staffplusplus.org/master/features/reporting/custom-report-types.md)
- [Staff Chat](https://wiki.staffplusplus.org/master/features/staff-chat.md)
- [Staff Mode](https://wiki.staffplusplus.org/master/features/staff-mode.md)
- [Luckperms integration](https://wiki.staffplusplus.org/master/features/staff-mode/luckperms-integration.md)
- [Custom GUI](https://wiki.staffplusplus.org/master/features/staff-mode/custom-gui.md)
- [Staff Modules](https://wiki.staffplusplus.org/master/features/staff-mode/staff-modules.md)
- [Custom Staff Modules](https://wiki.staffplusplus.org/master/features/staff-mode/custom-staff-modules.md)
- [Teleporting](https://wiki.staffplusplus.org/master/features/teleporting.md)
- [Warnings](https://wiki.staffplusplus.org/master/features/warnings.md)
- [Quick start](https://wiki.staffplusplus.org/master/features/warnings/quick-start.md): A small guide to help you configure the warnings system
- [Severity levels](https://wiki.staffplusplus.org/master/features/warnings/severity-levels.md)
- [Thresholds](https://wiki.staffplusplus.org/master/features/warnings/thresholds.md)
- [Actions (punishments)](https://wiki.staffplusplus.org/master/features/warnings/actions-punishments.md)
- [Appealing](https://wiki.staffplusplus.org/master/features/warnings/appealing.md)
- [Warning workflow](https://wiki.staffplusplus.org/master/features/warnings/warning-workflow.md)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://wiki.staffplusplus.org/master/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
