# 營業時間

進入營業時間管理列表，依據分頁您可以增設「營業時段」與「特殊時段」，設置完成的時段會以圖表呈現，以不同顏色作為辨別。

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

## 營業時段設定

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

位於列表下方新增或編輯現有時段，務必按下右方之「儲存」按鈕才會進行儲存。<br>

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

### 時間規則

開始時段預設為該時間00秒開始計算，結束時段預設為 59秒截止計算。

#### 設定範例

| 星期 | 營業時間          | 開始時間設定 | 結束時間設定   |
| -- | ------------- | ------ | -------- |
| 一  | 09:00 - 17:00 | 09:00  | 16:59:59 |
| 二  | 09:30 - 17:30 | 09:30  | 17:29:59 |
| 六  | 無             | 不需設定   | 不需設定     |

### 營業時段

選擇完「開始時段」與「結束時段」後，點選「新增」方可完成時段新增。（在圖表中呈現綠色）

### 休息時段

休息時段之意義為營業日中之休息時間（ex: 吃飯時間、員工休息...）。在選擇完「開始時段」與「結束時段」後，將選項「為休息時段」切換至開啟（呈藍色狀態），再點選「新增」方可完成休息時段新增。（在圖表中呈現黃色）

### 非營業時段

非營業時間之意義為「非上班日」之時段（ex: 周休二日、固定公休日）。凡未選擇「營業時段」與「休息時段」之時間，皆預設為「非營業時段」。（在圖表中呈現灰色）

## 特殊時段設定

如果您的企業有某些時段（例如節慶或補班等）的營業時段與平常不同，可事先新增特殊營業時段。

![](/files/-MO1R8Gvo2ysb86cMjX7)

進入特殊時段列表檢視後，依據欄位您可立即瀏覽「特殊日名稱」、「指定時段」等，不同狀態會以不同顏色呈現方便進行檢視。

### 新增或修改特殊時段

進入主要編輯界面，將顯示構成特殊時段的三項欄位，欄位列表如下：

#### 基本資料

| 必填                                                                           |    |                               |
| ---------------------------------------------------------------------------- | -- | ----------------------------- |
| <ul class="contains-task-list"><li><input type="checkbox" checked></li></ul> | 名稱 | 設定時段名稱，此為必填項目。（ex: 補班、端午節...） |
|                                                                              | 描述 | 備註補充說明。                       |

#### 日期設定

| 必填                                                                           |       |                        |
| ---------------------------------------------------------------------------- | ----- | ---------------------- |
|                                                                              | 指定西元年 | 若未輸入指定年份，將於每年都自動套用此條件。 |
| <ul class="contains-task-list"><li><input type="checkbox" checked></li></ul> | 指定月   | 輸入該時段之指定月份，此為必填項目。     |
| <ul class="contains-task-list"><li><input type="checkbox" checked></li></ul> | 指定日   | 輸入該時段之指定日期，此為必填項目。     |

{% hint style="info" %}
在設定時段前，必需先進行儲存。
{% endhint %}

#### 時段設定

各項時段所代表之意義與時間規則，可參照第一點之「營業時段設定」。

![](/files/-MO1S2sKbPmwB52DF13t)

時段設定欄位可選擇「營業時段」、「非營業時段」、「休息時段」自由增減或修改，輸入完成後須點擊右方「新增」或「更新」按鈕方可儲存。

{% hint style="info" %}
只要有異動或修改營業時段或時間，「**必須**」按下右方之「**更新**」按鈕才會進行儲存。
{% endhint %}


---

# 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://help.firstline.cc/feature/chatbot/business-hours.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.
