> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/introduction/docs-zh/huan-ying/setting-up-your-account.md).

# 設定您的帳號

當您加入 Oddle 後，在前 30 天內，您的上線專員會協助完成初始帳號設定。他們會設定您的品牌、門店、產品與團隊權限，讓您可以順利上線。

本頁說明已為您完成哪些設定，以及您可以在商家管理後台自行檢視或變更哪些內容。

***

## 您的上線專員會設定哪些內容

在上線期間，您的專員會為您的帳號建立基礎設定：

**品牌與門店資料** — 您餐廳的品牌名稱、標誌、門店地址、聯絡資訊與營業時間。如果您有多家門店，每一家都會在您的品牌底下個別設定。

**產品啟用** — 您已訂閱的任何 Oddle 產品（Oddle Shop、Oddle Reserve、Oddle Terminal 等）都會為您的門店啟用並完成設定。

**員工帳號與角色** — 會建立您初始團隊的登入帳號，包括您自己的店主／管理者帳號以及您需要的任何員工帳號。每個帳號都會指派一個角色，用來控制其可存取的內容。

**門店登入帳號** — 如果您需要共用裝置登入（用於 Host App 或 Terminal），您的專員會建立初始的門店代碼與 PIN 碼。

**裝置設定** — 如果您使用 Oddle Terminal 或 Register，您的上線專員會在裝置送達前完成設定並登入。

**付款與帳單** — 會設定您的撥款資料與帳單資訊，讓您可以開始收款。

***

## 您可以自行更新哪些內容

一旦您的帳號正式啟用，您就能完整存取商家管理後台，檢視並更新您的設定。以下是您最常需要管理的內容：

### 員工與權限管理

新增團隊成員、移除離職人員、調整角色，以及管理門店登入帳號。每位需要使用商家管理後台或 Host App 的員工都應該擁有自己的帳號。

前往 **帳號 > 員工** 可在商家管理後台中管理員工帳號與角色。門店登入帳號也可從 **帳號 > 門店登入帳號** 於商家管理後台中管理。

### 門店資料

隨著狀況變動，更新門店的聯絡資訊、地址或營業時間。

### 品牌設定

更新您的品牌名稱、標誌或其他品牌層級資料，這些內容會顯示在您的各項 Oddle 產品中（如預訂頁面、網店等）。

### 產品設定

每個 Oddle 產品在商家管理後台中都有各自的設定區塊。例如，如果您使用 Oddle Reserve，您可以更新預訂頁面、桌位配置、票券排程和政策。這些內容會在各產品的說明文件中詳細介紹。

***

## 您的上線專員

在前 30 天內，您會有一位專屬的上線專員，作為您任何設定問題或變更需求的主要聯絡窗口。他們會協助您充分運用 Oddle 產品，並確保一切都依照您的特定需求完成設定。

在上線期結束後，您的客戶經理將接手，成為您後續支援的主要聯絡窗口。


---

# 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://www.oddle.me/docs/introduction/docs-zh/huan-ying/setting-up-your-account.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.
