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

# CONNECTORS

- [BI Platform](https://developer.ultimo.net/connectors/bi-platform.md): Creating a database user and connecting to the IFS Ultimo cloud database.
- [Create database user](https://developer.ultimo.net/connectors/bi-platform/create-database-user.md): It is now possible for application managers in the Ultimo customer portal to create, adjust and add their own database user for their BI Platform whenever it is included in the license.
- [Connect to the database](https://developer.ultimo.net/connectors/bi-platform/connection.md): Connecting to your Ultimo cloud database
- [How to connect Power BI to the Ultimo database](https://developer.ultimo.net/connectors/bi-platform/how-to-connect-power-bi-to-the-ultimo-database.md)
- [Expiring passwords](https://developer.ultimo.net/connectors/bi-platform/expiring-passwords.md): Instructions on how to reset expiring database passwords
- [Exchange Online](https://developer.ultimo.net/connectors/exchange-online.md)
- [Email import](https://developer.ultimo.net/connectors/exchange-online/email-import.md)
- [Custom SMTP](https://developer.ultimo.net/connectors/exchange-online/custom-smtp.md)
- [LDAP](https://developer.ultimo.net/connectors/ldap.md)
- [LDAP connector](https://developer.ultimo.net/connectors/ldap/ldap-connector.md)
- [Cloud vs On Premises](https://developer.ultimo.net/connectors/ldap/cloud-vs-on-premises.md)
- [SCIM](https://developer.ultimo.net/connectors/scim.md)
- [OCI](https://developer.ultimo.net/connectors/oci.md)
- [Universal Print](https://developer.ultimo.net/connectors/universal-print.md): Introduction
- [Prerequisites & limitations](https://developer.ultimo.net/connectors/universal-print/prerequisites-and-limitations.md)
- [How to setup](https://developer.ultimo.net/connectors/universal-print/how-to-setup.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://developer.ultimo.net/connectors.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.
