# Available Modules

| Modul                                                                                               | Short description                                                                                                                                                                                                                                                           | State of development                                  |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| Worry box                                                                                           | The worry box allows you and your team to easily address concerns or conflicts—either anonymously or by name.                                                                                                                                                               | <mark style="color:$success;">**Completed**</mark>    |
| Penalty points                                                                                      | Penalty points help your team issue warnings to team members more easily. To do this, go to “Members” > select the team member > and click on the hammer icon. There you can enter the number of penalty points, the expiration date of the penalty points, and the reason. | <mark style="color:$success;">**Completed**</mark>    |
| <p>Team profile </p><p>(Premium -> <a href="https://team-panel.com/pricing">To the Pricing</a>)</p> | In the team profile, you can edit team data, change the name, use the worry box, see your rank, and leave the team.                                                                                                                                                         | <mark style="color:$success;">**Completed**</mark>    |
| Meetings                                                                                            | The TeamPanel meeting module helps you easily plan meetings, record attendance, create agendas, and take minutes.                                                                                                                                                           | <mark style="color:$success;">**Completed**</mark>    |
| Logoff                                                                                              | The TeamPanel Logoff module allows your team to easily sign out, which is automatically displayed as “logged off” in meetings.                                                                                                                                              | <mark style="color:$success;">**Completed**</mark>    |
| Announcements                                                                                       | The TeamPanel announcement module allows you to send announcements to specific team groups.                                                                                                                                                                                 | <mark style="color:$success;">**Completed**</mark>    |
| Links                                                                                               | Links allow you and your team to link to external websites, such as control panels or other resources. Links are displayed in the sidebar.                                                                                                                                  | <mark style="color:$success;">**Completed**</mark>    |
| Automations                                                                                         | TeamPanel automation automatically informs your team about changes such as meetings or announcements via a Discord webhook. Simply create a new automation under “Administration > Automation,” paste the webhook URL, and configure the message.                           | <mark style="color:$success;">**Completed**</mark>    |
| Application portal                                                                                  | The TeamPanel application portal makes it easier to manage applications, with multiple departments, multiple managers, and application blocks to prevent duplicate applications.                                                                                            | <mark style="color:$success;">**Completed**</mark>    |
| Discord Bot                                                                                         | The Discord bot helps you synchronize team ranks. You can easily assign your team members to a group on the TeamPanel. The team member will then automatically be assigned the specified role on Discord.                                                                   | <mark style="color:$success;">**Completed**</mark>    |
| GamePanel                                                                                           | This module is currently in beta. Errors may still occur, which should be reported to support. Currently, only FiveM is supported.                                                                                                                                          | <mark style="color:$success;">**Completed**</mark>    |
| Voice                                                                                               | Simplify your server experience! With TeamPanel Voice, you can take voice chat to a whole new level.                                                                                                                                                                        | <mark style="color:$danger;">**BETA**</mark>          |
| Backups                                                                                             | Secure your databases or system files via TeamPanel.                                                                                                                                                                                                                        | <mark style="color:red;">**BETA**</mark>              |
| Support                                                                                             | The best way to easily record support cases.                                                                                                                                                                                                                                | <mark style="color:red;">**BETA**</mark>              |
| Coming Soon.                                                                                        | 👀                                                                                                                                                                                                                                                                          | <mark style="color:orange;">**in development**</mark> |


---

# 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.team-panel.com/en/modules/overview.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.
