> For the complete documentation index, see [llms.txt](https://docs.weka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weka.io/planning-and-installation/bare-metal/obtaining-the-weka-install-file.md).

# Obtain the installation packages

## Register to get.weka.io

Create a [get.weka.io](https://get.weka.io/ui/dashboard) account before you download installation files. If you already have an account, skip this section.

**Procedure**

1. Go to the [get.weka.io](https://get.weka.io/ui/dashboard) download site, and select **Create an account.**

<div data-with-frame="true"><img src="/files/UVVqLaIlYmxerU0YYtti" alt="Create an account" width="425"></div>

The Send Registration Email page opens.

2\. Fill in your organization's email address (private mail is prohibited).\
Select **I’m not a robot**, and then select **Send Registration Email.**

3\. Check your inbox for a registration email from Weka.io.\
To confirm your registration, select the link.\
The Create Your Account page opens.

4\. Fill in your email address, full name, and password. Then, select **Create Account**.

<div data-with-frame="true"><img src="/files/MeE2UkuMfhHbOh75b01W" alt="Create account" width="434"></div>

Your request for access to [get.weka.io](http://get.weka.io) is sent to WEKA for review. Wait for a validation email. Once your registration is approved, you can sign in to [get.weka.io](http://get.weka.io).

## Download the WEKA installation packages

Download the package that matches your installation path.

* Automated installation with WSA. Download the WSA image from [get.weka.io](https://get.weka.io/ui/dashboard).
* Manual installation and configuration. Download the WEKA software tarball from [get.weka.io](https://get.weka.io/ui/dashboard).

You can only sign in and download the packages if you are a registered user.

**Procedure: Download from get.weka.io**

1. Go to the [get.weka.io](https://get.weka.io/ui/dashboard) download site, and sign in with your registered account.

<div data-with-frame="true"><img src="/files/ZTxTktzrbUbPDbXfTc0A" alt="Sign in to download and get your WEKA license" width="422"></div>

[get.weka.io](http://get.weka.io) page opens.

<div data-with-frame="true"><figure><img src="/files/fEbDgmN43BuoOreQcNcz" alt=""><figcaption><p>get.weka.io dashboard</p></figcaption></figure></div>

2. Do one of the following:
   * Select the required package from the dashboard.
   * Select the **Releases** tab, select the required release, and follow the download instructions.\
     (The token in the download link is purposely blurred.)

<div data-with-frame="true"><figure><img src="/files/QCRWsYmIAFfLwXQagRvk" alt=""><figcaption><p>Releases download page</p></figcaption></figure></div>

## What to do next?

Depending on the installation path you follow, go to one of the following:

Path A: [Install WSA](/planning-and-installation/bare-metal/install-the-weka-cluster-using-the-wsa.md)

Path B: [Install OS and WEKA software](/planning-and-installation/bare-metal/manually-install-os-and-weka-on-servers.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.weka.io/planning-and-installation/bare-metal/obtaining-the-weka-install-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
