> 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/collectives/creating-a-collective.md).

# Creating a Collective

You’ll need an Open Collective account to create a Collective. To find out how to do that, go to [Setting up your account](/getting-started/setting-up-your-account.md).

Once you’ve done that, click on your profile picture in the top right hand corner and click on the Create a Collective button or press the + next to my collectives. You will see two options:

1. **For Open Source projects**

This is for anyone that wants to set up an open source collective. You’ll be directed to apply to the Open Source Collective (OSC) Fiscal Host.

You’ll need to complete a short verification process.

2. **For the community**

If you’re starting any other kind of collective, select this option. You’ll be asked to fill in some details, including the name of your collective, your preferred collective URL, and a brief description of what you do.

There’s no verification process for this option, so you’re ready to take the next step.

## Getting Your Collective Set Up

Open Collective provides several options to help you set up your team, manage security, and add policies and details that help you make your purpose clear.

In order to receive money or pay out expenses, you need a [Fiscal Host](/fiscal-hosts/fiscal-hosts.md) or you need to [convert your Collective to an Organization](/organizations/creating-an-organization.md#converting-between-collectives-and-organizations).

Whether you have a Fiscal Host yet or not, here are some steps you can take to get your Collective started.

Customizing your collective can help attract potential collaborators and raise funding for your cause.

[**Fill in your information**](/getting-started/getting-started.md)

Complete your basic details, including your name, location, and currency.

[**Customize your profile page**](/getting-started/editing-your-profile-page.md)

Update your images and choose what people see when they visit your page.

[**Add your team**](/getting-started/adding-and-removing-team-members.md)

Add your team members/collaborators who can help you manage your collective page and what they can access.

[**Set goals and tiers**](/collectives/raising-money/setting-goals-and-tiers.md#setting-goals)

Get your targets and offer incentives to your community.

[**Create your policies**](/collectives/creating-a-collective/creating-your-policies.md)

Provide guidance to expense submitters.

[**Boost your security**](/collectives/creating-a-collective/security-for-collectives.md)

Select 2FA to raise your security level.

[**Add buttons to your website**](/collectives/raising-money/adding-donation-buttons-badges-and-banners.md)

Explore our catalog of buttons and banners. Show your audience where they can contribute.

[**Start tracking your Expenses**](/expenses-and-getting-paid/expenses-and-getting-paid.md)

Submit expenses through your collective, so others can see where money will be spent (even if you don't have any yet). This builds trust with potential supporters.

[**Choosing a Fiscal Host**](/collectives/choosing-a-fiscal-host.md)

If you would prefer not to hold money on behalf of your community a Fiscal Host can act as a 'host' for your project.

\ <br>


---

# 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/collectives/creating-a-collective.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.
