> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/de/hilfe-and-community/joining-support-discord.md).

# Dem Support-Discord beitreten

Das Support-Discord von Ticket King ist der Ort, an dem du Antworten erhältst, Funktionen vorschlagen, Fehler melden und sehen kannst, wie andere Server-Admins den Bot nutzen.

## So trittst du bei

Offen [ticketking.xyz/discord](https://ticketking.xyz/discord). Es führt dich zum Support-Server.

## Was du dort findest

* `#announcements`. Veröffentlichungen, wichtige Änderungen und geplante Wartungsarbeiten.
* `#help`. Öffne ein Ticket, wenn du Hilfe mit deinem Server brauchst.
* `#feedback`. Funktionsvorschläge und Diskussionen.
* `#bug-reports`. Fehler melden.
* `#showcase`. Teile deine Panel-Designs.
* `#community-presets`. Community-Panel-Designs. Einige werden zu öffentlichen Presets.

## Wann du hierher kommen solltest

* Eine Einstellung verhält sich nicht so, wie du es erwartest, und du kannst nicht herausfinden, warum.
* Du möchtest eine Funktion.
* Du möchtest eine Änderung an der Übersetzung vorschlagen.
* Du möchtest einen Fehler melden.
* Du möchtest sehen, wie andere Server Ticket King eingerichtet haben.

## Wann du hier nicht herkommen solltest

Bei Anfragen zum Datenzugriff, zur Datenlöschung oder bei Fragen zur Abrechnung, bitte per E-Mail an <support@ticketking.xyz> stattdessen. Ein öffentliches Discord ist nicht der richtige Ort für sensible persönliche Informationen.

## Suche zuerst

Bevor du fragst, suche in den Dokus und im `#help` Kanal nach früheren Threads. Die meisten häufigen Fragen wurden bereits beantwortet.

## Wie man gut fragt

* **Sei konkret.** "Es ist kaputt" ist schwer zu beantworten. "Wenn ich auf Button X im Panel Y klicke, gibt der Bot Z zurück" ist leicht umzusetzen.
* **Gib deine Server-ID an** für alles, was deinen Server betrifft.
* **Teile keine Geheimnisse.** Tokens und Abrechnungsdetails gehen an <support@ticketking.xyz>, nicht an das öffentliche Discord.

## Verwandt

{% content-ref url="/pages/d54c0e24439f1f2de2f02e436c5e4bdefad0e018" %}
[Fehler melden](/docs/de/hilfe-and-community/reporting-bugs.md)
{% endcontent-ref %}

{% content-ref url="/pages/d355e5e941aef6117d1fe73d2992ca399b13e5c1" %}
[Funktionen anfragen](/docs/de/hilfe-and-community/requesting-features.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/de/hilfe-and-community/joining-support-discord.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.
