> For the complete documentation index, see [llms.txt](https://resources.collabocate.community/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.collabocate.community/home/readme.md).

# Public Documentation Resources for Collabocate's Collabo Community

***

*What is Collabocate Open Source Community (also known as Collabocate's Collabo Community)?* [*Learn more about our community here*](https://resources.collabocate.community/about-community)*.*

***

*Which open source projects and/or communities use this public resource documentation?* [*See Complete List of OSS communities here*](https://resources.collabocate.community/oss-projects)*.*

***

### Your OSS contribution journey in 3 simple steps

{% stepper %}
{% step %}

#### Join our discord community

Accept the invite to join our Discord Community here 🤝 <https://discord.gg/J4xeTD49fN>
{% endstep %}

{% step %}

#### Get instant notification for new issue tickets

Receive prompts 📢 through the channel for the OSS community you are interested in 👀
{% endstep %}

{% step %}

#### Pick a ticket to solve, submit your cool work!

Yay! well done 🎉
{% endstep %}
{% endstepper %}

***

### Code of Conduct

Before you start contributing, read up our community Code of Conduct and rules to help understand how we'd like community members to comport themselves, relate with and be mindful of other members of the community. [*Go to Code of conduct*](https://resources.collabocate.community/contribute/code-of-conduct)*.*

***

### First Timer Contributor Guide

Welcome! So thrilled that you have made a decision to check out our community. This very special guide will help you understand our community's contribution workflow and successfully submit your first set of contributions. [*Go to Guide for First Time Contributors*](https://resources.collabocate.community/first-timer-contributor)*.*

***

### Guide For Advanced Contributors

Here's some more helpful documentation for advanced contributors. The term "advanced contributor" is used to describe contributors who have completed all task assignments from the first timer guide, and wish to work on more challenging problem-solving issue tickets. [Go to Guide for Advanced Contributors](https://resources.collabocate.community/contribute).

***

### Paid Community Cohort Programs

We organise cohort programs one or two times a year, that encourage collaboration between our OSS partner communities. Interns and mentors accepted into the cohort programs are supported with a stipend. [Go to Community Cohort Program Documentation](https://resources.collabocate.community/cohort-programs).


---

# 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://resources.collabocate.community/home/readme.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.
