# Robot Toolbar

After successful [connection with the robot](/robot/robot-toolbar/connect-the-robot.md), Roobt Toolbar will be available:

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

Use the **Robot Toolbar** to execute high level robot actions.

<table data-header-hidden><thead><tr><th width="240"></th><th></th></tr></thead><tbody><tr><td><img src="/files/AL7p6vx5Juxw7My3HC2S" alt=""> <a href="/pages/J1jSrwYS659tLxDsk4Nr">Connect Robot</a></td><td>Connect to a real robot device.</td></tr><tr><td><img src="/files/IS57pVhGPVcnBqQIMBxS" alt=""> <a href="/pages/v6poZavT0yNia0qBvi5l">Reset Robot</a></td><td>Refresh robot state, clear errors, power on servos.</td></tr><tr><td><img src="/files/sxX0UKRsBLwNzWIr1jdt" alt=""> <a href="/pages/cPZtEXK5lggtWTrbqBq6">Joints Pose</a></td><td>Add current robot joint pose to script.</td></tr><tr><td><img src="/files/Lip6SnSUHbATssp0zWDy" alt=""> <a href="/pages/cPZtEXK5lggtWTrbqBq6">Tool Pose</a></td><td>Add current robot tool pose to script.</td></tr><tr><td><img src="/files/aD17v9IkWuqqPVIxMIpH" alt=""> <a href="/pages/cPZtEXK5lggtWTrbqBq6">MoveJ</a></td><td>Add MoveJ with current robot joint pose to script.</td></tr><tr><td><img src="/files/SnjGaneasn5nXPnDqCLU" alt=""> <a href="/pages/cPZtEXK5lggtWTrbqBq6">MoveL</a></td><td>Add MoveL with current robot tool pose to script.</td></tr><tr><td><img src="/files/u1m4RM3GybYhjaKtJdyC" alt=""> <a href="/pages/ufUgWM6r11VPkPZjKBoe">Move To</a></td><td><p>Move robot to selected target position.</p><p><img src="/files/wRrVkNBOhWBwfbKQR1sb" alt="" data-size="line"> Warning: This action executes a robot motion.</p></td></tr><tr><td><img src="/files/JuwVDf0ClZ6gTL7QGVpL" alt=""> <a href="/pages/zW3Nb2AwMjmT9GBEnNo8">Run On Robot</a></td><td><p>Run the current script on connected robot.</p><p><img src="/files/wRrVkNBOhWBwfbKQR1sb" alt="" data-size="line"> Warning: This action executes robot motions.</p></td></tr><tr><td><img src="/files/ijJC3yXH7SPJB8vPTP4q" alt=""> <a href="/pages/zW3Nb2AwMjmT9GBEnNo8">Pause Task</a></td><td>Pause current running task on the robot.</td></tr><tr><td><img src="/files/TmpE2aBf3eRrPUgSJFkU" alt=""> <a href="/pages/zW3Nb2AwMjmT9GBEnNo8">Stop Task</a></td><td>Stop current running task on the robot.</td></tr></tbody></table>


---

# 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.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.
