> 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/readme.md).

# Introduction

Operate explains how DataOS responsibilities are divided across roles, from Instance setup and Tenant administration to data governance, Data Product ownership, and governed consumption.

These responsibilities are layered across the Instance, Tenant, and Resource levels. The Instance provides the central management layer, while Data Planes run workloads and data operations.

## Find your role

<table><thead><tr><th width="220">Role</th><th>What you run and maintain</th></tr></thead><tbody><tr><td><a href="/pages/zQ0CgOvd3ysHr4Le7yfp">DataOS Operator</a></td><td>Provision the Data Plane, create and configure Tenants, set up authentication, and invite Tenant Admins</td></tr><tr><td><a href="/pages/WCHgWV0aclpOKgtLb9Hr">Tenant Admin</a></td><td>Compute, data sources, and Stacks; grant access; and keep the Tenant healthy</td></tr><tr><td><a href="/pages/i68ptytqQMAwV7osrsfQ">Data Admin</a></td><td>Create and govern Lakehouse namespaces, schemas, tables, and views</td></tr><tr><td><a href="/pages/GK4U0E5Sx84tg5v9RwZ7">Data Product Developer</a></td><td>Confirm readiness, deploy and promote, operate live products, and author access policies</td></tr><tr><td><a href="/pages/TgJ5MPXOjbFuTPEgc4gO">Data Product Consumer</a></td><td>Consume Data Products within enforced governance, assess trust, and raise issues</td></tr></tbody></table>

## Shared foundations

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Access control</strong><br><br>Control who can access DataOS and what they can do. Access is denied by default, and roles and permissions grant only the required access.</td><td><a href="/pages/FNrDcX3LUrYcXfpSBgHo">/pages/FNrDcX3LUrYcXfpSBgHo</a></td></tr><tr><td><strong>Observability</strong><br><br>Monitor Instance, Data Plane, and Data Product health. Each role focuses on the signals and actions for the services it owns.</td><td><a href="/pages/gUEkOQypIDb2Ij1cClUY">/pages/gUEkOQypIDb2Ij1cClUY</a></td></tr></tbody></table>

## Where to start

New to the DataOS? Read [Architecture](/operate/architecture.md)

Setting up a Instance from scratch begins with the [DataOS Operator](/operate/dataos-operator/operator.md).


---

# 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/readme.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.
