# Creating an Organization

## As a New User

After you create an account, you will have the option to either create a new organisation or [join an existing organization](/fundamentals/accounts-and-organizations/joining-an-existing-organization.md).&#x20;

{% hint style="info" %}
**Remember: Every buoy is tied to an organization**&#x20;

Therefore, you will always be required to create an organization, even if its just you.
{% endhint %}

<figure><img src="/files/rIQOazTkYAwraBP0i58g" alt=""><figcaption><p>Landing page for a new user</p></figcaption></figure>

### Create an organisation

1. Click 'Get Started' which will bring up the following page

<figure><img src="/files/A8TZPW1kDyqTXzlPeT2V" alt="" width="563"><figcaption></figcaption></figure>

2. Fill in the boxes appropriately
   * Organisation/Team Name - What you would like to call your organisation
   * Category - Your options are 'Diving School', 'Hotel/Motel', 'Education/Research', 'DIY (just me)', and 'Other'
   * A brief description (optional)
   * How big is your organization
   * Country
3. Done! You can view the list of your organisations in the home page

<figure><img src="/files/E4R5OMKfUbPa6ls1qogW" alt="" width="375"><figcaption></figcaption></figure>

## As an existing user

To create an additional organization:

1. Navigate to the home screen and click the **+ New Organization** button. This will bring up the page to create a new organisation

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

2. Fill in the boxes appropriately
   * Organisation/Team Name - What you would like to call your organisation
   * Category - Your options are 'Diving School', 'Hotel/Motel', 'Education/Research', 'DIY (just me)', and 'Other'
   * A brief description (optional)
   * How big is your organization
   * Country

<figure><img src="/files/Ptb3C1u6CaU71rBsR88b" alt="" width="563"><figcaption></figcaption></figure>

3. Done ☺️


---

# 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.nemopi.com/fundamentals/accounts-and-organizations/creating-an-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.
