> 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/it/faqs-piattaforma/eventi.md).

# Eventi

**D. Cosa sono gli eventi?**\
**R.** Gli eventi sono registrazioni di azioni o condizioni attivate dai dispositivi o dalle configurazioni della piattaforma. Forniscono una cronologia dettagliata delle attività, come allarmi, avvisi o aggiornamenti operativi, permettendo agli utenti di monitorare e analizzare il comportamento dei dispositivi.

***

**D. Come posso comunicare che ho risolto un evento?**\
**R.** Per contrassegnare un evento come risolto:

1. Accedere ai dettagli dell'evento.
2. Fare clic sul pulsante **Risolto**.\
   Questa azione indica che il problema relativo all'evento è stato affrontato.

***

**D. Come posso comunicare che ho preso in carico un evento?**\
**R.** Per prendere in carico un evento:

1. Aprire i dettagli dell'evento.
2. Fare clic sul pulsante **Conferma**.\
   Questa azione segnala che l'evento è in gestione da parte di un utente.


---

# 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/it/faqs-piattaforma/eventi.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.
