> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/business/getting-started/setting-up-a-new-organisation/create-a-new-organisation/create-organisation-from-coinshift-dashboard.md).

# Create Organisation from Coinshift Dashboard

[Coinshift](https://coinshift.xyz/) allows users to create multiple organisations from their dashboards.&#x20;

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

Follow the below steps to create one or more new organisations.

## Step 1: Access the Coinshift dashboard

Click on the **organisation** field at the top right corner of your dashboard. A dropdown menu will appear, select **Switch Organisation** from the options.

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

## Step 2: Creating a new organisation

On the next screen, you will see a list of organisations that you have previously set up (if any).

To create a new organisation, locate and click on the **Create Organisation** button (highlighted below).

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

## Step 3: Enter a new organisation name

A window will appear prompting you to enter the name of your new organisation. After entering the name, click **Create**.

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

Congratulations, you have now successfully created another new organisation in Coinshift!

You can verify your newly created organisation by following **Step 1**.

Repeat this process to create multiple organisations to accommodate your team's requirements.


---

# 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.coinshift.xyz/business/getting-started/setting-up-a-new-organisation/create-a-new-organisation/create-organisation-from-coinshift-dashboard.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.
