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

# First Timer Contributor Guide: Collabocate's Collabo Community

***

{% hint style="info" %}
This documentation page is part of Collabocate's Collabo Community [resource documentation](https://resources.collabocate.community/).
{% endhint %}

***

Welcome! So thrilled that you have made a decision to check out our community. This very special guide is to help you quickly get started with contributing to our OSS partner projects and to open source in general.

This guide is for both coders and non-coders. Completing the first timer tasks in this documentation is a prerequisite i.e. you will need to complete all first timer contributor tickets before you can take on more advanced product-facing issue tickets.

***

### Community project board: First timer perspective

{% hint style="danger" %}
This is an old YouTube video. The YouTube video will be updated to match the YouTube video summary below soon.
{% endhint %}

{% embed url="<https://youtu.be/ZC5XrQFV4Nc>" %}
Video: How to find first timer tasks through our project board
{% endembed %}

{% stepper %}
{% step %}

#### Familiarize yourself with our contribution workflow

&#x20;Start by taking on [contribution workflow issue tickets](https://github.com/orgs/collabocate-osc/projects/1?filterQuery=label%3A%22For%3A+Community+%5BGeneral%5D%22+label%3A%22topic%3A+good+first+issue%22+label%3A%22topic%3A+git+%26+github+workflow%22) 🌟
{% endstep %}

{% step %}

#### Take on "project basics" issue tickets

Next, equip yourself with the [basic requirements or background needed to take on project-specific issue tickets](https://github.com/orgs/collabocate-osc/projects/1?filterQuery=label%3A%22For%3A+Community+%5BGeneral%5D%22+label%3A%22topic%3A+good+first+issue%22+label%3A%22topic%3A+project-basics%22) 🌟🌟
{% endstep %}

{% step %}

#### Take on "ready for fix" issue tickets

Finally, move on to [make more advanced product-facing contributions](https://resources.collabocate.community/contribute) 🌟🌟🌟
{% endstep %}
{% endstepper %}


---

# 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/first-timer-contributor/first-timer-contributor-guide-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.
