# Organizations

{% hint style="info" %}
This feature is currently only available in dev versions of Vozilla
{% endhint %}

Theseus organizations allow you to share maps you generate with people on your team, and allow your team to use a single map quota across many accounts. Maps shared with an org subtract from the [owner](#organization-structure)'s map quota rather than from the account that created the map.

### Creating an org

Creating an org can be done either through Vozilla or through [dashboard.theseus.us](https://dashboard.theseus.us). The process in both is the same. Find the organizations tab in the Vozilla settings and create a new org.

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

You can accept invites from others from the same page.

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

### Organization Structure

Roles include:

* **Owner:** person who created the org
* **Member:** anyone that has been invited to the org by the owner and has accepted the invitation

Owners have full control over who is a part of an org and can remove members at from an org. When a user is removed from an org, the maps they generated as a part of the org are reverted to personal maps.

### Viewing Shared maps

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


---

# 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.theseus.us/gcs-software/vozilla-2.0/settings/organizations.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.
