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

# ADMINISTRATION

- [Tenant Menu](https://docs.onum.com/administration/tenant-menu.md)
- [Global Settings](https://docs.onum.com/administration/global-settings.md): Manage your Onum account and Tenants
- [Your Account](https://docs.onum.com/administration/global-settings/your-account.md): Set up and manage how to access your Onum account
- [Organization Settings](https://docs.onum.com/administration/global-settings/organization-settings.md): Manage your organization
- [Secrets Management](https://docs.onum.com/administration/global-settings/organization-settings/secrets-management.md): Create and manage your Tenant secrets
- [Tenant](https://docs.onum.com/administration/global-settings/tenant.md): Manage your tenant users and general activity
- [Authentication](https://docs.onum.com/administration/global-settings/tenant/authentication.md): Decide the authentication method of your Tenants
- [Two-factor Authentication](https://docs.onum.com/administration/global-settings/tenant/authentication/two-factor-authentication.md)
- [Single Sign-On (SSO) with SAML](https://docs.onum.com/administration/global-settings/tenant/authentication/single-sign-on-sso-with-saml.md)
- [Use Google as your Identity Provider](https://docs.onum.com/administration/global-settings/tenant/authentication/single-sign-on-sso-with-saml/use-google-as-your-identity-provider.md)
- [Use Okta as your Identy Provider](https://docs.onum.com/administration/global-settings/tenant/authentication/single-sign-on-sso-with-saml/use-okta-as-your-identy-provider.md)
- [Use OneLogin as your Identity Provider](https://docs.onum.com/administration/global-settings/tenant/authentication/single-sign-on-sso-with-saml/use-onelogin-as-your-identity-provider.md)
- [Use Microsoft Entra ID as your Identity Provider](https://docs.onum.com/administration/global-settings/tenant/authentication/single-sign-on-sso-with-saml/use-microsoft-entra-id-as-your-identity-provider.md)
- [Single Sign-On (SSO) with OpenID](https://docs.onum.com/administration/global-settings/tenant/authentication/single-sign-on-sso-with-openid.md)
- [Users](https://docs.onum.com/administration/global-settings/tenant/users.md): Create and manage users in your Tenant
- [Activity Log](https://docs.onum.com/administration/global-settings/tenant/activity-log.md): Check your Tenant activity
- [Usage](https://docs.onum.com/administration/global-settings/tenant/usage.md): Manage and analyze your Onum usage


---

# 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.onum.com/administration.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.
