# Collaborate

Please remember that ProjectSend is open source, free software. It is made with love during the hard-to-find free time of mainly one developer.

If you want to collaborate, there are a few ways to do it:

### Donations

With as little as **$2 per month** you can help the project stay active and updated.

You can do it [Monthly via (Patreon)](https://www.patreon.com/ignacionelson) or [One time or monthly via (Open Collective)](https://opencollective.com/projectsend)

### Code contributions

Join the project by forking the development branch in github and submit your merge requests to  help the code base grow!

### Translating

If you want to translate ProjectSend in your language or work on an existing translation, please join the project on [Transifex](https://www.transifex.com/projects/p/projectsend)


---

# 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://docs.projectsend.org/about/troubleshooting/collaborate.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.
