> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/building-blocks/my-element-blocks.md).

# My Element Blocks

Inside the My Elements menu within the Building Blocks you see all of the elements that you have previously saved. This allows you to drop an element that you’ve built on to several pages without having to rebuild that element.

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

Only Row, Column, Form, Section, and Box elements can be saved to your My Elements section. To save a row, column, or box element, click on the area of the element where the column itself becomes highlighted. Then click the floppy disk icon to save that element for future use.

{% hint style="info" %}
Keep in mind the elements must fit inside of the page structure you are using them in.

Columns go inside of Rows and so on.
{% endhint %}

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

After you click save, name the element so it can be easily identified later on.

<figure><img src="/files/2FdmTZTwwrksENe64tYz" alt=""><figcaption></figcaption></figure>

After saving the name of the element, you will now find this under your My Elements section.

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

To remove a saved element, open the My Elements section and then click the trash can icon on the element you’d like to remove.

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

{% hint style="info" %}
For more specific elements you can search the element id in the HTML and add data-box=”true” after the opening div, save it. Click on the element again and you will be able to save it.
{% 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://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/building-blocks/my-element-blocks.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.
