# Synchronize HMI Panel

Once you have [designed ](/hmi-designer/design-steps/edit-hmi-components.md)an HMI panel, before [running ](/hmi-designer/design-steps/run-hmi-program.md)it on the robot, you need to transfer the **.hmi** file to the robot. In this way the panel will be permanently saved on the robot.

You can use Robpod Studio [**Synchronization** ](/synchronization/upload-on-robot.md)feature to automatically transfer the HMI panel file.

{% tabs %}
{% tab title="Universal Robots" %}
Click on ![](/files/fUAFnlT4YBuap8A2BWqV)**Synchronize** to transfer the HMI panel to the robot.

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

Now the HMI panel is stored on the robot, and everything is ready to [run the program](/hmi-designer/design-steps/run-hmi-program.md).
{% 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>

Click on ![](/files/fUAFnlT4YBuap8A2BWqV)**Synchronize** to transfer the HMI panel to the robot.

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

Now the HMI panel is stored on the robot, and everything is ready to [run the program](/hmi-designer/design-steps/run-hmi-program.md).
{% endtab %}
{% endtabs %}


---

# 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/design-steps/synchronize-hmi-panel.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.
