> 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/tutorials/dispatching/self-dispatch.md).

# Self Dispatch

{% hint style="info" %}
Self Dispatch requires an additional user account permission!

Users will need the "Self Dispatch" permission to enable this feature. View our guide on [granting account permissions](/cad/tutorials/getting-started/permissions.md) for more information.
{% endhint %}

### Enable Self-Dispatch

In the top right of the call viewer, select "Self Dispatch"

![Sonoran CAD's "Self Dispatch" option](/files/-M5Gj8AqicGKGiWC3rIt)

### Add, Edit, or Attach

With self dispatch enabled, regular units can now open additional windows to view dispatch calls, 911 calls, and active units.

![Sonoran CAD's "Self Dispatch" windows](/files/-M5GjdPlxAIzabaIL6i0)


---

# 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:

```
GET https://docs.sonoransoftware.com/cad/tutorials/dispatching/self-dispatch.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.
