> For the complete documentation index, see [llms.txt](https://resources.collabocate.community/projects-overview/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/projects-overview/projects-documentation-collabocates-collabo-community.md).

# Projects Documentation: Collabocate's Collabo Community

***

*Collabocate's Collabo Community (i.e. Collabocate OSC) is how Collabocate welcomes and encourages open-source contributions to some of its projects. These projects are not (entirely) new. Like most other open source communities or individual projects, our collabo community is involved in building web and mobile applications, libraries (and frameworks) etc. The only difference is that based on our collective experiences, our own community introduces them in a new light and from a very different perspective than what a lot of techies are used to.*

***

<figure><img src="/files/BxsxV5VS9uY50VuFX4pM" alt=""><figcaption><p>Community building and collaboration Image: <a href="https://resources.collabo.community/p/gciMw91qU6jJ23/Attributions">Image Attribution</a></p></figcaption></figure>

***

In other to begin to understand the Collabocate projects (or parts of the Collabocate projects) made available through our collabo community, we recommend to first understand Collabocate's Collabo Community, the problems the community seeks to solve through the projects listed. Our [collabo community mission page](https://resources.collabo.community/p/314kRUBMGFgMhe/Learn-About-Collabo-Community) is a great place to start to get to know us, and understand the goals we plan towards achieving through our collabo community and projects. Interacting with our collabo community on Discord should also help to make things clearer.

Here's the list of Collabocate projects that accepts open source contributions. Find information and directions for each of the projects through the project page links below:

{% content-ref url="/pages/M1Wy3up7GPqFfqM7WfQ5" %}
[Build in Blocks \[Framework\]](/projects-overview/collabocate-osc-projects/build-in-blocks-framework.md)
{% endcontent-ref %}

{% content-ref url="/pages/RQVfbKESEzj2qYn2axq2" %}
[Build in Blocks \[Assistant\]](/projects-overview/collabocate-osc-projects/build-in-blocks-assistant.md)
{% endcontent-ref %}

{% content-ref url="/pages/pNJ3xlZ4a7XUlEn3IOs1" %}
[Collabocate \[Plugin\]](/projects-overview/collabocate-osc-projects/collabocate-plugin.md)
{% endcontent-ref %}

{% content-ref url="/pages/jokOf42e5GexMUrAiKx2" %}
[Collabocate \[Website\]](/projects-overview/collabocate-osc-projects/collabocate-website.md)
{% endcontent-ref %}

{% content-ref url="/pages/4kecUta8lPlmnrtwumpQ" %}
[Collabocate OSC Documentation](/projects-overview/collabocate-osc-projects/collabocate-osc-documentation.md)
{% endcontent-ref %}

***


---

# 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/projects-overview/projects-documentation-collabocates-collabo-community.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.
