# Install Works

The DIGIT Works installation comprises five steps to create a new production-ready server that can be scaled on demand. The installation process is currently supported only for AWS. However, support for other cloud platforms such as Azure and GCP will be available in the future.

**Step 1:** [**Execute GitHub Action for installation**](/works/setup/install-works/install-using-github-actions-in-aws.md): Execute a GitHub action for the installation process.

**Step 2**: [**Execute the System Data Setup**](/works/setup/install-works/system-data-setup.md): Execute this setup to load system-required data.


---

# 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/works/setup/install-works.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.
