> For the complete documentation index, see [llms.txt](https://collabberry.gitbook.io/collabberry-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://collabberry.gitbook.io/collabberry-docs/markdown.md).

# How do we do it?

Collabberry simplifies collaboration with three key steps: agreement setup, peer-to-peer assessment, and dynamic compensation, integrating the concept of Basic Income.\
\
This innovative approach makes Collabberry an essential tool for equitable teamwork.

## Step 1: Agreement Setup

Collabberry starts by defining clear agreements between the organization and its contributors.\
\
Each agreement specifies the contributor’s market rate, monthly commitment, and basic income needs, ensuring a baseline of financial support.\
\
This initial step ensures that everyone’s essential needs are covered while laying the groundwork for fair and transparent compensation adjustments.

## Step 2: Peer-to-Peer Assessments

Our unique peer-to-peer assessment process allows team members to evaluate each other’s contributions. Through collective insights, we ensure fair and comprehensive measurement of work and cultural impact.\
\
Contributors can choose whom to assess based on their working relationships, which leads to accurate and context-rich evaluations. Feedback sections in the assessments further promote growth and improvement within the team.

## Step 3: Dynamic Compensation with Team Points

Collabberry's algorithm then processes the assessment scores to adjust compensation packages dynamically. Contributors receive a mix of monetary compensation and Team Points, representing ownership in the project.\
\
We introduce the concept of a self-stated Basic Income, where each contributor's essential needs are ensured, supporting financial stability and enabling focus on impactful collaboration.\
\
This dynamic approach rewards contributions equitably, maintaining commitment and aligning incentives.<br>


---

# 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://collabberry.gitbook.io/collabberry-docs/markdown.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.
