> 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/the-app/roadmap.md).

# Roadmap

#### **February 2021 - Junto Beta & Crowdfunding**

February 21st, 2021 will mark the release of our beta and first day of this crowdfunding campaign. People will be able to participate in this campaign until June 2021.

Throughout this campaign, we'll continue building out the features listed above. We will also begin setting up our codebase with

#### June - Aug **2021 - Junto Beta Onboarding & 1st Surveys**

As soon as our crowdfunding campaign is over, we'll begin onboarding people onto our app, starting with our backers. We'll also begin deploying the first set of measuring impact surveys.

#### Sep - Dec **2021 - Junto Beta Working With ACAI**

At this point, we will have upgraded the Junto codebase to work with the ACAI framework and lay the foundation for us to move into the development of our Holochain APIs and encourage and ecosystem of interoperable app development around this unified standard.

#### **Jan - Mar 2022 - Launch Public Version of Junto**

At the start of next year, we'll open access to Junto on the App Store and Google Play for anyone to start using the app. The public version will include the full suite of features listed above.

#### Apr **- Jun 2022 - Launch Decentralized, Peer-to-Peer DMs**

P2P Messaging on Holochain

#### Sep **- Dec 2022 - Launch Decentralized Version of Junto Social Network**

Decentralized Junto Social Network running on Holochain


---

# 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/the-app/roadmap.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.
