# Edit HMI Components

After [adding components](https://docs.robpod.cloud/hmi-designer/design-steps/add-hmi-components) to the panel you can edit them to change their appearance and determine how they will interact with the robot program.

Select the component that you want to edit and use the side toolwindow to change its properties.

<figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FPrTLGWXkTZv5RSCm3MHA%2Fhmi-side-details.png?alt=media&#x26;token=ff8a040d-6909-48ab-a7be-8712151a0742" alt=""><figcaption></figcaption></figure>

Inside the side toolwindow you will find two different gropus of properties: **UI properties** and **Program Properties**.

**UI Properties** are used to configure the components graphical look, i.e colors, size, formatting, alignment, icons.

**Program Properties** instead are used to configure how the graphical element will interact with the robot program. This is achieved linking the component with variables or functions defined inside the robot program. I.e. you can link a button with a function, in this way each time the button is cliked the choosen function will be executed.

{% tabs %}
{% tab title="Universal Robots" %}

<figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FeBsqfKi9tTO2Uav9arsS%2Fhmi-commnad.png?alt=media&#x26;token=e3e30f4a-41c5-45c9-81c5-838a2653398f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can develop the robot functions both with **Polyscope** or with **Scripting** as you prefer, just remeber to use the same function name to link it with the HMI component.
{% endhint %}
{% endtab %}

{% tab title="Doosan Robotics" %}

<figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FrrVBDQ9kEpX3wY1L5Ld8%2Fdoosan-drl-sub.png?alt=media&#x26;token=73ec2f43-8ec2-4798-952e-efd34cac21f0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can develop the robot functions both with **Task Editor** or with **Scripting** as you prefer, just remeber to use the same function name to link it with the HMI component.
{% endhint %}
{% endtab %}
{% endtabs %}

Each HMI components has is own characteristic properties that determines how it looks and how it will interact with the robot program. Have a look a the [HMI components list](https://docs.robpod.cloud/hmi-designer/hmi-components) to check properties of each element.
