> For the complete documentation index, see [llms.txt](https://documentarians.gitbook.io/metadocumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentarians.gitbook.io/metadocumentation/clone/the-open-collective-way/community-guidelines.md).

# Community Guidelines

## **Community: Guidelines**

**Inclusiveness**: We value, encourage all types of contributions. We don’t assume you can contribute for free, we respect and thank.

**Be honest**. Be honest about who you are, what your collective is doing, why you are fundraising and what you want to do with those funds. Dishonesty is not only damaging to you but to all other collectives. Don’t be the one bringing mistrust into this community.

**The collective first**. Collectives are groups of people with a shared mission. People may come and go, but the mission remains. A successful collective is a collective that survives its initial founders.

**Be inclusive**. The reason why we can do great things together, is because each of us bring a different perspective. Whoever you are, you have a unique perspective and unique skills that you can contribute to a collective.

**Be respectful**. We have zero tolerance to trolling. Being a jerk will not get you a place in this community, it will turn people away. We don’t want noise in the system.

**Be mindful**. Your backers will definitely want to hear about how you are going, get invitations to your activities, and stay connected. Please be respectful of their inboxes and their time and make sure they are always wanting more!

**Share the love**. If you like something, share it with your friends, let the world know and receive some love in return.


---

# 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://documentarians.gitbook.io/metadocumentation/clone/the-open-collective-way/community-guidelines.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.
