# Dispatch and Emergency Calls

- [Get Calls](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/get-calls.md): This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
- [New Dispatch](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/new-dispatch.md): This API endpoint allows you to generate and attach units to a new dispatch call.
- [Edit Dispatch](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/edit-dispatch.md): This API endpoint allows you to update an existing dispatch call by changing one or more fields.
- [Attach Unit](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/attach-units.md): This endpoint allows you to attach new units to an existing dispatch call.
- [Detach Unit](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/detach-unit.md): This endpoint allows you to detach a unit from any active dispatch call.
- [Update Call Postal](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/update-call-postal.md): This endpoint allows you to easily update the postal on a dispatch call.
- [Add Call Note](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/add-call-note.md): This endpoint allows you to add a new dispatch call note.
- [Update Call Primary](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/update-call-primary.md): This endpoint allows you to update the primary unit identifier on a dispatch call.
- [Close Dispatch](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/close-call.md): This endpoint allows you to close an existing dispatch call.
- [New 911 Call](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/911-call.md): The 911 Call API endpoint allows you to send 911 calls from in-game directly to your dispatchers.
- [Remove 911](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints/emergency/dispatch-and-emergency-calls/remove-911.md): This endpoint allows you to remove an existing emergency/911 call from the CAD.


---

# 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/api-endpoints/emergency/dispatch-and-emergency-calls.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.
