> For the complete documentation index, see [llms.txt](https://wiki.griefergames.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.griefergames.live/funktionen/grundbefehle/chat-log.md).

# Chat-Log

Mit dem Chat-Log-System ist es möglich, den aktuellen Inhalt des Chats zu speichern, um diesen z. B. an das Team für einen Report weiterzuleiten. Es können verschiedene Chat-Logs erstellt werden.

{% hint style="danger" %}
Chat-Logs sind in vielen Fällen das benötigte Beweismaterial [mehr dazu hier](/allgemein/beschwerden-ueber-spieler-beweismaterial.md).
{% endhint %}

## Erstellung von Chat-Logs

Mit `/chatlog` oder `/chatlog <Name>` kannst du einen Chat-Log erstellen.

<figure><img src="/files/FrUJQ5f2sHA4fgreNkKK" alt=""><figcaption><p>Chat-Log-Menü</p></figcaption></figure>

Dort kann gewählt werden, welche Art von Chat-Logs erstellt werden soll.

* **Globaler Chat-Log** Beinhaltet alle Nachrichten aus dem globalen Chat
* **Grundstück-Chat-Log** Beinhaltet alle Nachrichten aus dem Grundstücks-Chat & dem globalen Chat
* **Private Nachrichten Chat-Log** Beinhaltet alle Nachrichten, die der ausführende Spieler mit dem angegebenen Spieler ausgetauscht hat & den globalen Chat
* ***Chatraum-Chat-Log** Chaträume stehen aktuell nicht mehr zur Verfügung*

{% hint style="warning" %}
Wenn Chat-Logs private Nachrichten enthalten (Grundstücks- & private Chat-Logs) sind diese nicht öffentlich verfügbar. Das Team und der Ersteller können diese mittels GGAuth-Anmeldung jedoch einsehen.
{% endhint %}

Nach der Ausführung wird ein Link zum Chat-Log im Chat angezeigt, welcher angeklickt und kopiert werden kann.

<figure><img src="/files/FIPG7Jdrltt195I27ESx" alt=""><figcaption></figcaption></figure>


---

# 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.griefergames.live/funktionen/grundbefehle/chat-log.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.
