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

# Managing Money

We believe that financial transparency creates stronger collaboration, so everyone can see how money flows in and out of your Collective. We help you collect recurring and one-off contributions from sponsors, supporters, or members. Money contributed to a Collective goes to the bank account of the Fiscal Host.

It’s up to each community to decide how to spend their funds. Some communities delegate financial decision-making to a specific person or role, some develop policies about what should be funded, and others have processes to make spending decisions together as a group.

Some common expenses are website hosting costs, maintaining documentation, community moderation, conference travel expenses, food at meetups, time spent working on specific features, or even paying someone to work on a project full time!

When someone wants to be paid, they submit an expense through your Collective page. After you approve it, the person will be reimbursed by the Fiscal Host.\
\
Expenses are visible publicly, so everyone can see how much money was spent and on what (though private details like emails, names, and addresses are only visible to that user and the admins).

### Find out more

Open Collective provides a number of tools for budgeting and managing your community's money:\
\
[**Budgets**](/collectives/managing-money/budgets.md)\
Show your balance, recent transactions and approximate annual budget, or your collectives contributions and expenses with our budget visualization.\
\
[**Projects**](/collectives/managing-money/projects.md)\
Use projects to allocate project-specific funds.\
\
[**Tagging**](/collectives/managing-money/tagging-expenses.md)\
Use tags to categorize and organize expenses.<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/managing-money.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.
