# Planning & Installation

- [Prerequisites for installation](https://docs.weka.io/4.0/install/prerequisites-for-installation-of-weka-dedicated-hosts.md)
- [Weka installation on bare metal](https://docs.weka.io/4.0/install/bare-metal.md): These pages describe the stages required for installing the Weka system, which are system planning, prerequisites, obtaining the Weka installation file, and the installation stages.
- [Planning a Weka System Installation](https://docs.weka.io/4.0/install/bare-metal/planning-a-weka-system-installation.md)
- [Prepare the system for Weka installation](https://docs.weka.io/4.0/install/bare-metal/setting-up-the-hosts.md): This page describes the procedures required to system for the Weka software installation.
- [SR-IOV enablement](https://docs.weka.io/4.0/install/bare-metal/setting-up-the-hosts/sr-iov-enablement.md): This page describes the procedure required in order to set up SR-IOV.
- [Obtain the Weka software installation package](https://docs.weka.io/4.0/install/bare-metal/obtaining-the-weka-install-file.md): This page describes registering to get.weka.io and obtaining the Weka software installation file.
- [Weka cluster installation](https://docs.weka.io/4.0/install/bare-metal/using-cli.md): This page provides a detailed workflow for WEKA cluster installation with multiple containers using the CLI. These are complementary details for the quick installation guide.
- [WEKA legacy system installation process](https://docs.weka.io/4.0/install/bare-metal/weka-legacy-system-installation-process.md): This page describes the stages in the installation process for the WEKA legacy system (single container architecture) using the CLI.
- [Add clients](https://docs.weka.io/4.0/install/bare-metal/adding-clients-bare-metal.md): This page describes how to add clients to a bare-metal cluster.
- [Weka installation on AWS](https://docs.weka.io/4.0/install/aws.md): This section provides the detailed instructions on how to install a Weka system on AWS.
- [Self-service portal](https://docs.weka.io/4.0/install/aws/self-service-portal.md): This page presents working with the Weka Self-Service Portal when installing the Weka system in AWS.
- [CloudFormation template generator](https://docs.weka.io/4.0/install/aws/cloudformation.md): This page shows how to create CloudFormation templates using an API call. The same API calls are used by the Self-Service Portal to generate the CloudFormation template before redirecting to AWS.
- [Deployment types](https://docs.weka.io/4.0/install/aws/deployment-types.md): This page describes the types of cluster deployments in AWS, which depend on the instance types being used and their configuration.
- [AWS outposts deployment](https://docs.weka.io/4.0/install/aws/aws-outposts-deployment.md): This page describes how to install Weka on AWS Outposts
- [Supported EC2 instance types](https://docs.weka.io/4.0/install/aws/supported-ec2-instance-types.md): This page lists all instance types supported by the Weka system version.
- [Add clients](https://docs.weka.io/4.0/install/aws/adding-clients.md): This page describes the process for adding clients to an already-installed Weka system cluster.
- [Auto scaling group](https://docs.weka.io/4.0/install/aws/auto-scaling-group.md)
- [Troubleshooting](https://docs.weka.io/4.0/install/aws/troubleshooting.md): This page details common errors that can occur when deploying Weka in AWS using CloudFormation and what can be done to resolve them.


---

# 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.weka.io/4.0/install.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.
