# Move To

When you have [acquired robot control](/robot/robot-toolbar/control-the-robot.md), you can move to robot to a target position using the ![](/files/u1m4RM3GybYhjaKtJdyC) **Move To** action.

On the robot script just place the cursor on the position you want to reach, then right click and select ![](/files/u1m4RM3GybYhjaKtJdyC) **Move To** action.

<img src="/files/wRrVkNBOhWBwfbKQR1sb" alt="" data-size="line"> Warning! this command will execute a robot motion.

{% tabs %}
{% tab title="Universal Robots" %}
{% embed url="<https://www.youtube.com/watch?v=3U7b-uTeb38>" %}
{% endtab %}

{% tab title="Doosan Robotics" %}
{% embed url="<https://youtu.be/F6CZoLo4R3I>" %}
{% 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/move-to.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.
