# How to get involved

## Why contribute to Hylo?&#x20;

Hylo is a co-created and community-led platform. As an open-source project (as opposed to closed-source, proprietary technology), everyone is free to look at the codebase and add to it. We don't charge people to use the platform, and Hylo doesn't exist to maximize revenue for anyone. Instead, Hylo's purpose is to help groups organize impactful action.

Hylo relies on donations - of money, and of time and energy - from people who share our vision for a world where our collective resources are shared as a commons. Our water, our land, and even our technology tools can be cooperatively stewarded by the community, for the benefit of all.

Do you dream of a world that works for all? If so, Hylo could benefit from your care. Here’s how to get involved.

## How to Participate&#x20;

There are so many ways to contribute to Hylo, and we’d be delighted for you to participate in whatever way is most exciting to you! Of course, as a software project, we are always welcoming volunteer coders. But you don’t have to contribute code to be helpful! Regardless of your technical chops, there’s plenty to do.

Here are some important ways to help out:&#x20;

* Create a group on Hylo and give us input about your experience&#x20;
* Participate in Community Calls&#x20;
* Evangelize Hylo to communities who can benefit from using it&#x20;
* Beta test new releases to ensure high quality functionality&#x20;
* Create documentation, such as onboarding materials to help communities thrive on Hylo&#x20;
* Submit feedback, bug reports, and feature requests&#x20;
* Contribute code&#x20;
* [Donate](https://opencollective.com/hylo) - we especially appreciate monthly recurring contributions

#### To get involved in any of these ways, the best place to start is [Building Hylo](https://www.hylo.com/groups/building-hylo/join/RcDe6vcG7u).

We accept bug reports through Intercom within the Hylo web application, or by creating a ticket on our [GitHub repo](https://github.com/Hylozoic/hylo-evo).

We accept [feature requests and bug reports here](https://hylo.canny.io/feature-requests).

Have more ideas about how you’d like to contribute to Hylo? Please get in touch at <hello@hylo.com> and let us know how you’d like to help.&#x20;

### Developers&#x20;

We are actively seeking developers to join our work to amplify cooperation among people regenerating our communities and our planet. Our codebase is written in JavaScript and we use React/Redux/GraphQL on the front-end and Node + Postgres on the backend.\
\
**To learn more about how to contribute code, please head over to our** [**Contribution Guide**](https://github.com/Hylozoic/hylo-evo/blob/dev/CONTRIBUTING.md) **on github.**


---

# Agent Instructions: 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:

```
GET https://hylozoic.gitbook.io/hylo/about/how-to-get-involved.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
