> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints-v2/emergency/calls.md).

# Calls

Use these endpoints to read active calls, create and manage 911 calls, and manage dispatch calls.

## Endpoints

{% content-ref url="/pages/ZbTzNitey3NiyHw7GbXb" %}
[Get Calls](/cad/api-integration/api-endpoints-v2/emergency/calls/get-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/H20TNLrIzWYMf7Wl3nHI" %}
[Get Current Call](/cad/api-integration/api-endpoints-v2/emergency/calls/get-current-call.md)
{% endcontent-ref %}

{% content-ref url="/pages/GJeGNbcfPAk09eBJ1qhG" %}
[Create 911 Call](/cad/api-integration/api-endpoints-v2/emergency/calls/create-911-call.md)
{% endcontent-ref %}

{% content-ref url="/pages/HMApqJ7DJ9FqLOsZy3aO" %}
[Remove 911 Call](/cad/api-integration/api-endpoints-v2/emergency/calls/remove-911-call.md)
{% endcontent-ref %}

{% content-ref url="/pages/6Q8i4TSTB16BKnZ5OnPU" %}
[Create Dispatch Call](/cad/api-integration/api-endpoints-v2/emergency/calls/create-dispatch-call.md)
{% endcontent-ref %}

{% content-ref url="/pages/tkG7ov4HQspaTVkHtZoR" %}
[Update Dispatch Call](/cad/api-integration/api-endpoints-v2/emergency/calls/update-dispatch-call.md)
{% endcontent-ref %}

{% content-ref url="/pages/7DGXfCYq8sLXklvkowKY" %}
[Attach Units](/cad/api-integration/api-endpoints-v2/emergency/calls/attach-units.md)
{% endcontent-ref %}

{% content-ref url="/pages/hYAjK2Y9kJDefocrl0nX" %}
[Detach Units](/cad/api-integration/api-endpoints-v2/emergency/calls/detach-units.md)
{% endcontent-ref %}

{% content-ref url="/pages/fMGVJk5khOeFYHnM23Ag" %}
[Update Call Postal](/cad/api-integration/api-endpoints-v2/emergency/calls/update-call-postal.md)
{% endcontent-ref %}

{% content-ref url="/pages/dTwnPijRucOge172UIwX" %}
[Update Call Primary](/cad/api-integration/api-endpoints-v2/emergency/calls/update-call-primary.md)
{% endcontent-ref %}

{% content-ref url="/pages/IDWJP9cz8f7D4vZEaeaR" %}
[Add Call Note](/cad/api-integration/api-endpoints-v2/emergency/calls/add-call-note.md)
{% endcontent-ref %}

{% content-ref url="/pages/8i9Qvy5sUTiilNN8Wvff" %}
[Close Dispatch Calls](/cad/api-integration/api-endpoints-v2/emergency/calls/close-dispatch-calls.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/cad/api-integration/api-endpoints-v2/emergency/calls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
