> 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/protokollierung/log-embed-contents.md).

# Was ein Log-Eintrag zeigt

Jeder Log-Kanal veröffentlicht ein übersichtliches Embed, wenn sein Ereignis eintritt. Du musst dir die genauen Felder nicht merken. Hier ist auf einen Blick, was jeder einzelne dir bietet.

## Logs zum Öffnen und Schließen

Das Open-Ticket-Log und das Close-Ticket-Log zeigen jeweils, für wen das Ticket ist, wer daran gehandelt hat und wann. Das Close-Log fügt den Schließgrund und einen **Transkript anzeigen** Button hinzu, der die gesamte Unterhaltung öffnet. Wenn du **Nachrichtenanzahlen des Support-Teams protokollieren**, listet das Close-Log außerdem auf, wie viele Nachrichten jedes Teammitglied in diesem Ticket gesendet hat, sodass du sehen kannst, wer die Arbeit erledigt hat.

Der Transkript-Link öffnet sich im Transkript-Viewer unter `transcripts.ticketking.xyz`. Siehe [Grenzen der Transkript-Erfassung](/docs/de/protokollierung/transcript-capture-limits.md) dafür, wie viel von der Unterhaltung gespeichert wird.

## Bewertungs-Log (Premium)

Wenn ein Mitglied ein geschlossenes Ticket bewertet, [Ticket-Bewertung](/docs/de/ticket-bewertung/what-ticket-ratings-are.md) zeigt das Log das Ticket, die Sternebewertung, den schriftlichen Kommentar des Mitglieds (falls dein Bewertungsmodus einen erfasst) und Buttons zum Öffnen des Transkripts und der Dashboard-Seite des Tickets.

## Die Schließ-DM an das Mitglied

Wenn **DM User Close Message** ist aktiviert (standardmäßig), erhält der Ersteller des Tickets die Schließbenachrichtigung ebenfalls als Direktnachricht, einschließlich des Transkript-Links. Auf einem Premium-Server mit aktiviertem Ticket-Rating fordert diese DM sie außerdem auf, das Ticket zu bewerten. Das Mitglied erhält sie nur, wenn seine Discord-Einstellungen Direktnachrichten vom Server zulassen.

<figure><img src="/files/972af3ded1ede025cb85a42309e5277f79c72a4a" alt="A close-ticket log embed in a Discord channel with the View Transcript button below it"><figcaption></figcaption></figure>

## Verwandt

{% content-ref url="/pages/37782a46bb826b7b4ad08587098c71c14fc4ca03" %}
[Log-Kanäle](/docs/de/protokollierung/three-log-channels.md)
{% endcontent-ref %}

{% content-ref url="/pages/1164f62b324cc7480be7fdea190365889b81b6e1" %}
[Grenzen der Transkript-Erfassung](/docs/de/protokollierung/transcript-capture-limits.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/protokollierung/log-embed-contents.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.
