> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/ai-chatbots-and-automation/visual-builder-101/how-to-scroll-zoom-move-blocks-and-actions.md).

# 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="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2FDuGE1XGJAdmfWfjiYwX2%2FGuide%20Articles%20(6).gif?alt=media&amp;token=6f003ba8-0b76-4549-9503-188e5c0268de" 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="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2F6v71Ya7V6OSzNEU7fStE%2FGuide%20Articles%20(7).gif?alt=media&amp;token=b37a9ff0-2092-42ab-a239-9e7e186f9f40" 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="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2Fh5AEsTBDzJpkkNBao4ZJ%2FGuide%20Articles%20(9).gif?alt=media&amp;token=89e5a5e9-ead5-444a-b732-f685ebd372b9" 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="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2Fa01D7DqOSDWBNzud4ZUO%2FGuide%20Articles%20(10).gif?alt=media&amp;token=1b6d0ca0-31b4-486b-b3a3-164339496079" 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
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://guide.tiledesk.com/ai-chatbots-and-automation/visual-builder-101/how-to-scroll-zoom-move-blocks-and-actions.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.
