# How to Find Your Computer’s Name (Hostname)

### Option 1: Check in Settings (Windows 10/11)

1. Click the **Start Menu** (Windows icon in the bottom-left corner).
2. Select **Settings** (gear icon).
3. Go to **System** → **About**.
4. Under **Device name**, you’ll see your computer’s name.

### Option 2: Use a Quick Command

1. Press **Windows Key + R** on your keyboard.
2. Type `cmd` and press **Enter**.
3. In the black window that opens, type:

   ```
   hostname
   ```
4. Press **Enter**. Your computer name will appear on the next line.

#### Why It Matters

Sharing your computer’s name helps IT support quickly find your device in their management tools. This saves time when troubleshooting or applying fixes.


---

# 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://learn.goodhearttech.org/microsoft/windows-guides/how-to-find-your-computers-name-hostname.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.
