# Organizations (teams)

Superuser has support for organizations (teams), just like Slack and Discord.

* On Slack these are called **workspaces**
* On Discord these are called **servers**
* On Superuser we call them **organizations**, but they're all basically the same thing!

You can find a list of organizations you're part of on the left sidebar in the organizations list. If you're not part of any yet, you can try creating your own!

## Creating an organization

To create an organization, click the **\[ + ]** button at the bottom of your organizations list, which is on the very left of the screen.

<figure><img src="/files/63Y5RwvIpY0PSYmksXAj" alt=""><figcaption></figcaption></figure>

You'll be prompted to enter;

* Display name
* Unique identifier
* Community type

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

Your **community type** determines how billing for agents works.

* **Organization** community types are meant for businesses
  * You, the creator, will pay for all inference (AI usage) in this organization.
  * Each agent message sent in the organization counts towards the organization total or is billed from the organization's credits.
* **Community** community types are meant for groups of friends and community-supported endeavors
  * Each member pays for inference (AI usage) inside the organization from their own personal account.
  * Each agent message sent in the organization counts towards the *requester's* total or is billed from the *requester's* credits.


---

# 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.superuser.app/team-chat/organizations-teams.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.
