> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/semantic-model-editor/sharing-a-semantic-model.md).

# Sharing a semantic model

Sharing a semantic model lets you grant specific permissions to users or roles, enabling collaborative access and management. As the model owner, you control who can view, edit, or share the model, ensuring access aligns with organizational policies and project requirements. This targeted permission model supports governance, streamlines collaboration, and promotes consistency across teams working with shared data assets.

By default, you have full permissions to view, edit, and share any model you create. Administrators also have full permissions to view, edit, and share any model in the repository.

{% hint style="info" %}
**Note:** You can assign only the permissions that you currently have. If you don’t have a specific permission for a semantic model, you won’t be able to grant that permission to others.
{% endhint %}

For information about sharing models and permissions, see the following topics:&#x20;

* [Share a semantic model](/pba/semantic-model-editor/sharing-a-semantic-model/share-a-semantic-model.md)

  Share a semantic model by adding a user or role and assigning permissions to let them view, edit, or share the model.
* [Edit access to a semantic model](/pba/semantic-model-editor/sharing-a-semantic-model/edit-access-to-a-semantic-model.md)

  Edit access to a semantic model to control whether a user or role can view, edit, or share the model with other users.
* [Permissions for semantic models](/pba/semantic-model-editor/sharing-a-semantic-model/permissions-for-semantic-models.md)

  The Semantic Model permissions model defines how a user accesses and manages semantic models. Users inherit permissions from their individual assignments, roles, and groups. By default, no access is granted unless explicitly assigned.


---

# 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://docs.pentaho.com/pba/semantic-model-editor/sharing-a-semantic-model.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.
