# Obtaining the Weka Install File

{% hint style="info" %}
**Note:** The Weka software tar installation file can be obtained either by a direct online download or from offline media containing the file. The following description is of the online download. It is possible to either download the installation file directly to each host, or distribute manually from a single download or offline media to all hosts.
{% endhint %}

{% hint style="info" %}
**Note:** The online download process is automatic and requires connection to the Internet.
{% endhint %}

## Step 1: Log In

Go to the [get.weka.io](https://get.weka.io/ui/dashboard) download site. Log in by entering your email address and password. Then click Continue.

![Weka System Login Screen](/files/-M3BRnpzZr8iqjpR1yo-)

If you do not have an account, click Create an account. The following screen is displayed:

![Registration Screen to Create an Account](/files/-M3BRtViNpE_uG-mLXdA)

Enter your email address, check the I’m not a robot box (assuming you're not a robot!), complete the questions and click Send Registration Email.

You will now receive a registration confirmation email. Click the link in the email. The following screen will be displayed:

![Weka Registration: Create Account Screen](/files/-M3BRz4lwzsXOKw9s62K)

Create your account by entering your full name and password. Then click Create Account. The Weka dashboard screen will be displayed.

![Weka Dashboard Screen](/files/-M3BS6Do6SO41yg0SVk0)

## Step 2: Download the Weka Software

To download the latest release, click the Latest Release button.

{% hint style="info" %}
**Note:** If a previously-released version is required, click the Releases tab and select the release required from the list of releases.
{% endhint %}

Follow the instructions for downloading the release appearing on the screen.

![Weka Download Screen](/files/-M3BSJIAZOtqLz3QQEz2)

The details for the download and installation instructions are displayed. Download the file using either the command provided or the direct link.


---

# 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/3.14/install/bare-metal/obtaining-the-weka-install-file.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.
