> 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/duplicate-blocks-and-actions.md).

# Duplicate Blocks and Actions

Tiledesk empowers you to create no-code AI Agents swiftly and efficiently.&#x20;

A key feature that simplifies the design process is the ability to use Copy and Paste.\
This feature allows you to duplicate an entire [Block](/ai-chatbots-and-automation/visual-builder-101/how-to-create-a-block.md) or just an Action within a Block, making your design process faster and more flexible.

####

#### Duplicate **a Block**

Blocks are the foundation of an AI workflow. To duplicate a Block, hover over the one you want to copy. A small toolbar will appear on the top right. Click on the “Copy block” option.

<figure><img src="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2FdDtKauWVH5BpmHqs6NFZ%2F2txovc-Screenshot%202024-06-04%20at%2017.10.47.png?alt=media&amp;token=56fcc21b-c4c4-4242-9b0d-99fcbcc689fa" alt=""><figcaption></figcaption></figure>

Then, right-click to open the dropdown menu and select “**Paste**.”&#x20;

That’s it — you’ve successfully copied and pasted a Block.

<figure><img src="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2F4eAN7TU1NYnQPKPBtL7U%2F2txoyj-Screenshot%202024-06-04%20at%2017.12.54.png?alt=media&amp;token=a67d6966-4710-4e64-9104-890783a13e33" alt=""><figcaption></figcaption></figure>

#### **Duplicate an Action Inside a Block**

Each Action enhances your AI Agent’s flexibility. You can duplicate an Action to speed up workflow design.&#x20;

To do this, hover your cursor over the Action you want to copy. A small toolbar will appear on the left side. Click on the “Copy action” option.

&#x20;

<figure><img src="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2Fs3wYrgl9X2XOg45gyvJy%2F2txp10-Screenshot%202024-06-04%20at%2017.14.31.png?alt=media&amp;token=78c67820-a181-4c3a-bb39-960cde904f81" alt=""><figcaption></figcaption></figure>

Then, right-click where you need that action and select “**Paste**” from the options. That's All :)

<figure><img src="https://1328774413-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVguk6y5OMn3pAaHZSiwU%2Fuploads%2FlJUKmWgbaUMUG5Q58eds%2F2txp3a-Screenshot%202024-06-04%20at%2017.15.35.png?alt=media&amp;token=017235e0-567f-4a00-b2c5-dc8ecd4469f2" alt=""><figcaption></figcaption></figure>

We hope this tutorial helps you in designing your AI Agent more efficiently.&#x20;

If you need to know more about AI Agents and their capabilities, please visit our website at [**www.tiledesk.com**](https://tiledesk.com/).&#x20;

If you require further assistance, do not hesitate to contact us at [**support@tiledesk.com** ](mailto:support@tiledesk.com)


---

# 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/duplicate-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.
