> For the complete documentation index, see [llms.txt](https://docs.win.win/twins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.win.win/twins/english-documentation/twins-wallet/windows.md).

# Windows installation

* Download the wallet from <https://win.win/#download>

{% hint style="danger" %}
**DO NOT use any other download locations** **as those do not guarantee that you will get a clean wallet that has not been tampered with.**
{% endhint %}

* The Windows wallet comes with an automatic installer so just save it to a directory of your choice.
* Run the downloaded installer to start the installation process.

{% hint style="info" %}
At this point, you may see a warning from Windows SmartScreen (or a similar program) that the app is unrecognized. You can safely skip past this warning by clicking **More info**, then **Run anyway**.
{% endhint %}

* The installer will then guide you through the installation process.
* Click through the following screens. All settings can be left at their default value unless you have a specific reason to change something.
* Once installation is complete, the TWINS core wallet will start up immediately. If it does not, click **Start > TWINS Core > TWINS Core** to start the application.

![](/files/-LY6JykX3CP6eCk33Xy4)

* The first time the program is launched, you will be asked where you want to store your wallet and blockchain data. Choose a location with enough free space as the files can take more space as the blockchain grows. It is recommended to use the default data folder if possible.
* Initial startup might take a minute and once started wait for the wallet to fully synchronise before you start using it.&#x20;
* When the synchronisation is complete you will see a small green icon lighting up at the bottom right corner in your wallet:&#x20;

![](/files/-LY6IrM-Z7Vwvs5d3513)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.win.win/twins/english-documentation/twins-wallet/windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
