# How to scroll, zoom, move Blocks & Actions

When designing an AI workflow in Tiledesk’s Design Studio, it’s important to know how to navigate the canvas and arrange your [Blocks](/ai-chatbots-and-automation/visual-builder-101/how-to-create-a-block.md) and Actions.&#x20;

Here’s how to do it:

**1. Scroll**\
To move around the canvas without zooming or changing the position of your Blocks, place two fingers on your touchpad and slide horizontally or vertically.

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

**2. Zoom**\
To zoom in or out of the canvas, place two fingers on your touchpad and pinch in to zoom out, or stretch out to zoom in.

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

**3. Move a Block**\
To move a Block, place your cursor on the top area of the Block you want to reposition, then drag it to a new location on the canvas.

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

**4. Detach an Action**\
To detach an Action from a Block, place your cursor on the Action’s icon and drag it away.\
You can then:

* drop it directly onto the canvas, and it will automatically be embedded into a new Block, or
* drag it onto an existing Block to embed it there.

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

Now you know how to scroll, zoom, and arrange Blocks and Actions in the Design Studio. These simple steps will help you keep your AI workflows clear and well organized.


---

# 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://guide.tiledesk.com/ai-chatbots-and-automation/visual-builder-101/how-to-scroll-zoom-move-blocks-and-actions.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.
