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

# Organization Settings

- [Organization & Member Management](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/overview.md): An RBAC-based permission management solution
- [Organization Management](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/organization.md)
- [Delete Organization](https://docs.maiagent.ai/maiagent-user-guide/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/maiagent-user-guide-en/org/credits.md): A more flexible, more cost-effective new billing experience — multiple enterprise customers have already upgraded early.
- [Member Credits Quota Management](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/credits/member-credit-quota.md): Set personal Credits spending caps for each member to effectively manage organizational budget allocation
- [Role Permission Management](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/role-permission.md)
- [Member Management](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/member.md)
- [Contacts](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/contact.md)
- [Differences Between Roles and Contacts](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/contact-role-comparison.md)
- [Role Member Filtering](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/group-member-filtering.md): Quickly filter and manage organization members by role
- [Role Resource Access Permissions](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/org/group-resource-access.md): Role resource access permission management — control member visibility and usage permissions for resources
- [Knowledge Management Permissions: Query Metadata](https://docs.maiagent.ai/maiagent-user-guide/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/maiagent-user-guide-en/org/query-builder.md)
- [Third-Party Login (SSO)](https://docs.maiagent.ai/maiagent-user-guide/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/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
- [EIP Integration](https://docs.maiagent.ai/maiagent-user-guide/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/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/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/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/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/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.
