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

# Raising Money

If you already have active websites, blogs, chat platforms or social media accounts, you can direct your community to your Collective page to donate or support.

You can also showcase your current supporters, or [show off badges for Collectives and causes you back on our platform](/giving-to-collectives/sharing-your-support.md).

### Find out more

Open Collective provides a set of tools for you to integrate your fundraising efforts into your existing web and social spaces:

\
[**Adding donate buttons and banners**](/collectives/raising-money/adding-donation-buttons-badges-and-banners.md)

Create buttons for your site which link others to your fundraising pages

[**Adding embeds to your website**](/collectives/raising-money/adding-embeds-to-your-website.md)

Embed certain information from Open Collective on your site, including contribution pages

[**Creating custom fundraising URLs**](/collectives/raising-money/creating-custom-fundraising-urls.md)

Find out how to create a URL that takes a user to a specific part of your fundraising page


---

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