> For the complete documentation index, see [llms.txt](https://gramhal.gitbook.io/matar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gramhal.gitbook.io/matar/matar-for-communities/trial-pilot.md).

# Trial Pilot

{% hint style="info" %}
This page will outline the trial pilot or V1 of Matar App.
{% endhint %}

***

We have launched **Version 1 of Matar App on Android devices in March 2023 to a select group of partners for free.** V1 was our pilot in understanding whether such a peer-to-peer model, designed as an audio Quora initially, can facilitate impactful community learning.

***

#### In the first version of the application, the users can:

1. Listen to prompts (questions) categorized by different topics relevant to their community.
2. Anonymously record their own responses or listen to community-upvoted answers of their peers to each prompt.
3. React (Like/dislike) responses, view bookmarked (liked) responses to questions and also maintain a history of their recorded statements to listen to later.

***

#### Current Status

Android application is [live on Play Store](https://play.google.com/store/apps/details?id=com.matar.app) and Jio feature phone application is under development and scheduled to be live on Jio Store by early August 2023. Partnerships

1. Gates Foundation: Gates Foundation has funded Busara – a behavioral research organization – to conduct user research for the better adoption of the Matar application.
2. Google App Scale Academy: Matar application is chosen as one of the six applications for the Agriculture Domain in the [Google App Scale Academy 2023.](https://rsvp.withgoogle.com/events/appscale-academy-2023/class-of-2023)


---

# 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://gramhal.gitbook.io/matar/matar-for-communities/trial-pilot.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.
