> For the complete documentation index, see [llms.txt](https://docs.robpod.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robpod.cloud/hmi-designer/design-steps/preview-hmi-panel.md).

# Preview HMI Panel

You can use the **preview toolbar** to get an idea of how the designed HMI panel will look like. Using the preview function can be usefull because HMI panel will not look exactly the same on every device.

<figure><img src="/files/Ym7glQt3lImibK43LdeT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Robot plugin must be [installed ](/hmi-designer/installation.md)on robot to launch the preview on robot teach pendant.
{% endhint %}

{% hint style="info" %}
Keep in mind that the preview function will not launch a working instance of your HMI panel, but just a graphical preview.
{% endhint %}

### Local Preview

Select ![](/files/TWWz4ZM9tEMw2bNiiPzZ)**Local** option and click on ![](/files/8HjhORLls0Do9m0N5AcG)**Preview** to launch the preview on your PC.

### Remote Preview

{% tabs %}
{% tab title="Universal Robots" %}
Select ![](/files/vf1R666pLfy2POUlyOa3)**Robot** option and click on ![](/files/8HjhORLls0Do9m0N5AcG)**Preview** to launch the preview directly on robot teach pendant.

<figure><img src="/files/Cwna2QiWoa9HKwgqMBbS" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Doosan Robotics" %}
Open **Robpod App** inside Doosan teach pendant and keep it open durning the procedure.&#x20;

<figure><img src="/files/nR30BkLH6QYytvQEulb9" alt="" width="563"><figcaption></figcaption></figure>

Select ![](/files/vf1R666pLfy2POUlyOa3)**Robot** option and click on ![](/files/8HjhORLls0Do9m0N5AcG)**Preview** to launch the preview directly on robot teach pendant.

<figure><img src="/files/Cwna2QiWoa9HKwgqMBbS" alt="" width="563"><figcaption></figcaption></figure>
{% 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.robpod.cloud/hmi-designer/design-steps/preview-hmi-panel.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.
