> 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/fiscal-hosts/setting-up-a-fiscal-host/creating-a-fiscal-host.md).

# Creating a Fiscal Host

You can set up a Fiscal Host on Open Collective in just a few steps. However, this process can vary, based on your aims and what you're already doing on Open Collective.

{% hint style="warning" %}
Remember, you will need to be established as a legal entity in your country of operation to become a Fiscal Host. Check your local regulations to find out how to do this.
{% endhint %}

**Step One: Create an Open Collective account**

You will need an individual Open Collective account to start the process of creating a Fiscal Host. Visit the [Setting up an Account](/getting-started/setting-up-your-account.md) page for information on how to do this.

**Step Two: Create an Organization**

The next step is to create an Organization. In your account profile menu, go to the "My Organizations" section and find the "+" button. For more information on Organizations, go to the [Creating an Organization page](/getting-started/creating-an-organization.md)

**Step Three: Transform your Organization into a Fiscal Host**

Go to your Organization’s Dashboard > Settings > Advanced. You should now have the option to "Activate as Host".

You will then be able to fill in all the details of your Fiscal Host, including your information, host fees, and so on.

**Step Four: Get set up to receive money**

For you to be able to receive money from Collectives, you will need to configure a few settings. You can find the instructions for doing so on our [Receiving Money as a Host page](/fiscal-hosts/receiving-money.md).

### I want to set up a Collective and a Fiscal Host at the same time

If you wish to set up both a Collective and a Fiscal Host:

1. Set up your individual Open Collective account as in Step One.
2. Go to your account profile menu, find the "My Collectives" section, and click "+".
3. Follow the instructions to [set up a Collective](/collectives/creating-a-collective.md).
4. When you're asked to add a Fiscal Host, select the Start Accepting Contributions option.
5. When asked who will hold the money, choose Our Organization.
6. You can then choose to add an existing Organization as a Fiscal Host, or create a new one.
7. You will need to connect a Stripe account or bank account to start receiving contributions.

### I want to leave my current Fiscal Host and set one up myself

If you feel you wish to host your own Collective, you have two options:

\
**Convert your Collective to an Organization**

This means you will be in control of all the finances and admin of your account, and will need your own legal status and bank account. See our [Organizations](https://github.com/opencollective/documentation/blob/main/fiscal-hosts/organizations/organizations.md) section for more information.

**Set up a Fiscal Host**

This option is most suitable if you want to host multiple Collectives, either now or in the future.

Visit our [Changing Your Fiscal Host](/collectives/changing-fiscal-host.md) section for more details on transferring your Collective. We recommend contacting your current Fiscal Host directly to arrange the best way to transfer any funds to your new host.


---

# 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://documentation.opencollective.com/fiscal-hosts/setting-up-a-fiscal-host/creating-a-fiscal-host.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.
