> For the complete documentation index, see [llms.txt](https://docs.jcore.io/clarity-gateway/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jcore.io/clarity-gateway/installation/readme/accessing-clarity-gateway-web-interface.md).

# Accessing Clarity Gateway Web Interface

The Iron Pi comes from the factory configured to connect to the network with the IP address **192.168.1.220**. You can configure it to use a different IP address, but you'll first need to connect to it at this address.

To do that you need to set your computer's IP address to something else in the **192.168.1.x** range, as shown below.

Once you have set your computer's IP address, navigate to [**http://192.168.1.220**](http://192.168.1.220) in your web browser.

{% tabs %}
{% tab title="Windows" %}

1. Select **Start**, then type **settings**. Select **Settings** > **Network & internet**.
2. Do one of the following:
   * For a Wi-Fi network, select **Wi-Fi** > **Manage known networks**. Choose the network for which you want to change the settings.
   * For an Ethernet network, select **Ethernet**, then select the Ethernet network you’re connected to.
3. Next to **IP assignment**, select **Edit**.
4. Enter the following values:

![](/files/khA0PzMsCITBtgIJu0Ss)
{% endtab %}

{% tab title="macOS" %}

1. Go to **System Preferences** > **Network.**
2. Select the network device to configure on the left-hand side.
3. Enter the following values:

![](/files/A1faMwdF0Z7mLhuLdGGa)
{% endtab %}
{% endtabs %}


---

# 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.jcore.io/clarity-gateway/installation/readme/accessing-clarity-gateway-web-interface.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.
