> 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/maiagent-user-guide/maiagent-user-guide-ja/org.md).

# 組織設定

- [組織とメンバーの管理](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/overview.md): RBAC をベースに設計された権限管理ソリューション
- [組織管理](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/organization.md)
- [組織の削除](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/organization-management.md): 組織全体とそのすべてのデータを完全に削除する
- [Credits 課金制度](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/credits.md): MaiAgent プラットフォームの Credits ポイント課金制度 — ひとつの利用枠ですべての AI 機能をカバー。
- [メンバー Credits クレジット管理](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/credits/member-credit-quota.md): メンバーごとに個人 Credits 消費上限を設定し、組織の予算配分を効果的に管理します
- [ロール権限管理](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/role-permission.md)
- [メンバー管理](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/member.md)
- [連絡先](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/contact.md)
- [ロールと連絡先の違い](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/contact-role-comparison.md)
- [ロールメンバーのフィルタリング](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/group-member-filtering.md): ロール別に組織メンバーをすばやく絞り込み、管理する
- [ロールのリソースアクセス権限](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/group-resource-access.md): ロールのリソースアクセス権限管理。メンバーのリソースに対する可視性と使用権限を制御します
- [ナレッジ管理権限：メタデータの照会](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/querymetadata.md): 本記事では、クエリメタデータを通じて AI アシスタントが参照できるデータ・知識の範囲を管理する方法を説明します。
- [構築を始める—「クエリビルダー」を使う](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/query-builder.md)
- [サードパーティログイン（SSO）](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/sso.md): 企業 SSO 連携（SAML / EIP / Keycloak）を設定し、従業員が会社アカウントで MaiAgent にログインできるようにします
- [SAML 連携](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/sso/sso-saml.md): SAML 2.0 プロトコルを通じて Azure AD、Okta、Google Workspace などの ID プロバイダーと統合します
- [EIP 連携](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/sso/sso-eip.md): EIP 連携によって企業既存の認証システムを接続し、柔軟なパラメータ受け渡しとロールの自動同期に対応します
- [Keycloak 連携](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/sso/sso-keycloak.md): OpenID Connect プロトコルを通じてオープンソースの ID 認証プラットフォーム Keycloak と統合します
- [ID 同期（LDAP）](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/identity-sync.md): LDAP ID 同期を設定し、企業ディレクトリサービスのユーザーとグループを自動的に MaiAgent へインポートします。LDAP パスワードによるプラットフォームへの直接ログインにも対応します
- [利用分析](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/usage.md): 管理画面のモニタリングデータを提供し、ユーザーの情報を把握します。
- [プロフィール：カスタム属性](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/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/maiagent-user-guide/maiagent-user-guide-ja/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.
