> For the complete documentation index, see [llms.txt](https://docs.blippar.com/blippbuilder-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blippar.com/blippbuilder-documentation/blippbuilder/blippbuilder-desktop/action-on-objects/moving-objects.md).

# Moving Objects

{% content-ref url="/spaces/3UKy7VHRJWrNarYaMp13" %}
[Blippar Documentation Centre](https://docs.blippar.com/blippar-documentation-centre/)
{% endcontent-ref %}

## Introduction&#x20;

This section describes the process of moving various 3D objects on the design canvas.

## Tutorial

Refer the tutorial below for moving objects:

{% embed url="<https://www.youtube.com/watch?t=11s&v=R-p5YEu19qA>" %}
Moving Objects
{% endembed %}

## Process

There are two ways of moving objects around the STAGE.

### **Moving Objects by Using Keyboard and Mouse controls:**

In order to understand the process of moving objects, let us consider the example of a cube. Follow the steps below:

* Drag and drop the 3D asset into the centre of the 'STAGE'
* To move the asset vertically, drag and move the <mark style="color:blue;">**BLUE**</mark> arrow vertically
* To move the asset vertically, drag and move the <mark style="color:red;">**RED**</mark> arrow horizontally
* To move the asset diagonally, drag and move the <mark style="color:yellow;">**YELLOW**</mark> arrow diagonally
* To move and asset in any direction, drag the <mark style="color:yellow;">**YELLOW DOT**</mark> anywhere on the stage
* To move the assets towards or away from the camera, click, hold and drag the GREEN DOT towards to away.

<figure><img src="/files/vgyLFUejzjDZJyajUNi0" alt=""><figcaption><p>Design Canvas</p></figcaption></figure>

{% hint style="info" %}
You can also move the objects by using the interface controls. Move assets precisely by changing the values for X, Y and Z access.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blippar.com/blippbuilder-documentation/blippbuilder/blippbuilder-desktop/action-on-objects/moving-objects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
