# 事件模型

- [什么是事件](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/event.md)
- [无埋点事件](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/autotrack-event.md)
- [概述](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/autotrack-event/overview.md)
- [访问事件及变量](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/autotrack-event/session-events-and-properties.md)
- [页面事件及变量](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/autotrack-event/page-events-and-properties.md)
- [动作事件及变量](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/autotrack-event/ction-events-and-properties.md)
- [埋点事件](https://growingio.gitbook.io/docs/introduction/datamodel/eventmodel/custom-event.md)


---

# 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://growingio.gitbook.io/docs/introduction/datamodel/eventmodel.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.
