# Installing on Windows

### Initial setup

1. Download the latest Windows installer [here](https://github.com/loki-project/loki-network/releases/latest) or on our [GitHub](https://github.com/oxen-io/loki-network)
2. Run the downloaded .exe file
3. Check both "lokinet" and "gui" in the installer and then click "install"
4. Run the application
5. Press the big power button in the Lokinet interface to start or stop Lokinet

All done!

### Using Lokinet

Head over to [Exit nodes](/oxen-docs/products-built-on-oxen/lokinet/exit-nodes.md) or [Accessing SNApps](/oxen-docs/products-built-on-oxen/lokinet/snapps/accessing-snapps.md) for an overview of the exciting things you can do with Lokinet up and running!

### Uninstalling

To uninstall Lokinet on Windows, open control panel and navigate to "Uninstall a Program", then find Lokinet and click uninstall.


---

# 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.oxen.io/oxen-docs/products-built-on-oxen/lokinet/guides/windows-gui-install-guide.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.
