# Accessing HOLOPLOT Control

You can access HOLOPLOT Control from any device connected to the local control network—the URL to access the app changes depending on the specific control network used.

{% hint style="warning" %}
**Browser Requirements**

We recommend using **Google Chrome**. The following browsers are **not supported**: Apple Safari, Mozilla Firefox, and Microsoft Edge.
{% endhint %}

### Finding the URL to access

Our devices utilize DHCP for acquiring IP addresses, making the configuration seamless. The easiest way to access HOLOPLOT Control is by using the associated HOLOPLOT Controller ID, which is easily found on the HOLOPLOT Controller's label. The Controller ID will be in the format `AAA-0123`. The resulting URL should be: `http://AAA-0123.local`.

<figure><img src="/files/xLf8J48P6iAakWuMRcfb" alt=""><figcaption><p>Controller Tag Location</p></figcaption></figure>

{% hint style="danger" %}
Please observe that `https://` is currently not supported. Ensure you're accessing the URL using `http://`
{% endhint %}


---

# 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.holoplot.com/holoplot-control/getting-started/accessing-holoplot-control.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.
