> For the complete documentation index, see [llms.txt](https://help.pagefly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pagefly.io/faq-and-troubleshooting/troubleshooting/error-messages/limit-elements-on-a-page.md).

# Limit elements on a page

### Overview

Sometimes, while editing your page, you might see this message: “**You already added one element in the page**”. In this article, we’ll demonstrate how you can fix this problem.

### How To Fix Limit Elements On A Page Issue?

This issue can happen due to you exceeding the limited number of elements that are allowed on each page. With some specific elements, you can only use one per page or they will collide with other elements and not work properly.

![](/files/QTEpoIfsmCbXCvlC228j)

You can delete the existing element and replace it, or if you only need to change its location, just select the element and move it to the desired location in the layout.

* Step 1: Select the existing element and click trash bin icon to delete

![](/files/cotYia35GLJ7imDn1HY4)

* Step 2: Re-select the element and place it in the desired location on the page

![](/files/THOvfwbg9lrDPFJmeebR)

### Tips And Best Practices

* Ensure not to exceed the one element limit per page to avoid conflicts.
* If necessary, delete the existing element before adding a new one.

### Additional Resources

* [How to Use Shopify Product Quantity Element with PageFly](https://help.pagefly.io/manual/shopify-elements-product-quantity/)
* [How to Use PageFly Layout Element?](https://help.pagefly.io/manual/layout-element/)


---

# 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.pagefly.io/faq-and-troubleshooting/troubleshooting/error-messages/limit-elements-on-a-page.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.
