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

# 組織設定

- [組織概覽](https://docs.maiagent.ai/org/organization-overview.md): 一頁掌握組織的方案、用量、已啟用功能與常用管理入口
- [組織與成員管理](https://docs.maiagent.ai/org/overview.md): 組織、角色、成員三層結構，以及角色裡裝的三樣東西：功能權限、建立權限、資源綁定。第一次設定組織前先讀這頁。
- [組織管理](https://docs.maiagent.ai/org/organization.md): 組織是什麼、一家公司該開一個還是多個組織、怎麼建立與切換組織，以及擁有者要負責的事。
- [刪除組織](https://docs.maiagent.ai/org/organization-management.md): 永久刪除整個組織與其所有資料
- [Credits 計費制度](https://docs.maiagent.ai/org/credits.md): MaiAgent 平台的 Credits 點數計費制度 — 一份額度涵蓋所有 AI 功能。
- [成員 Credits 額度管理](https://docs.maiagent.ai/org/credits/member-credit-quota.md): 為每位成員設定個人 Credits 消費上限，有效管控組織預算分配
- [對話平台 Credits 額度管理](https://docs.maiagent.ai/org/credits/inbox-credit-quota.md): 為每個對話平台設定 Credits 消費上限，控管各通路（官網、LINE 等）的 AI 使用成本
- [角色與權限](https://docs.maiagent.ai/org/roles.md): 角色是 MaiAgent 控制「誰看得到什麼、誰能做什麼」的單位。這一組頁面從設定到規劃，依序說明角色怎麼用。
- [角色權限管理](https://docs.maiagent.ai/org/roles/role-permission.md)
- [MaiGPT 角色使用權限](https://docs.maiagent.ai/org/roles/maigpt-role-permissions.md): 為不同角色設定可用的 MaiGPT 模型、工具、技能、連接器與內建功能。
- [角色資源存取權限](https://docs.maiagent.ai/org/roles/group-resource-access.md): 角色資源存取權限管理，控制成員對資源的可見性與使用權限
- [角色成員篩選](https://docs.maiagent.ai/org/roles/group-member-filtering.md): 依角色快速篩選與管理組織成員
- [角色和聯絡人的差異](https://docs.maiagent.ai/org/roles/contact-role-comparison.md)
- [角色權限規劃指南](https://docs.maiagent.ai/org/roles/role-design-guide.md): 當同仁會自建 AI 助理、而分享需要受控時，用「個人 → 部門 → 全公司」三個上架層級來規劃角色。
- [成員管理](https://docs.maiagent.ai/org/member.md)
- [模型調用權限](https://docs.maiagent.ai/org/model-access.md): 組織擁有者可自助管理組織內可使用的 AI 模型清單，控制成員與 AI 助理能調用哪些模型
- [聯絡人](https://docs.maiagent.ai/org/contact.md)
- [知識管理權限：查詢元資料](https://docs.maiagent.ai/org/querymetadata.md): 本篇將說明如何透過查詢元資料控管 AI 助理可參考的資料、知識範圍。
- [開始建構—使用「查詢構建器」](https://docs.maiagent.ai/org/query-builder.md)
- [第三方登入（SSO）](https://docs.maiagent.ai/org/sso.md): 設定企業 SSO 整合（SAML / EIP / Keycloak），讓員工使用公司帳號登入 MaiAgent
- [SAML 整合](https://docs.maiagent.ai/org/sso/sso-saml.md): 透過 SAML 2.0 協定整合 Azure AD、Okta、Google Workspace 等身分提供者
- [ADFS 整合](https://docs.maiagent.ai/org/sso/sso-saml/sso-saml-adfs.md): 透過 SAML 2.0 協定整合企業內部的 ADFS（Active Directory Federation Services）
- [EIP 整合](https://docs.maiagent.ai/org/sso/sso-eip.md): 透過 EIP 整合串接企業既有的身分驗證系統，支援彈性參數傳遞與角色自動同步
- [Keycloak 整合](https://docs.maiagent.ai/org/sso/sso-keycloak.md): 透過 OpenID Connect 協定整合 Keycloak 開源身分驗證平台
- [身份同步（LDAP）](https://docs.maiagent.ai/org/identity-sync.md): 設定 LDAP 身份同步，自動將企業目錄服務的使用者與群組匯入 MaiAgent，並支援以 LDAP 密碼直接登入平台
- [使用分析](https://docs.maiagent.ai/org/usage.md): 提供後台監測數據內容，了解使用者的資訊。
- [個人資料：自訂屬性](https://docs.maiagent.ai/org/custom-attributes.md): 在個人資料中新增自訂屬性，記錄部門、職稱、分機號碼等額外資訊


---

# 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.maiagent.ai/org.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.
