# Elements

## Copy and Paste Element

### Copy

Select an element and press `ctrl + c` (`cmd + c` on Mac)  to copy the current element.

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

### Paste

1. Move to the location you want to paste it to, either under another element of the current page, or in another page or another app.&#x20;
2. If you want to paste it underneath another element then select the element and press `ctrl + v` (`cmd + v` on Mac) , then the copied element will be pasted underneath the element you selected&#x20;
3. If you don't have any element selected, press `ctrl + v` (`cmd + v` on Mac), then the copied element will be pasted at the bottom of the current page.

*Notice: The Built-in pages and advanced pages can't be pasted directly into each other.*

&#x20;![](/files/jRMZ7v45zJ4rTYLGgRek)

{% content-ref url="/pages/qOrjKgTXvhC8ki6ChtrZ" %}
[Web Elements](/app-builder/app-construction/elements/web-elements.md)
{% endcontent-ref %}

{% content-ref url="/pages/Evwy5oxhxBvl4O1QePOD" %}
[Form Elements](/app-builder/app-construction/elements/form-elements.md)
{% endcontent-ref %}

{% content-ref url="/pages/KcGFqGrySne1quatmp0x" %}
[Layout Elements](/app-builder/app-construction/elements/layout-elements.md)
{% endcontent-ref %}


---

# 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.acho.io/app-builder/app-construction/elements.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.
