# Main cluster dependencies

Dedicated instances run on dedicated application and database compute, which is isolated from other Bubble applications. The majority of potential user-facing downtime occurs at the application and database compute level, so this level of isolation provides a high level of protection from system-wide issues affecting Bubble apps on the main cluster.

That said, Dedicated instances do share Bubble’s overall infrastructure, and can be impacted by issues that occur in other parts of our infrastructure stack. The main dependencies Dedicated instances have on shared infrastructure are:

* Our DNS, CDN, and networking layer
* Real-time notifications
* Some aspects of using the Bubble editor, including logging in, along with searching for and installing plugins
* The debugger when previewing pages
* Logs, as displayed on the “Server Logs” tab of the editor
* Metrics, as displayed on the “App Metrics” tab of the editor
* Accessing test plugins in runmode
* File uploads


---

# 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://manual.bubble.io/help-guides/bubble-for-enterprise/hosting-and-infrastructure/dedicated-instance/main-cluster-dependencies.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.
