# Setup

### Local demo

* [Docker Showcase App](/doc/other-deployment-options/docker-and-on-premise/setup/showcase-client-server-app.md)\
  Run DecisionRules locally with our demo containers. This is the fastest way to try the platform.

### AWS

* [AWS Setup](/doc/other-deployment-options/docker-and-on-premise/setup/aws.md)\
  Overview of DecisionRules deployment on Amazon Web Services.
  * [AWS ECS/Fargate](/doc/other-deployment-options/docker-and-on-premise/setup/aws/aws-ecs-fargate.md) — Deploy the On-Premise solution with AWS Fargate.
  * [Cache - Amazon ElastiCache](/doc/other-deployment-options/docker-and-on-premise/setup/aws/cache-amazon-elasticache.md) — Configure Redis on AWS for DecisionRules.

### Microsoft Azure

* [Microsoft Azure Setup](/doc/other-deployment-options/docker-and-on-premise/setup/microsoft-azure-setup.md)\
  Overview of Azure deployment options for DecisionRules.
  * [Database - Azure CosmosDB](/doc/other-deployment-options/docker-and-on-premise/setup/microsoft-azure-setup/database-azure-cosmosdb.md) — Set up Cosmos DB for DecisionRules storage.
  * [Cache - Azure Cache for Redis](/doc/other-deployment-options/docker-and-on-premise/setup/microsoft-azure-setup/cache-azure-cache-for-redis.md) — Set up Redis Cache on Azure.
  * [Azure Container Apps](/doc/other-deployment-options/docker-and-on-premise/setup/microsoft-azure-setup/azure-container-apps.md) — Deploy the On-Premise solution with Azure Container Apps.

### OpenShift

* [Azure Red Hat OpenShift](/doc/other-deployment-options/docker-and-on-premise/setup/azure-red-hat-openshift.md)\
  Deploy DecisionRules on Azure Red Hat OpenShift.

### Google Cloud

* [Google Kubernetes Engine (GKE)](/doc/other-deployment-options/docker-and-on-premise/setup/google-kubernetes-engine-gke.md)\
  End-to-end deployment of DecisionRules on Google Kubernetes Engine.

### Kubernetes

* [Kubernetes Setup](/doc/other-deployment-options/docker-and-on-premise/setup/kubernetes-setup.md)\
  Deploy DecisionRules into Kubernetes with step-by-step configuration.
  * [Kubernetes Setup with Business Intelligence](/doc/other-deployment-options/docker-and-on-premise/setup/kubernetes-setup/kubernetes-setup-with-business-intelligence-and-ai-engine.md) — Templates for Kubernetes deployment with Business Intelligence.
  * [Helm Charts](/doc/other-deployment-options/docker-and-on-premise/setup/kubernetes-setup/helm-charts.md) — Deploy and manage the platform with Helm.


---

# 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.decisionrules.io/doc/other-deployment-options/docker-and-on-premise/setup.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.
