> 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/giving-to-collectives/sharing-your-support.md).

# Sharing your Support

\
Spreading the word about a Collective can boost awareness about their work, and help more backers discover them.

So why not tell your friends and colleagues about the groups that mean something to you?

### Adding a badge to your website

If you want to tell people which Collectives you’re backing, add this script to your website:

`<script src="https://opencollective.com/USERNAME/collectives.js?role=backer"></script>`

Make sure to replace `USERNAME` with your individual profile's handle. This can be found in your profile settings.

You can change your role by editing “role=backer” to “role=admin”, “role=member” or “role=host”, or simply leave it empty.

### Sharing on social media

You can also let people know about your support on your social platforms.

This can also be a great opportunity to reach people outside your immediate network and community.

When sharing:

* Add a brief description of what the collective does, and why it’s important
* Include a link to their Contribute To page on Open Collective, or their website
* If they have an account on that social platform, find it and tag them into your message
* Share a little about why this work matters to you specifically


---

# 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/giving-to-collectives/sharing-your-support.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.
