# Previous version

### Platform Roles

<table><thead><tr><th width="149.58203125">WORD</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Administrators</td><td>Have access to billing and can add/remove any member of the organization.</td></tr><tr><td>Coaches</td><td>Learning leaders, they create modules and invite participants.</td></tr><tr><td>Participants</td><td>End users of the platform, they join modules and play experiences.</td></tr><tr><td>Developers</td><td>They develop learning experiences with Zoe for Unity and upload them to the Dashboard.</td></tr></tbody></table>

### Permissions

<table><thead><tr><th width="239.6015625">Permission</th><th align="center">Admins</th><th align="center">Developers</th><th align="center">Coaches/ Facilitators</th><th align="center">Participants</th></tr></thead><tbody><tr><td>Can add other members</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can change a member’s role</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can delete members</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can see billing</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can create experiences</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can update experiences</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can play experiences</td><td align="center">They can playtest</td><td align="center">They can playtest</td><td align="center">They can playtest</td><td align="center"><mark style="color:$success;">√</mark></td></tr><tr><td>Can create modules</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can see all modules</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center">Only the ones they create</td><td align="center">Only the ones they create</td><td align="center">Only the ones they have the CODE to</td></tr><tr><td>Can see analytics</td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center"><mark style="color:red;">X</mark></td></tr><tr><td>Can join modules</td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:red;">X</mark></td><td align="center"><mark style="color:$success;">√</mark></td><td align="center">The ones they have a CODE to</td></tr></tbody></table>


---

# 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://unity.zoeimmersive.com/bridge-xr/start-here/roles-and-permissions/previous-version.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.
