> For the complete documentation index, see [llms.txt](https://docs.jobdone.cc/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jobdone.cc/user_guide/dcp/dispatch_center/app.md).

# APP 版

## 01｜如何進入調度中心？

{% stepper %}
{% step %}

### 使用 Jobdone App

請您下載 **Jobdone** App版，支援 Android 和 iOS 系統。&#x20;

<div><figure><img src="/files/rfGatDMYwQAqIYuUipDg" alt=""><figcaption><p><a href="https://play.google.com/store/apps/details?id=com.pyramius.dev.jobdone_enterprise&#x26;hl=zh_TW"><mark style="color:blue;"><strong>Android</strong></mark></a></p></figcaption></figure> <figure><img src="/files/qvpTcnGfNWJr0mDUsnXO" alt=""><figcaption><p><a href="https://apps.apple.com/tw/app/jobdone/id6466559832"><strong>ios</strong></a></p></figcaption></figure></div>

<div><figure><img src="/files/OJEBBiP7wMdeCLe6kF06" alt=""><figcaption><p><a href="https://play.google.com/store/apps/details?id=com.pyramius.dev.jobdone_enterprise&#x26;hl=zh_TW"><mark style="color:blue;"><strong>Android</strong></mark></a></p></figcaption></figure> <figure><img src="/files/1bVdWP7DoRZqwuJwV4sX" alt=""><figcaption><p><a href="https://apps.apple.com/tw/app/jobdone/id6466559832"><strong>ios</strong></a></p></figcaption></figure></div>
{% endstep %}

{% step %}

### 進入調度中心功能

進入 App 系統後，點選下方&#x7684;**「公司通用功能」**，再選擇<kbd>**調度中心**</kbd>，即可進入並使用相關功能。

{% hint style="warning" %}
請注意，務必確認所登入之帳號使&#x7528;**「施工製造」**&#x6A21;組。
{% endhint %}

<figure><img src="/files/uscpk0nPJG3Cifi2ZiWh" alt=""><figcaption><p>圖一 - 調度中心操作流程</p></figcaption></figure>
{% endstep %}

{% step %}

### 切換頁面 (派工單/派車單)

如下圖所示，您可依需求查看所需資料，點選相應頁籤即可切換至<kbd><mark style="color:purple;">派工單<mark style="color:purple;"></kbd>或<kbd><mark style="color:purple;">派車單<mark style="color:purple;"></kbd>頁面。

<figure><img src="/files/9vGSvYu6C4cf8EzDyMCM" alt=""><figcaption><p>圖二 - 切換頁面說明 (派工單/派車單)</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.jobdone.cc/user_guide/dcp/dispatch_center/app.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.
