# Events

- [Event Basics](https://docs.polyfrost.org/oneconfig/events/event-basics.md): Learn more about Events, how they work and their purpose
- [Available Events](https://docs.polyfrost.org/oneconfig/events/available-events.md): A list of Available events in OneConfig.
- [ChatReceiveEvent](https://docs.polyfrost.org/oneconfig/events/available-events/chatreceiveevent.md): Learn more about ChatReceiveEvent
- [TickEvent](https://docs.polyfrost.org/oneconfig/events/available-events/tickevent.md): Learn more about the TickEvent
- [InitializationEvent](https://docs.polyfrost.org/oneconfig/events/available-events/initializationevent.md): Learn more about InitializationEvent
- [HudRenderEvent](https://docs.polyfrost.org/oneconfig/events/available-events/hudrenderevent.md): Learn more about HudRenderEvent
- [Packet Events](https://docs.polyfrost.org/oneconfig/events/available-events/packet-events.md): Learn more about the Packet events OneConfig has to offer
- [LocrawEvent](https://docs.polyfrost.org/oneconfig/events/available-events/locrawevent.md): Learn more about LocrawEvent


---

# 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.polyfrost.org/oneconfig/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.
