# Windows Setup

## Requirements

* A computer running Windows 10 or later
* 64-bit architecture processor

## ADB Setup

### Downloading the package

The android SDK platform-tools is available at this [page](https://dl.google.com/android/repository/platform-tools-latest-windows.zip)

### "Installing" the package

* Extract the platform tools zip and move the **platform-tools** folder to C:

<figure><img src="/files/IwDyk8koFZCXG8P2Y358" alt=""><figcaption><p>expected directory structure - note the path on the address bar</p></figcaption></figure>

* Search "system variables" in your start menu and click "Open"

<figure><img src="/files/3UJszOFEbQ05RmQv1lPO" alt=""><figcaption></figcaption></figure>

* Click on "Environment Variables" in the opened window

<figure><img src="/files/OumQxzThSgX0NKxg7X4H" alt=""><figcaption></figcaption></figure>

* Here, double click on the "path" variable under "System Variables"

<figure><img src="/files/n1FbYzlaUICvwoAGNG6j" alt=""><figcaption></figcaption></figure>

* Clink New in the dialogue box

<figure><img src="/files/yz1lMH25KatJhWOcI8gh" alt=""><figcaption></figcaption></figure>

* Enter "C:\platform-tools" into the input field and press enter

<figure><img src="/files/fnl0OK7BfJ0HKlhegdaB" alt=""><figcaption></figcaption></figure>

* Press "Ok" to close on all three windows

<figure><img src="/files/ecn3z5ZO5XFycC7Z4E0u" alt=""><figcaption></figcaption></figure>

* To test adb, open Command Prompt and run "adb --version" and see if it returns an output like the one in the image below

<figure><img src="/files/FtTqb9KCCpcxkEu2UlB0" alt=""><figcaption></figcaption></figure>


---

# 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.techvance.eu.org/preparation/windows-setup.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.
