# Control the Robot

Once [connected](/robot/robot-toolbar/connect-the-robot.md), you can take control of the robot inside Robpod Studio using the ![](/files/IS57pVhGPVcnBqQIMBxS) **Reload Robot** icon. This opeation will:

* Clear robot allarms that do not requires manual intervention
* Give power to the robot
* Disengage robot breaks

{% hint style="info" %}
Many robots require to acquire an operational grant before allowing to perform control actions. Check following guide with specific instructions for each supported robot brand.
{% endhint %}

{% tabs %}
{% tab title="Universal Robots e-series" %}
Universal Robot e-series requires to obtain an operational grant before controlling the robot.

1. [Connect ](/robot/robot-toolbar/connect-the-robot.md)the robot.
2. On robot teach pendant, go to **Settings -> System -> Remote Control** and enable remote control.
3. When you want to control the robot from Robpod Studio switch to **remote control mode** using <img src="/files/KkTgX2AG0XHT7NKWK3sH" alt="" data-size="line"> / <img src="/files/XdNYtMQqMjC0uSSF7DnR" alt="" data-size="line"> icon.&#x20;
4. Click on ![](/files/IS57pVhGPVcnBqQIMBxS) **Reload Robot** to power it on.

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

{% tab title="Universal Robots CB series" %}
Universal Robot CB series do not require to obtain an operational grant.

You can take control of the robot simply clicking on the ![](/files/IS57pVhGPVcnBqQIMBxS) *Reload Robot* icon.

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

{% tab title="Doosan Robotics" %}
Doosan Robotics cobots require to obtain an operational grant before controlling the robot.

1. [Connect ](/robot/robot-toolbar/connect-the-robot.md)the robot.
2. Click on ![](/files/IS57pVhGPVcnBqQIMBxS) **Reset Robot** to ask for robot control.
3. On robot teach pendant click on **Accept** to transfer robot control.

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

This will turn on robot servos and give robot control to Robpod Studio.
{% 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/robot/robot-toolbar/control-the-robot.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.
