# Organization

### Description

The Organization is a common space that is supposed to host projects accessible to the same group of people or teams.

The first account created on Brainboard will be, by default, the owner of the organization and Brainboard creates automatically a new team and new project for this account as part of the onboarding process.

{% hint style="info" %}
If you are planning to work with your colleagues in the same organization, you should invite them or add them to the same SSO group.
{% endhint %}

### Create a new organization

The organization is automatically created on sign up.

### Join an existing organization

To join an existing organization, you need to be invited by an organization `owner` or `admin`.

* Once invited, click on the link received by mail.

### Rename an organization

To rename the organization:

1. Access its [setting page](https://app.brainboard.co/settings/organization)
2. Update the Organization name

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

### Delete an organization (close your account)

To delete an organization:

1. Go to the [organization settings page](https://app.brainboard.co/settings/organization)
2. Scroll down to the `DANGER ZONE` and then click on `Delete organization` button

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

### Default organization roles

There are 4 default roles within the organization.

#### 1. Owner

The owner of the organization can perform any action. It is usually the first account created.

#### 2. Admin

The admin can perform any action on the organization except deleting it and managing billing information.

#### 3. Member

At the organization level, a member can:

* List other members
* List and create teams
* List and create projects.

Members cannot invite users or delete them. They cannot see or change the billing and they only see projects they have access to and not all projects.

#### 4. Guest

Guest is a read-only user that only has access to projects that admins or owners allowed it to access.

By default, a guest has access to nothing.

{% hint style="info" %}
To create new roles or customize existing one, please refer to the [roles page](/settings/rbac.md).
{% endhint %}


---

# 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.brainboard.co/settings/organization.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.
