# Unit Events

- [Unit Panic](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-panic.md): This event is sent when a unit toggles their panic status.
- [Unit Login](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-login.md): This push event is sent whenever a unit logs into the CAD.
- [Unit Logoff](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-logoff.md): This push event is sent whenever a unit logs into the CAD.
- [Unit Status Update](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-status-update.md): This push event is sent whenever a unit's status call is changed.
- [Unit Group Name Change](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-group-name-change.md): This event is fired when a unit group's name is modified.
- [Unit Group Add](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-group-add.md): This push event notifies your server when a unit is added to a unit group.
- [Unit Group Remove](https://docs.sonoransoftware.com/cad/api-integration/push-events/unit-events/unit-group-remove.md): This push event notifies your server when a unit is removed from a unit group.


---

# 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.sonoransoftware.com/cad/api-integration/push-events/unit-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.
