> 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/his/xi-tong-she-ding.md).

# 系統設定

系統設定分為 <mark style="color:$primary;">**『方案』**</mark> 與<mark style="color:$primary;">**『檢測規範』**</mark> 兩項。

> ### 方案：就是跟屋主收費的套餐。
>
> ### 檢測規範：就是驗屋檢查的項目內容。

***

您可以依據您的專業來設定檢測項目（檢測規範），也可以參考網路上友商的檢查項目，無論如何優先建立好分類之後，再編輯詳細的檢查項目。（此時，先別急著建立方案）

{% stepper %}
{% step %}

### 編輯建立檢測規範

在檢測方案下，先新增檢測分類。選擇分類後，進入分類下的編輯模式，可以新增多檢測項目名稱。

<figure><img src="/files/9I495kMwG8N3K4t4ssJy" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZzfPhcrBqaDulr05X1UL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 編輯方案，並從檢測規範選擇內容

在右上方選擇『新增方案』，在該方案下，會列出所有的檢測項目，以開關的方式，決定方案下是否要包含這些檢測項目。

<figure><img src="/files/m3Tcgh5DAsUrZYfBNiYp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sWWFIqx4fX6rRMz5FblQ" alt=""><figcaption></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/his/xi-tong-she-ding.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.
