# 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: 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-v2/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.
