> 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/admin/studio-groups/modify-studio-groups.md).

# Modify Studio Groups

**Click** on a studio group to open the studio group page to see:

* Details
* Users
* Listings

### Details

The details tab is open by default and it is here that you can edit the studio groups.

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

**Click** the "Edit" button to modify items and then save your changes.&#x20;

### Users

Users who have been added to studio groups are under the users tab. Here you can toggle on if that user should be a lead, you can view the user details which takes you to the [users profile](https://app.gitbook.com/o/-LVczVIRnIFIRo5llDYg/s/VJV84grXWXSLppsAzVKx/~/edit/~/changes/480/motar-core-services/intro-to-core-services/profile) page or you can remove that user from the studio group.&#x20;

A **Studio Lead** is a member of one or more studio groups in which they can access and manage all of that studio's listings regardless of their user type or permissions.

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

To add a new user, **click** the "Add New User" button and select users from the Add User to Studio Group modal. Simply **click** "+ Add" next to their name.&#x20;

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

You can add multiple users at the same time by **clicking** the "+ Add" button. If you change your mind, simply **click** the "Remove" button next to their name.&#x20;

<figure><img src="/files/95MBvFjlAeIFUmnrO7N3" alt=""><figcaption></figcaption></figure>

The user can always be added back into the group.&#x20;

{% hint style="warning" %}
Studio groups must maintain at least one **studio group lead** at all times. You must first assign a new lead if you wish to remove the only one currently in that role first.
{% endhint %}

## Listings

All listings that were made under that studio group show up on the listings tab of the studio group page. This list shows the name of the listing, the type, and who created it.&#x20;

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

{% hint style="info" %}
Listings can not be removed from this page. Users must go to the studio service and delete the listing from there.
{% endhint %}


---

# 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/admin/studio-groups/modify-studio-groups.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.
