# Self-hosting overview

## Deployment options

Cobrowse is deployed as containers, and we support a range of deployments covering public clouds and on-premise enterprise requirements.

{% content-ref url="docker-compose" %}
[docker-compose](https://docs.cobrowse.io/enterprise-self-hosting/docker-compose)
{% endcontent-ref %}

{% content-ref url="helm" %}
[helm](https://docs.cobrowse.io/enterprise-self-hosting/helm)
{% endcontent-ref %}

{% content-ref url="aws-terraform" %}
[aws-terraform](https://docs.cobrowse.io/enterprise-self-hosting/aws-terraform)
{% endcontent-ref %}

{% content-ref url="azure-terraform" %}
[azure-terraform](https://docs.cobrowse.io/enterprise-self-hosting/azure-terraform)
{% endcontent-ref %}

{% content-ref url="gcp-terraform" %}
[gcp-terraform](https://docs.cobrowse.io/enterprise-self-hosting/gcp-terraform)
{% endcontent-ref %}

{% hint style="success" %}
Any questions or specific requirements to review? Please email us at <hello@cobrowse.io>!
{% endhint %}

## Software version compatibility

Depending on your choice, your deployment will already include specific versions of these components which you can adjust to your preference.

MongoDB: We recommend 7.x or 8.x for new deployments. The absolute minimum supported version is 3.2, but using an end-of-life version this old is strongly discouraged.

Redis: 6.x or 7.x but earlier versions are very likely supported. New deployments are recommended to use the latest available version.

Docker compose: <https://docs.docker.com/compose/>

Kubernetes: v1.32, our deployment is known to run on older versions up to 1.23.

helm: 3.x

## Next steps

{% content-ref url="getting-started" %}
[getting-started](https://docs.cobrowse.io/enterprise-self-hosting/getting-started)
{% endcontent-ref %}

{% content-ref url="advanced" %}
[advanced](https://docs.cobrowse.io/enterprise-self-hosting/advanced)
{% endcontent-ref %}


---

# 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.cobrowse.io/enterprise-self-hosting/self-hosting-overview.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.
