# Installation

- [Test with Docker](https://docs.ultihash.io/installation/test-with-docker.md): How to set up a local test environment for UltiHash using Docker
- [Install Self-Hosted on-premises](https://docs.ultihash.io/installation/install-self-hosted-on-premises.md): How to set up UltiHash Self-Hosted on your local infrastructure with Kubernetes
- [Install Self-Hosted on AWS](https://docs.ultihash.io/installation/install-self-hosted-on-aws.md): How to set up UltiHash Self-Hosted in the cloud with AWS + Kubernetes
- [Set up UltiHash Serverless](https://docs.ultihash.io/installation/set-up-ultihash-serverless.md): How to get started with a preconfigured, managed UltiHash cluster
- [Migrate your data](https://docs.ultihash.io/installation/migrate-your-data.md): How to migrate data from an external source to your UltiHash cluster


---

# 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.ultihash.io/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.
