# Manage Your Organization

## User roles

Roles let you control who can access what within your organization.

{% hint style="info" %}
Organization roles are different from [document ownership](/about/corpuses/what-is-a-corpus/document-ownership.md). Organization Owners and Admins have broad authority to manage resources, while individual documents still follow their own [sharing](/about/corpuses/what-is-a-corpus/sharing.md) and [sensitivity classification](/about/corpuses/what-is-a-corpus/sensitivity-classification.md) rules.
{% endhint %}

### Viewer

The Viewer role has read-only access, allowing them to view system data without making changes.

* Can read and list agents, collections, documents, and organization members.
* Cannot create, update, or delete any resources.
* Cannot run agents or refresh collections.

### User

The User role is designed for standard members who interact with agents and documents but have limited management access.

* Can read and list agents, collections, documents, and organization members.
* Can update agents, collections
* Can run agents and refresh collections.

### Admin

The Admin has high-level management access but cannot delete the organization or manage billing.

* Full Create, Read, Update, Delete access to agents, collections, documents, and organization members.
* Can invite new members.
* Can run agents and refresh collections.
* Cannot delete the organization.

### Owner

The Owner has full control over the system, including organization-wide management, user access, and billing. This role can perform all actions without restrictions.

* Full Create, Read, Update, Delete access to agents, collections, documents, data, and organization members.
* Can delete the organization.
* Can invite new members.
* Has access to billing management.
* Can run agents and refresh collections.


---

# 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.katara.ai/about/organizations/manage-your-organization.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.
