> For the complete documentation index, see [llms.txt](https://docs.holoplot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holoplot.com/holoplot-control/getting-started/accessing-holoplot-control.md).

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