> For the complete documentation index, see [llms.txt](https://docs.glbnxt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glbnxt.com/faq/glbnxt-platform/what-infrastructure-does-platform-run-on.md).

# What infrastructure does Platform run on?

GLBNXT Platform runs on GLBNXT own infrastrcuture and European cloud infrastructure, ensuring that all compute, storage, and processing takes place within EU jurisdiction. This is the foundation of the sovereignty guarantee that GLBNXT is built on, and it applies to every layer of the platform, not just where your data is stored.

For organisations using the standard managed deployment, GLBNXT handles the underlying infrastructure, including server provisioning, scaling, maintenance, and security patching. Your technical teams get the capabilities they need without the operational overhead of managing the infrastructure layer themselves.

For organisations with more specific requirements, Platform supports private and dedicated deployment options. This includes installation within your own cloud environment, whether that is a private cloud, a hyperscaler environment operating under your own account and jurisdiction controls, or on-premise infrastructure within your own facilities. In these scenarios, you retain complete control over the hardware and network environment while still benefiting from the GLBNXT software layer and managed services.

The platform is built on open-source components and follows open standards, which means it is not tied to a single infrastructure provider or proprietary technology stack. This gives your organisation flexibility in how and where you run it, both now and as your requirements evolve.

For detailed infrastructure specifications, deployment architecture documentation, and guidance on which deployment model is right for your organisation, refer to the Platform technical documentation or speak with your GLBNXT account team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.glbnxt.com/faq/glbnxt-platform/what-infrastructure-does-platform-run-on.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
