# Finding Your IP Address

This section explains the process of determining the IP Address of your Raspberry Pi used to connect to the MainsailOS web user interface (WebUI).

* In Windows open a command prompt;
  * <mark style="color:red;">`Windows Key + R`</mark>, type <mark style="color:red;">`cmd`</mark>, then click <mark style="color:red;">`OK`</mark>;

![Command Prompt](/files/t99eQfqitNUOwFOeBLT6)

* In the Command Prompt window;
  * Type <mark style="color:red;">`ping mainsailos.local -4`</mark> and press <mark style="color:red;">`Enter`</mark>.
  * If you configured your SSID and Wifi Password correctly in the previous step, the ping should return an IP address like the screen shot below (your IP may differ);

![IP Address](/files/nunD5ZFNYUuln59hQfix)

* Take note of the IP address that is returned, you will need it to configure the next steps;


---

# 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://sean-dearing.gitbook.io/klipper-installation-for-anycubic-vyper/setting-up-your-raspberry-pi/finding-your-ip-address.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.
