# Security & Infrastructure

- [Overview](https://docs.decube.io/security-and-infrastructure/security.md): We built our unified data platform with industry standards to protect your data and ensure compliance while delivering observability and governance.
- [Deployment Methods](https://docs.decube.io/security-and-infrastructure/deployment-methods.md): This document explains how Decube is architected to deliver scalability, security, and flexibility across varying customer requirements.
- [SaaS (Multi-Tenant)](https://docs.decube.io/security-and-infrastructure/deployment-methods/saas-multi-tenant.md): In this model, both the control and data planes are hosted and managed by Decube, and shared across multiple customers.
- [SaaS (Single-Tenant)](https://docs.decube.io/security-and-infrastructure/deployment-methods/saas-single-tenant.md): This model provides a dedicated data plane for each customer while retaining the shared control plane hosted by Decube.
- [Bring-Your-Own-Cloud (BYOC)](https://docs.decube.io/security-and-infrastructure/deployment-methods/bring-your-own-cloud-byoc.md): In the BYOC model, Decube’s data plane is fully deployed in the customer’s own cloud for complete control and compliance with data locality requirements.
- [Data Policy](https://docs.decube.io/security-and-infrastructure/data-policy.md): Here's how we handle your data.


---

# 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.decube.io/security-and-infrastructure.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.
