> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/operate/dataos-operator.md).

# DataOS Operator

- [Overview](https://v2.dataos.info/operate/dataos-operator/operator.md): End-to-end Operator workflow from infrastructure deployment to Tenant readiness.
- [Provision Data Plane](https://v2.dataos.info/operate/dataos-operator/provision-data-plane.md): Provision the Data Plane, the execution layer in the customer cloud: prerequisites, the sequence, and the per-cloud runbooks.
- [AWS](https://v2.dataos.info/operate/dataos-operator/provision-data-plane/aws.md): Provision AWS Data Plane
- [Azure](https://v2.dataos.info/operate/dataos-operator/provision-data-plane/azure.md): Provision Azure Data Plane
- [Azure (UI)](https://v2.dataos.info/operate/dataos-operator/provision-data-plane/azure-ui.md): Provision an Azure BYOC Data Plane from the DataOS UI
- [AWS (UI)](https://v2.dataos.info/operate/dataos-operator/provision-data-plane/aws-ui.md): Provision an AWS BYOC Data Plane from the DataOS UI
- [Design Tenants](https://v2.dataos.info/operate/dataos-operator/tenants-and-blueprints.md): How to slice Tenants before you create them: the common blueprints and a framework for choosing.
- [Create Tenant](https://v2.dataos.info/operate/dataos-operator/tenants-and-blueprints/create-tenants.md): Create a Tenant, attach the Data Plane and Compute, install Stacks, and makeit ready for a team to deploy Data Products.
- [Create mandatory Secrets](https://v2.dataos.info/operate/dataos-operator/tenants-and-blueprints/create-mandatory-secrets.md): Create mandatory Secrets for Vulcan state stores.
- [Deploy Stacks](https://v2.dataos.info/operate/dataos-operator/tenants-and-blueprints/deploy-stacks.md): Deploy the Vulcan and Data Product MCP server Stacks for a Tenant.
- [Manage access](https://v2.dataos.info/operate/dataos-operator/governance.md): What the Operator governs: assigning Tenant Admins, keeping Tenant roles consistent, and auditing high-privilege access.
- [Monitoring](https://v2.dataos.info/operate/dataos-operator/monitoring.md): Watch Instance service health and Data Plane health from the operator's seat.


---

# 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://v2.dataos.info/operate/dataos-operator.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.
