# Moving zones

To move the zone position, select the zone you wish to move. This will bring up the properties panel on the right of the viewport. Use the position and rotation fields to adjust the zone position via the arrows in the spinbox, using your mouse wheel to scroll or by inputting the desired co-ordinates.&#x20;

{% hint style="info" %}
You'll notice there are two ways to adjust a zone's position.

* The position fields **(X,Y,Z)** are cartesian coordinates that define the zone's position.
* The rotation fields **(H,V,R)** define the Horizontal (H), Vertical (V), and Roll (R) rotation of a zone based on its origin.
  {% endhint %}

<figure><img src="/files/qLpWgI64H5k1jo0TOPXk" alt=""><figcaption><p>Moving Zones with position fields</p></figcaption></figure>


---

# 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.holoplot.com/holoplot-plan/working-with-zones/moving-zones.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.
