> For the complete documentation index, see [llms.txt](https://docs.peajia.com.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peajia.com.tw/home/help-center/start.md).

# 開始了解

- [如何開始使用Pea'Jia](https://docs.peajia.com.tw/home/help-center/start/start-peajia.md): Pea'Jia 是一個專為 LINE 生態系打造的貼標管理平台，協助品牌、社群或個人用戶快速建立、管理並追蹤貼標與行銷活動，當您要開始使用Pea'Jia時，有些什麼需要準備？
- [LINE 帳號登入 Pea'Jia 沒問題嗎？](https://docs.peajia.com.tw/home/help-center/start/sso.md): Pea'Jia 使用 LINE 單一簽入（SSO）。平台不存你的密碼。這頁整理優缺點與安全建議。
- [新增協同管理者](https://docs.peajia.com.tw/home/help-center/start/admin.md): Pea'Jia設定完成，當你初次登入，並不會有其他協同管理者，若您需要新增其他夥伴加入管理，你可以參考這個主題，快速新增協同管理者
- [測試帳號是什麼？](https://docs.peajia.com.tw/home/help-center/start/test-oa.md): 在正式發送前，用測試帳號先驗收推播、圖文選單與自動回應。避免誤發、誤貼標與活動資訊外流。
- [如何理解標籤和分眾](https://docs.peajia.com.tw/home/help-center/start/tag-audience.md): 標籤是用來標記內容或使用者特徵的關鍵詞，有助於分類與搜尋；分眾則是依據使用者的行為、興趣或屬性進行群體劃分，讓行銷、推薦或溝通更具針對性與效率。兩者結合可提升個人化體驗與資源配置效益。
- [有哪些訊息模組？](https://docs.peajia.com.tw/home/help-center/start/message-module.md): 用 8 種訊息模組組合推播、自動回應與圖文選單。包含選型技巧、常用範例流程，以及各模組設定與撰寫建議，訊息模組是內容的積木，你可以把它們組成豐富的訊息。
- [教我使用測試發送](https://docs.peajia.com.tw/home/help-center/start/test-send.md): Pea'Jia整合一組免費的官方帳號供測試發送，將設定好的訊息或圖文選單發送至全體測試人員或指定的對象，提前檢視訊息內容和互動操作，避免人為操作失誤。


---

# 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.peajia.com.tw/home/help-center/start.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.
