# Sharing

### Document owners can explicitly grant view access to other members of their organization.

Sharing allows you to collaborate on content without making it visible to everyone in the organization by default. You can manage access at the time of import or update it later for individual documents.

### How to Share

There are two primary ways to manage document sharing:

* **Loader-time Sharing**: When you create a [Loader Agent](/about/agents/loaders.md), you can define a list of users who should automatically receive view access to every document that loader imports.
* **On-demand Sharing**: For documents that already exist, the owner can update the list of shared users later.

### Share Targets

Currently, you can share documents with:

* **Individual Users**: You can grant view access to specific members of your organization.
* **Viewer Access Only**: Sharing grants read access without transferring ownership.

### Sharing and Sensitivity

When you share a document, the system still respects [sensitivity classifications](/about/corpuses/what-is-a-corpus/sensitivity-classification.md). A user must have a sufficient clearance level to view a document, even if it has been explicitly shared with them.

### Roles and Sharing

* **Owners**: Have full control over who a document is shared with.
* **Shared Viewers**: Can read the document and its derived insights but cannot manage sharing or change document settings.
* **Organization Admins**: Can see which documents are shared and manage overall organization access, but they respect individual document ownership boundaries.


---

# 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/corpuses/what-is-a-corpus/sharing.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.
