# Website Badge

To show the list of Communities that you are backing, use this script on your website:

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

You can replace `backer` by `admin`, `member` (for the core contributors) or `host`. Leave it empty or remove it to show all the communities that you are a member of, irrespective of the role.

![](/files/8JT7PzHXVeFr4jykQHCP)


---

# Agent Instructions: 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:

```
GET https://docs.donatepr.com/financial-contributors/website-badge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
