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

# Collectives

There are thousands of different collectives currently growing on Open Collective.

Setting up a collective can be a great way for a group of people to work together on a shared goal or interest.

We help you to build all sorts of initiatives that make a difference. That might involve running a community kitchen or a mutual aid group, helping people in your neighborhood, or building resilience around your open-source software project.

Establish the backbones for your next meetup group, union, climate activist collective, or political movement.

{% hint style="info" %}
On Open Collective you can:<br>

* Get started without the paperwork
* Raise money and accept contributions without setting up a bank account
* Pay bills and expenses quickly and simply
* Provide transparent budgeting for your community
* Meet and connect with other collectives.<br>

No need to incorporate, hire a lawyer and accountant, or define organizational roles!
{% endhint %}

### Find out more

Whether you’re launching or building your collective, these pages can help you navigate the Open Collective platform.

#### [Setting Up](/getting-started/setting-up-your-account.md)

Create a user account before you do anything else.

#### [Create a Collective](/collectives/creating-a-collective.md)

Name your collective and add it to our platform.

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

If you’ve got people helping you, here’s how to give them access.

#### [Select a Fiscal Host](/collectives/choosing-a-fiscal-host.md)

Your Fiscal Host will grant you legal status and take care of your money. Find the right one for you.

#### [Managing Collective Funds](/collectives/managing-money.md)

Your Collective’s budget is open and transparent, so everyone can see what’s happening.

#### [Raise Money](/collectives/raising-money.md)

Bring in money for your cause, from donations to sales and more.

#### [Pay Expenses](/collectives/spending-money.md)

Pay and keep track of new expense claims

#### [Spreading the Word](/advanced/keeping-your-community-updated.md)

Let people know what your collective is doing, and build your audience.

#### [Create Events](/collectives/events.md)

Sell tickets and bring your community together.

#### [Connect your social media](/collective-settings/integrations.md)

Show people where to find your social accounts.


---

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