> 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/journey-to-getting-started-with-giot/11.-manage-events.md).

# 11. Manage Events

### Differentiating between device-generated and backed-received events

Device-generated events are initiated directly by the device, such as motion detection, temperature readings, or geolocation updates. These events are transmitted to the platform in real time. Backend-received events are those processed and logged by the platform after analyzing device data, such as alarms triggered by exceeding thresholds or geofence breaches. Understanding this distinction helps users identify whether an issue originates at the device or within the platform's processing logic.<br>

### Understand what is visible in the Event View page.

{% hint style="success" %}
Events and Device Events\
<https://docs.g-iot.io/platform-user-guide-book/events>
{% endhint %}


---

# 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/journey-to-getting-started-with-giot/11.-manage-events.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.
