> 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/anpassung-and-branding/embed-footers.md).

# Embed-Fußzeilen

Die Fußzeile „Powered by Ticket King“ und der Fußzeilentext pro Embed.

In Ticket King gibt es keine serverweite Fußzeileneinstellung. Es gibt nur zwei Fußzeilen-Varianten.

## Fußzeilentext für Embeds, die du erstellst

Ticket King erzwingt kein Branding auf den Panels, die du erstellst. Jedes Embed, das du im Panel-Editor erstellst, hat seine eigene Fußzeile, und du hast die volle Kontrolle darüber. Das ist in jedem Tarif kostenlos, Premium ist nicht erforderlich.

Im Embed-Editor kannst du Folgendes festlegen:

* **Fußzeilentext** (bis zu 2048 Zeichen). Schreib alles, was du möchtest, oder lass es leer, wenn du keine Fußzeile möchtest.
* **URL des Fußzeilen-Icons** (das Bild, das neben dem Fußzeilentext angezeigt wird).

Neue Embeds beginnen mit „Powered by Ticket King“ als vorab ausgefülltem Vorschlag, aber das ist nur ein bearbeitbarer Standardwert. Lösche ihn oder ändere ihn nach Belieben.

## Die Fußzeile auf dem Schnell `/panel` Standard-Panel

Die `/panel` und `/quicksetup` Befehle posten ein fertiges Starter-Panel für dich. Dieses Starter-Panel enthält auf kostenlosen Servern eine kleine Fußzeile „Powered by Ticket King“, die Premium entfernt.

Das betrifft nur dieses eine automatisch generierte Starter-Panel. Du kannst die Fußzeile jederzeit kostenlos entfernen, indem du das Panel im Dashboard bearbeitest – genau wie jedes andere Embed. Auf Panels, die du selbst erstellst oder bearbeitest, gibt es kein erzwungenes Branding.

## Verwandt

{% content-ref url="/pages/c36844a27576f4d7b491ce4627c98a7bf28a035d" %}
[Bearbeite das Embed](/docs/de/panels/edit-the-embed.md)
{% endcontent-ref %}

{% content-ref url="/pages/5f159e7a36c7a65df60c9c6a5880c07e89f8df49" %}
[Die nur-Premium-Funktionsliste](/docs/de/premium/feature-list.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/anpassung-and-branding/embed-footers.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.
