# Provisioning Cloud Databases for using with Neurelo

Neurelo seamlessly integrates with PostgreSQL, MySQL, and MongoDB databases. Whether hosted on managed cloud platforms like AWS RDS or MongoDB Atlas, or self-hosted in hybrid or local environments, our APIs support these databases without restrictions, ensuring compatibility regardless of where or how they are deployed.

This section has guides on creating cloud databases for using with Neurelo - &#x20;

* [PostgreSQL](/guides/provisioning-cloud-databases-for-using-with-neurelo/postgresql.md)
* [MySQL](/guides/provisioning-cloud-databases-for-using-with-neurelo/mysql.md)
* [MongoDB Atlas](/guides/provisioning-cloud-databases-for-using-with-neurelo/mongodb-atlas.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.neurelo.com/guides/provisioning-cloud-databases-for-using-with-neurelo.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.
