> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/cloud-configuration-guide/topics.md).

# Configuration Topic

- [Configuring SAML SSO with ADFS](https://doc.engenius.ai/cloud-configuration-guide/topics/saml-sso-with-adfs.md): Enabling SAML Single Sign-On (SSO) with ADFS on EnGenius Cloud MSP Portal
- [Feature Overview](https://doc.engenius.ai/cloud-configuration-guide/topics/saml-sso-with-adfs/feature-overview.md): Explore SAML SSO fundamentals and benefits with ADFS on EnGenius Cloud
- [MSP Portal Configuration](https://doc.engenius.ai/cloud-configuration-guide/topics/saml-sso-with-adfs/msp-portal-configuration.md): Guided setup of SAML SSO in EnGenius Cloud's MSP Portal
- [ADFS Configuration](https://doc.engenius.ai/cloud-configuration-guide/topics/saml-sso-with-adfs/adfs-configuration.md): Configure ADFS for seamless integration with EnGenius Cloud's SSO
- [Authentication with Microsoft Entra ID LDAP Server](https://doc.engenius.ai/cloud-configuration-guide/topics/authentication-with-microsoft-entra-id-ldap-server.md)
- [Setup Secure LDAP for Microsoft Entra ID Domain Service](https://doc.engenius.ai/cloud-configuration-guide/topics/authentication-with-microsoft-entra-id-ldap-server/setup-secure-ldap-for-microsoft-entra-id-domain-service.md)
- [Configure Microsoft Entra ID Authentication for SSID](https://doc.engenius.ai/cloud-configuration-guide/topics/authentication-with-microsoft-entra-id-ldap-server/configure-microsoft-entra-id-authentication-for-ssid.md)
- [Setup LDAP Profile on Client Devices](https://doc.engenius.ai/cloud-configuration-guide/topics/authentication-with-microsoft-entra-id-ldap-server/setup-ldap-profile-on-client-devices.md)
- [Appendix](https://doc.engenius.ai/cloud-configuration-guide/topics/authentication-with-microsoft-entra-id-ldap-server/appendix.md)
- [Troubleshooting](https://doc.engenius.ai/cloud-configuration-guide/topics/authentication-with-microsoft-entra-id-ldap-server/troubleshooting.md)
- [High Availability](https://doc.engenius.ai/cloud-configuration-guide/topics/high-availability.md)
- [EnGenius Gateway High Availability Quick Start Guide](https://doc.engenius.ai/cloud-configuration-guide/topics/high-availability/engenius-gateway-high-availability-quick-start-guide.md)
- [EnGenius Gateway High Availability (HA)](https://doc.engenius.ai/cloud-configuration-guide/topics/high-availability/engenius-gateway-high-availability-ha.md)
- [EnGenius Gateway HA Architecture & Design Guide](https://doc.engenius.ai/cloud-configuration-guide/topics/high-availability/engenius-gateway-ha-architecture-and-design-guide.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://doc.engenius.ai/cloud-configuration-guide/topics.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.
