> For the complete documentation index, see [llms.txt](https://docs.bezier.octue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bezier.octue.com/how-to-guides/add-a-new-organisation.md).

# Add a new organisation

{% embed url="<https://www.loom.com/embed/af2ffa437cd848508caa16d6a9caad10?sid=acff51b0-8009-4e36-92bc-ca8716e9e125>" %}

## Step 1

Begin by hovering over the organisation selector in the left sidebar and click to expand the options.

<figure><img src="/files/12U6yCnO0CAzrGigeYPg" alt=""><figcaption></figcaption></figure>

## Step 2

Next, select "Add Organisation" from the expanded menu.

<figure><img src="/files/5iwen3aQGBquGFSV4Na7" alt=""><figcaption></figcaption></figure>

## Step 3

A new form will appear. Proceed to enter your organisation's name and other details in the designated fields.

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

## Step 4

Specify your company's email domain. This ensures that only team members with matching email domains can access the organisation, enhancing exclusivity and security. Once all the information is filled in, click on "Save."

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

### Organisation Page

### Profile Tab

The page will refresh and direct you to your organization's main page. The profile section will display the details you have entered.

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

### Members

Navigate to the "Members" tab. You will find a list of all the members within your organisation.

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

### Invitations

Proceed to the "Invitations" tab. Here, you can monitor and manage the invitations you have sent out.

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

### Billing

The "Billing" section provides details about your organisation's account (subscription) and payments gateway.

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

Well Done! You’re all set to bring your team onboard, add power curves, and start collaborating securely within your organisation !!


---

# 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.bezier.octue.com/how-to-guides/add-a-new-organisation.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.
