# Existing Installation

{% stepper %}
{% step %}

### Open Settings

Press Windows key + I, or right-click the Start button and select "Settings".

{% endstep %}

{% step %}

### Navigate to Activation

Click on "System" in the left sidebar, then scroll down and click on "Activation".

{% endstep %}

{% step %}

### Change Product Key

Click on "Change product key" next to the activation status.

{% endstep %}

{% step %}

### Enter Your Key

Type your 25-character Windows 11 product key in the format: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

{% endstep %}

{% step %}

### Activate Windows

Click "Next" and then "Activate". Windows will verify your key and activate automatically if valid.
{% endstep %}
{% endstepper %}

{% tabs %}
{% tab title="Alternative Command Line Method" %}

```powershell
slmgr /ipk YOUR-PRODUCT-KEY-HERE
slmgr /ato
```

{% endtab %}
{% endtabs %}


---

# 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://deploykey.gitbook.io/deploykey-docs/windows-11-keys/existing-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.
