> For the complete documentation index, see [llms.txt](https://docs.motar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motar.com/motar-core-services/intro-to-core-services/studio/listing-permissions.md).

# Listing Permissions

As a creator, you control how other users access your listings by running the Permission Wizard listed on the permission settings. Here, you can set who can "Discover, Download, Use, Distribute, and Modify" your uploaded content.

<figure><img src="/files/Ycqr3vLjEGoVIuUfuDlQ" alt=""><figcaption></figcaption></figure>

## Permissions

### Discover

Discover permission allow you to view the listing cards on the Hub.

{% hint style="warning" %}
If you do not see a hub card listed on the Hub discover page, it is most likely because you do not have discover permission to that listing.
{% endhint %}

### Download

Download permissions allows you to download a listing.

### Use

Use permission gives rights to 'use, display, and include' the listing.

### Distribute

Distribute permission allows you to 'use, display and include' the listing in other published listings in MOTAR, created by the downloader account.

### Modify

Modify permissions allows rights to make derivatives, modifications, and alterations on this listing and furthermore 'use, display, and include' this altered version in other listings published in MOTAR. The original creators account must be credited in the listing page.

### Group Definitions

**Public**: All users with an account on the platform\
**Owning** **Company**: All members of the Owning Company\
**Partners**: All users associated with a Partner Company\
**Custom**: Specify groups like a Department, Partner Company, or Studio Group

## Manage Permissions&#x20;

Set permissions by clicking the ![](https://studio.test.dynepic.net/dxp/assets/images/plus-circle.svg) symbols for the groups in the table below.

Permissions are cumulative as you go down the table. (e.g.) **Selecting** “Download” for a group will subsequently also check “Discover”. Permissions can be modified from Studio once they’ve been set.

<figure><img src="/files/4LvheWc0dl6930osgg0W" alt=""><figcaption></figcaption></figure>


---

# 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.motar.com/motar-core-services/intro-to-core-services/studio/listing-permissions.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.
