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

# Collectives

- [Collectives FAQ](https://docs.opencollective.com/help/collectives/collectives.md)
- [Creating a Collective](https://docs.opencollective.com/help/collectives/create-collective.md)
- [Quick Start Guide](https://docs.opencollective.com/help/collectives/quick-start-guide.md)
- [Collective Settings](https://docs.opencollective.com/help/collectives/collective-settings.md)
- [Customize Collective](https://docs.opencollective.com/help/collectives/collective-settings/customize-collective.md)
- [Team](https://docs.opencollective.com/help/collectives/collective-settings/core-contributors.md)
- [Collective Goals & Tiers](https://docs.opencollective.com/help/collectives/collective-settings/tiers-goals.md)
- [Expense Policy](https://docs.opencollective.com/help/collectives/collective-settings/expense-policy.md)
- [Data Export](https://docs.opencollective.com/help/collectives/collective-settings/data-export.md)
- [Security](https://docs.opencollective.com/help/collectives/collective-settings/security.md)
- [Integrations](https://docs.opencollective.com/help/collectives/collective-settings/integrations.md): Learn how to integrate notifications from Open Collective in your own chat or website using Webhooks
- [Zero Collective Balance](https://docs.opencollective.com/help/collectives/collective-settings/zero-collective-balance.md)
- [Closing a Collective](https://docs.opencollective.com/help/collectives/collective-settings/closing-a-collective.md)
- [Add Fiscal Host](https://docs.opencollective.com/help/collectives/add-fiscal-host.md)
- [Change Fiscal Host](https://docs.opencollective.com/help/collectives/change-fiscal-host.md)
- [Open Source Collectives](https://docs.opencollective.com/help/collectives/osc-verification.md): Guidance for open source projects on open collective
- [Setting up GitHub Sponsors](https://docs.opencollective.com/help/collectives/osc-verification/github-sponsors.md)
- [Transparent Budget](https://docs.opencollective.com/help/collectives/budget.md)
- [Expenses](https://docs.opencollective.com/help/collectives/expenses.md)
- [Updates & Comms](https://docs.opencollective.com/help/collectives/communication.md)
- [Custom Email](https://docs.opencollective.com/help/collectives/custom-email.md)
- [Moderation](https://docs.opencollective.com/help/collectives/moderation.md)
- [Conversations](https://docs.opencollective.com/help/collectives/conversations.md): A discussion forum for your Collective
- [Events](https://docs.opencollective.com/help/collectives/events.md): You can set up events for your community and sell tickets that go straight to your Collective budget.
- [Projects](https://docs.opencollective.com/help/collectives/projects.md)
- [Funding Options](https://docs.opencollective.com/help/collectives/funding-options.md): Direct donations are not the only way a Collective can receive revenue
- [Buttons & Banners](https://docs.opencollective.com/help/collectives/widgets.md)
- [Connected Collectives](https://docs.opencollective.com/help/collectives/connectedcollectives.md)
- [Contribution flow](https://docs.opencollective.com/help/collectives/contribution-flow.md)


---

# 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://docs.opencollective.com/help/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.
