# Windows

## winget

```powershell
winget install dolt
```

## Chocolatey

```powershell
choco install dolt
```

We provide both `.msi` files and `.zip` files.

## Scoop

```powershell
scoop install dolt
```

## MSI Files

The easiest way to install Dolt on Windows is to use our MSI files that are provided with each release, they can be found in the Assets section of our release. Grab the latest [here](https://github.com/dolthub/dolt/releases/latest).

## `.zip` Archive

For those preferring to install Dolt manually a zipped archive is provided with the requisite executables. It can be found in assets along with our [latest release](https://github.com/dolthub/dolt/releases/latest).


---

# 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.dolthub.com/introduction/installation/windows.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.
