# What is an Event Type

Event types are containers for like-minded events to be associated with and reported on.  The main difference between events and event types is&#x20;

* An event is a single occurrence data point and&#x20;
* An event type is a collection of events that in turn enables the events to be grouped for reporting or investigated.
* An event can contain common event attributes for summary information if needed.

<details>

<summary>Tags</summary>

event, collection, speed, fuel

</details>


---

# Agent Instructions: 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.skyledge.com/knowledge-base/articles/what-is-an-event-type.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.
