# Contributing

## Use Junto

If you haven't already done so, the first thing you can do is [sign up to join our Beta](https://junto.typeform.com/to/iY66XCod).&#x20;

## Become a monthly contributor

After you've created an account and explored the app, consider becoming a monthly contributor. You can support Junto for as little as [**$2/month.**](/financials/pricing.md)&#x20;

## Volunteer

We are looking for the following volunteer contributions. If you're interested in supporting Junto in any of the following capacities, please join our public Slack here to engage with our core team and find out more. If you are Slack-adverse, please email us at [**hi@junto.foundation**](mailto:hi@junto.foundation).

### **Open-source development**

Feel free to check our Github [**here**](https://github.com/juntofoundation) and reach out to [**eric@junto.foundation**](mailto:eric@junto.foundation) if you'd like to contribute! Our cross-platform mobile app is built with Flutter and our APIs are written in Rust.

**Translations**&#x20;

You can help translate the Junto app into your language of choice. Please send us an email at [**hi@junto.foundation**](mailto:hi@junto.foundation) to get started.

**Outreach and marketing**&#x20;

Tell your friends about Junto. Start inviting folks and communities onto the app :)&#x20;


---

# 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://learn.junto.foundation/about/contributing.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.
