# Windows Installation

{% hint style="warning" %}
Scottbot does supports windows, but it may be buggy. Certain features are not guaranteed to work with this platform like quick tasks, mass link change, or any module that uses a browser.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=6KuanV7OBjk>" %}

## Step 1. Downloads

After purchasing SB you should've received and email from **<main@scottbotv1.com>**. Open the email and click the link at the bottom, or [just click here](https://www.scottbotv1.com/emailformat).

![](/files/-MBrGWziRVebEFqNLf1M)

After clicking the link you'll be taken to the dashboard. Here you'll get access to the readme, discord, key, and download. Click on **`windows`** to begin the download.

![](/files/-MBrH0yQtVJP43cyp_VN)

After downloading Scottbot you'll need to download the **LTS Windows installer** for [Node.js](https://nodejs.org/en/download/).

![](/files/-MBrMpUbdi5zohcJKZvj)

## Step 2. Install Node & Chocolatey <a href="#step-2-install-node-and-chocolatey" id="step-2-install-node-and-chocolatey"></a>

> Requirements for Chocolatey - Windows 7+ / Windows Server 2003+ - PowerShell v2+ (Not PowerShell Core yet though)(minimum is v3 for install from this website due to [TLS 1.2 requirement](https://chocolatey.org/blog/remove-support-for-old-tls-versions)) - .NET Framework 4+ (the installation will attempt to install .NET 4.0 if you do not have it installed)(minimum is 4.5 for install from this website due to [TLS 1.2 requirement](https://chocolatey.org/blog/remove-support-for-old-tls-versions))

&#x20;Click through all the installer steps using the default/recommended settings, until you get to the *Tools for Native Modules* page

![](/files/-MBrN19Wx6CEwKdRf0WV)

Chocolately isn't technically required to run Scottbot so you can choose to check this box or not. Some users have gone through the installation without installing Chocolatey, and could not open the bot afterwards. Going back and installing Chocolately fixed that issue so if you can't open the bot after completing the rest of these steps, try again with Chocolatey installed.&#x20;

## Step 3. Install Scottbot

Now that you completed the Node and Chocolatey installations, Scottbot is ready to be installed. Double click the setup application, click yes on the popup, and let it install.

![](/files/-MBrNp8Mz2I28yhrbW0P)

Once the install is complete, enter your key and hit **`enter`** or click on ***`VROOOM`***. You should now have access to the program.

{% hint style="info" %}
If you experienced any errors with the installation, head over to our [Common Errors](/support/errors.md) page for a list of possible solutions
{% 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.scottbotv1.com/getting-started/install/windows-installation.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.
