# Introduction

![](/files/b0XsenUiNn5A5nQOXi0r) **HMI Designer** is a tool provided by [Robpod Studio](/get-started/introduction.md) that can be used to develop custom user interface panels for robot programs.

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

Using HMI Designer graphical panels can be developed easily with **drag and drop** actions and linked with robot variables and functions.

Panels developed with HMI Designer can be viewed by users both on [robot teach pendant](/hmi-designer/design-steps/run-hmi-program.md) and on common [Desktop environments](/hmi-designer/desktop-hmi-viewer.md).

{% embed url="<https://youtu.be/gX7d7fiKPas>" %}

### Get Started

* Check out how the HMI Designer [**user interface**](/hmi-designer/user-interface.md) is organized to learn how to navigate into it.&#x20;
* Follow [**Installation Instructions**](/hmi-designer/installation.md) to setup the HMI plugin on your robot.
* Check the[ **Design Steps**](/hmi-designer/design-steps.md) to learn how to develop a custom panel with HMI Designer or have a look at the [**Complete Tutorial** ](/hmi-designer/hmi-tutorials.md)videos.


---

# 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.robpod.cloud/hmi-designer/introduction.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.
