# Installation

{% hint style="info" %}
**This section provides the steps to install DIGIT HCM using GitHub Actions and AWS.**
{% endhint %}

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="installation/install-using-github-actions-in-aws"><mark style="color:blue;"><strong>1. Install Using GitHub Actions in AWS</strong></mark></a></td></tr><tr><td><a href="installation/setup-system-data"><strong>2. Setup System Data</strong></a></td></tr><tr><td><a href="installation/setup-project-data"><strong>3. Setup Project Data</strong></a></td></tr><tr><td><a href="installation/setup-mobile-app"><mark style="color:blue;"><strong>4. Setup Mobile App</strong></mark></a></td></tr><tr><td><a href="installation/setup-kibana-dashboard"><mark style="color:blue;"><strong>5. Setup Kibana Dashboard</strong></mark></a></td></tr><tr><td><a href="installation/server-cleanup"><mark style="color:blue;"><strong>6. Cleanup Server</strong></mark></a></td></tr></tbody></table>

**You can also install HCM using an APK. The steps are given on the page below.**

{% content-ref url="installation/install-using-apk" %}
[install-using-apk](https://docs.digit.org/health/deploy/installation/install-using-apk)
{% 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.digit.org/health/deploy/installation.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.
