# Dispatch

The Dispatch system gives you a clear picture of every job and every technician, all in one place. Use the drag-and-drop board to assign work, move jobs around, and keep your crew on track throughout the day.

## What's Included

* **Dispatch Board** -- a visual calendar-style board where you see all jobs and technicians at a glance
* **Job Assignment** -- assign the right tech to the right job based on skills, location, and availability
* **Schedule Management** -- set technician hours, days off, and service territories so the system knows who's available and where

## How It Fits Together

When the AI Voice Agent books an appointment (or you create one manually), it appears on the dispatch board as an unassigned job. From there, you drag it onto a technician's schedule, and they see it on their phone in the Field Service app.

***

**Related Pages**

* [Using the Dispatch Board](/ai-voice-agent-and-dispatch/proforge-csr/dispatch/dispatch-board.md)
* [Assigning Jobs](/ai-voice-agent-and-dispatch/proforge-csr/dispatch/assigning-jobs.md)
* [Managing Schedules](/ai-voice-agent-and-dispatch/proforge-csr/dispatch/managing-schedules.md)
* [Voice Agent Overview](/ai-voice-agent-and-dispatch/proforge-csr/voice-agent.md)
* [Field Service Overview](/ai-voice-agent-and-dispatch/proforge-csr/field-service.md)


---

# 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.proforgeerp.com/ai-voice-agent-and-dispatch/proforge-csr/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.
