> For the complete documentation index, see [llms.txt](https://docs.defined.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defined.fi/defined-docs/defined-classic/getting-started/create-your-passkey/windows.md).

# Windows

By default, Windows will want you to use "Windows Hello" to create and manage your Passkey. This will prompt you to create a PIN that will be required for all Passkey authorizations.

This is an example of the Passkey creation pop-up for Windows:

<figure><img src="/files/tTKvpTBBe5VMFdt3Pash" alt="" width="375"><figcaption></figcaption></figure>

If you want your Passkey saved locally on your Windows device, simply enter a PIN and you're set! All Passkey authorizations will be required on your Windows device. This method has been tested and has worked well, but will limit you to your Windows device for Passkey authorizations.

If you would like to save the Passkey elsewhere, select "Use another device" and Windows will also provide the following options:

<figure><img src="/files/DGVHOsLcpBAmoIp69JED" alt="" width="375"><figcaption></figcaption></figure>

Selecting "iPhone, iPad, or Android device" will create a QR code for you to scan with your mobile device as seen here (our example with Windows uses an Android device):

<figure><img src="/files/GEB0ysLlayuNMgIGc8Ho" alt="" width="375"><figcaption></figcaption></figure>

Once scanned and confirmed on your mobile device, you will receive the following confirmation:

<figure><img src="/files/tURUNQ9IfEnqbwSRFBY8" alt="" width="375"><figcaption></figcaption></figure>

You can find more information on Passkeys using Windows [here](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422).&#x20;


---

# 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.defined.fi/defined-docs/defined-classic/getting-started/create-your-passkey/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.
