> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/de/faqs/ereignisse.md).

# Ereignisse

**F.** Was sind Ereignisse?

**A.** Ereignisse sind Aufzeichnungen von Aktionen oder Bedingungen, die durch Geräte oder Plattformkonfigurationen ausgelöst werden. Sie bieten eine detaillierte Zeitachse von Aktivitäten wie Alarmen, Warnungen oder Betriebsaktualisierungen, die es den Benutzern ermöglichen, das Verhalten der Geräte zu überwachen und zu analysieren.

***

**F.** Wie kann ich kommunizieren, dass ich einen Ereignistyp gelöst habe?

**A.** Um ein Ereignis als gelöst zu kennzeichnen, gehen Sie zu den Ereignisdetails und klicken Sie auf die Schaltfläche "Gelöst". Diese Aktion zeigt an, dass das Problem im Zusammenhang mit dem Ereignis behoben wurde.

***

**F.** Wie kann ich kommunizieren, dass ich ein Ereignis übernommen habe?

**A.** Um ein Ereignis zu übernehmen, öffnen Sie die Ereignisdetails und klicken Sie auf die Schaltfläche "Bestätigen". Dies zeigt an, dass das Ereignis aktiv von einem Benutzer bearbeitet wird.


---

# 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:

```
GET https://docs.g-iot.io/de/faqs/ereignisse.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.
