> For the complete documentation index, see [llms.txt](https://learn.junto.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.junto.foundation/about/contributing.md).

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