# SaaS (Single-Tenant)

### Single-Tenant SaaS - Simplified Block Diagram

**Diagram: Single Tenant SaaS - Simplified Block Diagram**

<figure><img src="/files/cCwR4Vn6fbFW4vvaaFCV" alt=""><figcaption></figcaption></figure>

This model provides a dedicated data plane for each customer while retaining the shared control plane hosted by Decube.

#### Components:

* **Control Plane** (same as SaaS)
* **Single-Tenant Data Plane** (dedicated to one customer)
  * Metadata API
  * Metadata Storage
  * Distributed Job Scheduler
  * Metadata Collector
  * Data Quality Monitoring

#### How it Works:

* A dedicated infrastructure ensures isolation and compliance adherence.
* Metadata is securely collected using the same read-only methods as in Multi-Tenant SaaS.
* Ideal for customers with stricter data handling policies or compliance requirements.

#### Data Security:

* Logical and infrastructure-level isolation is maintained.
* Data remains within the customer’s environment unless explicitly configured otherwise.


---

# 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/deployment-methods/saas-single-tenant.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.
