# Installing Valor

## Downloading Valor: <a href="#downloading-valor" id="downloading-valor"></a>

After your license key has been successfully linked to your Discord account, open your direct message with Valor Auth#4362 and send this command exactly as shown below:

```
!download
```

The bot will reply with your Valor download link. Open the link on the device where you want to install Valor, then follow the steps for your platform below.

{% tabs %}
{% tab title="Windows" %}

1. Open the download link on your Windows device.
2. Download the Valor installer.
3. Open the downloaded file.
4. If a security window appears, click **More Info**, then click **Run**.
5. Follow the installer prompts to finish setup.
6. Launch Valor after the installation completes.
   {% endtab %}

{% tab title="macOS" %}

1. Open the download link on your Mac.
2. Download the Valor installer.
3. Open the downloaded file.
4. Drag Valor into your **Applications** folder.
5. Open **Applications** and launch Valor.
6. If macOS blocks the app, right-click Valor and click **Open**.
7. Launch Valor again from **Applications**.
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
To stay up to date with the latest changes and releases, check the #**🖥️│bot-updates** channel in the Valor Discord server.
{% endhint %}


---

# 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.valoraio.com/getting-started/publish-your-docs-1.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.
