# Product List Page (PLP) and Collections

## Product List Page

In eCommerce, **PLP** stands for **Product Listing Page**. It’s the page that displays a collection of products within a category or search results, helping customers browse and find the items they’re interested in.

The key elements typically found on a PLP include: product thumbnails, product titles, price information, filters and sorting options, pagination and quick view.

## Collection

The term **collections** is used to refer to PLPs as well as lists of products displayed on any other page. For example, collections can be included on a home page or a product page (Product Detail Page) to show a list of related products. These collections can be presented as lists, grids or carrousels.&#x20;

## Theme edits

Discount Ninja supports two widgets on PLPs and collections:

* Price
* Badge

To support the above widgets, the PLP/collection also needs to implement attributes for the &#x20;


---

# 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://developers.discountninja.io/discount-ninja-developer-hub/theme-edits/code-edits/product-list-page-plp-and-collections.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.
