# Services and Integration

- [Webservices](https://docs.wem.io/platform/wemmodeler/services-and-integration/webservices.md)
- [Remote Data Sources](https://docs.wem.io/platform/wemmodeler/services-and-integration/remote-data-sources.md): Setting up a databsase connection through OData.
- [Authentication Providers](https://docs.wem.io/platform/wemmodeler/services-and-integration/authentication-providers.md): WEM supports SAML2.0 and OAuth2.0
- [SAML 2.0](https://docs.wem.io/platform/wemmodeler/services-and-integration/authentication-providers/saml-2.0.md): Setup SSO-integration using SAML 2.0
- [SAML App Registration in EntraID](https://docs.wem.io/platform/wemmodeler/services-and-integration/authentication-providers/saml-2.0/saml-app-registration-in-entraid.md)
- [OAuth 2.0](https://docs.wem.io/platform/wemmodeler/services-and-integration/authentication-providers/oauth-2.0.md): Setup external authentication with OAuth2.0
- [Comet - Real Time Messages](https://docs.wem.io/platform/wemmodeler/services-and-integration/comet-real-time-messages.md)
- [Certificates](https://docs.wem.io/platform/wemmodeler/services-and-integration/certificates.md)


---

# Agent Instructions: 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:

```
GET https://docs.wem.io/platform/wemmodeler/services-and-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
