# Installation

- [Local Install](https://docs.digma.ai/digma-developer-guide/installation/readme-1.md): Installing Digma locally is pretty straightforward, you can choose whether you want Digma to install its Analytics Engine for you or do it on your own.
- [Local Install Architecture](https://docs.digma.ai/digma-developer-guide/installation/readme-1/local-install-architecture.md)
- [Installation Troubleshooting](https://docs.digma.ai/digma-developer-guide/installation/readme-1/installation-troubleshooting.md)
- [Central (on-prem) Install](https://docs.digma.ai/digma-developer-guide/installation/central-on-prem-install.md): In this simple guide, we’ll go over the basic steps required to move beyond local deployment and get Digma up and running in a Kubernetes cluster that multiple people can connect to.
- [Resource Requirements](https://docs.digma.ai/digma-developer-guide/installation/central-on-prem-install/resource-requirements.md)


---

# 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.digma.ai/digma-developer-guide/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.
