# Overview

When we started with EdgeTag, we had a clear vision: to create a solution that prioritizes privacy while ensuring top-notch security. Our goal was to differentiate ourselves from typical SaaS tools by providing an infrastructure accessible to everyone—marketers, developers, and large organizations with multi-team structures.

Each of our customers receives their own isolated environment, which includes a dedicated database, processing capabilities, endpoints, and storage. At no point is any data mixed between customers.

We offer two hosting options for our solution: **managed** and **self-hosted**.

### Which one to pick?

{% hint style="info" %}
Both hosting options provide the same features of EdgeTag.
{% endhint %}

The primary consideration is whether you already have a Cloudflare account to deploy the infrastructure, or if you prefer to store data in your own environment and have direct access to it.

{% content-ref url="/pages/VyppyWMxHHCDXZLeHIyy" %}
[Managed](/hosting/managed.md)
{% endcontent-ref %}

{% content-ref url="/pages/6xnslANUnYY7zliMOvot" %}
[Self-hosting](/hosting/self-hosting.md)
{% endcontent-ref %}

{% hint style="warning" %}
Please ensure that you fully understand these options before selecting a hosting option, as we will not be able to migrate from managed to self-hosted, or vice versa.
{% endhint %}


---

# 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.edgetag.io/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.
