> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/organizations/creating-an-organization.md).

# Creating an Organization

Becoming an Organization means that you can manage your funds in your own bank account.

You can opt to become independent and still use the features on the Open Collective platform. If you are currently fiscally hosted, you will no longer receive the admin support of a Fiscal Host, which means you will need to handle your own finances, accounting, and liability.

{% hint style="warning" %}
If you are not sure you are able to manage your project's finances or admin effectively, you should seriously consider [applying to a Fiscal Host](/fiscal-hosts/fiscal-hosts.md).
{% endhint %}

### **Choose an option**

[Launching an Organization](/organizations/creating-an-organization/launching-an-organization.md)

Select this option if your Collective does not currently exist on Open Collective

[Migrating from Fiscal Host to an Organization](/organizations/creating-an-organization/migrating-from-fiscal-host-to-an-organization.md)

Find out how to leave a host and become an Organization

### Converting between Collectives and Organizations

If you already have a Collective or Organization on Open Collective, you can change the account type without creating a new profile. Your URL, contribution history, and team members stay the same.

Account admins can find these options under **Dashboard > Settings > Advanced**. You can also start the Collective-to-Organization flow from **Dashboard > Settings > Fiscal Host** using the **Convert this account to an Organization** link.

Both conversions require [two-factor authentication](/advanced/security-for-accounts/two-factor-authentication.md). These options are not available for private accounts.

#### Convert a Collective to an Organization

Use this when your group has its own legal entity and bank account, and you want to manage money on Open Collective without a Fiscal Host.

Before you convert:

* Your Collective must not be hosted by a Fiscal Host. If you are currently hosted, [remove your host](/collectives/changing-fiscal-host.md) first.
* Your balance must be zero. See [Zero Collective Balance](/collectives/closing-a-collective/zero-collective-balance.md) for ways to empty your account.
* Withdraw any pending applications to Fiscal Hosts.

To convert:

1. Go to **Dashboard > Settings > Advanced**.
2. In the **Convert to Organization** section, click **Convert to Organization**.
3. Enter your Organization's legal name. This should match the legal name on your bank account.
4. Confirm the conversion. You will be prompted for two-factor authentication.

The conversion enables money management on your account. After converting, connect your bank account and payment processor (such as Stripe) to start receiving contributions. See [Managing Organization Finances](/organizations/managing-organization-finances.md).

If you are leaving a Fiscal Host as part of this change, see [Migrating from Fiscal Host to an Organization](/organizations/creating-an-organization/migrating-from-fiscal-host-to-an-organization.md) for the full workflow, including what happens to recurring contributions.

#### Convert an Organization to a Collective

Use this if you converted by mistake, or if you no longer want to manage money yourself and plan to join a Fiscal Host instead.

Before you convert:

* Deactivate **Money Management** and **Fiscal Hosting** on your Organization, if either is enabled.
* Your balance must be zero. Pay out remaining funds by submitting and marking expenses as paid.

To convert:

1. Go to **Dashboard > Settings > Advanced**.
2. In the **Convert to Collective** section, click **Convert to Collective**.
3. Confirm the conversion. You will be prompted for two-factor authentication.

After converting, your account becomes a Collective. You will need to [apply to a Fiscal Host](/collectives/choosing-a-fiscal-host.md) before you can raise or spend money again.


---

# 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:

```
GET https://documentation.opencollective.com/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.
