# Cloud Service Integrations

## Native Integrations

**Native integrations** are deep integrations with cloud providers that allow you not to resort to third-party tools, but to connect to holistic.dev in a few clicks directly from control panel

**Mail.ru Cloud Solutions**\
You can enable the holistic.dev extension for managed PostgreSQL in the "extensions" tab for the instance you are interested in.

## FaaS Integrations

**FaaS** is a cloud-specific service that helps to execute code without manual server setup ([**read more**](https://en.wikipedia.org/wiki/Function_as_a_service)). We prepare function for some cloud providers. They are all very similar to each other and you can modify them yourself to suit your needs.

**Yandex.Cloud** \
<https://github.com/holistic-dev/faas-cloud.yandex-pg>

**SberCloud**\
<https://github.com/holistic-dev/faas-sbercloud-pg>\
\
**Selectel**\
<https://github.com/holistic-dev/faas-selectel-pg>


---

# 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.holistic.dev/cloud-service-integrations.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.
