> 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/en/org.md).

# Organization Settings

- [Organization Overview](https://docs.maiagent.ai/maiagent-user-guide/en/org/organization-overview.md): View your organization's plan, usage, enabled features, and common management shortcuts at a glance
- [Organization & Member Management](https://docs.maiagent.ai/maiagent-user-guide/en/org/overview.md): The three-tier structure of organizations, roles, and members, and the three things contained in a role—feature permissions, creation permissions, and resource assignments. Read this page before setti
- [Organization Management](https://docs.maiagent.ai/maiagent-user-guide/en/org/organization.md): What an organization is, whether a company should create one or multiple organizations, how to create and switch organizations, and what owners are responsible for.
- [Delete Organization](https://docs.maiagent.ai/maiagent-user-guide/en/org/organization-management.md): Permanently delete an entire organization and all its data
- [Credits Billing System](https://docs.maiagent.ai/maiagent-user-guide/en/org/credits.md): MaiAgent platform's Credits billing system — one quota covers all AI features.
- [Member Credits Quota Management](https://docs.maiagent.ai/maiagent-user-guide/en/org/credits/member-credit-quota.md): Set personal Credits spending caps for each member to effectively manage organizational budget allocation
- [Conversation Platform Credits Quota Management](https://docs.maiagent.ai/maiagent-user-guide/en/org/credits/inbox-credit-quota.md): Set a Credits spending limit for each inbox to control AI usage costs across channels such as your website and LINE
- [Roles and Permissions](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles.md): Roles are how MaiAgent controls who can see what and who can do what. These pages explain how to use roles, from configuration to planning.
- [Role Permission Management](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles/role-permission.md)
- [MaiGPT Role Usage Permissions](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles/maigpt-role-permissions.md): Configure the MaiGPT models, tools, skills, connectors, and built-in features available to different roles.
- [Role Resource Access Permissions](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles/group-resource-access.md): Role resource access permission management — control member visibility and usage permissions for resources
- [Role Member Filtering](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles/group-member-filtering.md): Quickly filter and manage organization members by role
- [Differences Between Roles and Contacts](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles/contact-role-comparison.md)
- [Role Permission Planning Guide](https://docs.maiagent.ai/maiagent-user-guide/en/org/roles/role-design-guide.md): When colleagues can build their own AI assistants but sharing must be controlled, plan roles around three publishing tiers: individual → department → company-wide.
- [Member Management](https://docs.maiagent.ai/maiagent-user-guide/en/org/member.md)
- [Model Access Permissions](https://docs.maiagent.ai/maiagent-user-guide/en/org/model-access.md): Organization owners can manage the list of AI models available within the organization and control which models members and AI assistants can use
- [Contacts](https://docs.maiagent.ai/maiagent-user-guide/en/org/contact.md)
- [Knowledge Management Permissions: Query Metadata](https://docs.maiagent.ai/maiagent-user-guide/en/org/querymetadata.md): This article explains how to use query metadata to control the data and knowledge scope that AI assistants can reference.
- [Getting Started - Using the Query Builder](https://docs.maiagent.ai/maiagent-user-guide/en/org/query-builder.md)
- [Third-Party Login (SSO)](https://docs.maiagent.ai/maiagent-user-guide/en/org/sso.md): Configure enterprise SSO integration (SAML / EIP / Keycloak) to let employees log in to MaiAgent using company accounts
- [SAML Integration](https://docs.maiagent.ai/maiagent-user-guide/en/org/sso/sso-saml.md): Integrate with identity providers such as Azure AD, Okta, and Google Workspace via the SAML 2.0 protocol
- [ADFS Integration](https://docs.maiagent.ai/maiagent-user-guide/en/org/sso/sso-saml/sso-saml-adfs.md): Integrate enterprise ADFS (Active Directory Federation Services) via the SAML 2.0 protocol
- [EIP Integration](https://docs.maiagent.ai/maiagent-user-guide/en/org/sso/sso-eip.md): Integrate with your enterprise's existing identity verification system through EIP, with flexible parameter passing and automatic role synchronization
- [Keycloak Integration](https://docs.maiagent.ai/maiagent-user-guide/en/org/sso/sso-keycloak.md): Integrate with the Keycloak open-source identity verification platform via the OpenID Connect protocol
- [Identity Sync (LDAP)](https://docs.maiagent.ai/maiagent-user-guide/en/org/identity-sync.md): Configure LDAP identity synchronization to automatically import users and groups from enterprise directory services into MaiAgent, with support for LDAP password login
- [Usage Analytics](https://docs.maiagent.ai/maiagent-user-guide/en/org/usage.md): Provides backend monitoring data to understand user information.
- [Profile: Custom Attributes](https://docs.maiagent.ai/maiagent-user-guide/en/org/custom-attributes.md): Add custom attributes to your profile to record additional information such as department, job title, extension number, etc.


---

# 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/en/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.
