# Dispatching

- [Creating a Call](https://docs.sonoransoftware.com/cad/tutorials/dispatching/creating-a-call.md): This guide covers creating a new dispatch call in Sonoran CAD.
- [Rapid IQ](https://docs.sonoransoftware.com/cad/tutorials/dispatching/rapid-iq.md): Rapid IQ guides emergency call-takers through dynamic, protocol-driven medical intake flows, enabling faster triage, consistent decision-making, and accurate dispatching.
- [Unit Management](https://docs.sonoransoftware.com/cad/tutorials/dispatching/unit-management.md): Learn more about managing unit information, statuses, and more!
- [Self Dispatch](https://docs.sonoransoftware.com/cad/tutorials/dispatching/self-dispatch.md): Sonoran CAD allows units to create new calls, self-attach, and preview calls without the need for a dedicated dispatcher!
- [Timers](https://docs.sonoransoftware.com/cad/tutorials/dispatching/timers.md): Create custom timers to check in on pursuits, dispatch calls, units, and more!
- [Command Line Interface (CLI)](https://docs.sonoransoftware.com/cad/tutorials/dispatching/command-line-interface-cli.md): Sonoran CAD's CLI allows you to quickly create and close dispatch calls, attach, detach, add notes, change statuses, and more right from your keyboard!
- [Automations](https://docs.sonoransoftware.com/cad/tutorials/dispatching/automations.md): Automate key parts of your dispatching workflow.
- [Chat](https://docs.sonoransoftware.com/cad/tutorials/dispatching/chat.md): Communicate with other units and send record attachments via chat.


---

# 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/tutorials/dispatching.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.
