# What is Simple?

This is a truly free, [open source project](https://www.simple.org/license/). [Simple](http://simple.org) has two main components: a mobile app for Android and a secure web-based Dashboard.

{% tabs %}
{% tab title="📱 Simple Android App" %}
The Simple Android app that is used by healthcare workers to:

1. Enroll patients in a hypertension and diabetes control program
2. Record patients' BPs, blood sugars, and current medicines
3. Set future appointments for patients
4. Contact overdue patients to return them to care
5. Track an individual facility's performance at controlling patients' BPs<br>

{% content-ref url="readme/simple-app-features" %}
[simple-app-features](https://docs.simple.org/readme/simple-app-features)
{% endcontent-ref %}

![Screenshots of the Simple Android app (fake data)](https://2169636798-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LdhZh6pbvNNwqx2jlAw%2F-MB-gIfm7mTS8Wis-Ej1%2F-MB0SdbxhF6ZIN9Xixx-%2Fsimple-app.png?alt=media\&token=89fd498e-ba61-4063-84a0-955308ff1a93)

#### **Technology**

Github: [simpledotorg/simple-android](https://github.com/simpledotorg/simple-android)

The Android app is primarily written in Kotlin
{% endtab %}

{% tab title="🖥️ Simple Dashboard" %}
A web-based tool that allows managers to:

1. Track facility, district, and state-level performance in real-time reports
2. Manage users, facilities, and more
3. Overdue patient line lists
4. Deduplicate patients
5. Automatically send text messages to patients to return them to care
6. API to manage data across mobile devices and to integrate with DHIS2 and other applications<br>

{% content-ref url="readme/dashboard-features" %}
[dashboard-features](https://docs.simple.org/readme/dashboard-features)
{% endcontent-ref %}

![Screenshot of the Simple Dashboard (fake data)](https://2169636798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdhZh6pbvNNwqx2jlAw%2Fuploads%2FgVeQNMG3IRpCPKeWf98K%2Fimage.png?alt=media\&token=bdc775bf-6b83-4fef-a73d-2b6997e138f3)

#### Technology

Github: [simpledotorg/simple-server](https://github.com/simpledotorg/simple-server) repository

👩‍💻 The dashboard is primarily written in Ruby on Rails and PostgreSQL
{% endtab %}
{% endtabs %}

## One-pager

#### International version

{% embed url="<https://drive.google.com/file/d/1-EIF1PjoD1nqLDyL34ia0OODDjcEod_V/view?usp=sharing>" %}

## Want to try it out?

{% content-ref url="how-to-test-the-simple-app" %}
[how-to-test-the-simple-app](https://docs.simple.org/how-to-test-the-simple-app)
{% endcontent-ref %}


---

# 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.simple.org/readme.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.
