# Product Drop Down / Select

<figure><img src="/files/5pbwH8pvQFNmhuGH3Fri" alt="" width="254"><figcaption></figcaption></figure>

Customers can select products from a dropdown list. These instructions are only for products. If you want to select variants then use the page builder elements under Products. These instructions are valid for both checkout and upsell pages.

Drag a “Select” element onto the page.

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

Under Settings, set Name = “Product”. Enter the products under Options in the order you want to display them. Use the following format for each product (note that “description” is only for the list. The actual description displayed in the cart will be from the product metadata):

<table><thead><tr><th>Name</th><th>Value</th><th data-hidden></th></tr></thead><tbody><tr><td>description</td><td>campaignProductID</td><td></td></tr><tr><td>description</td><td>campaignProductID</td><td></td></tr><tr><td>description</td><td>campaignProductID</td><td></td></tr><tr><td>description</td><td>campaignProductID</td><td></td></tr></tbody></table>

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

For example, to list several shirt size products, your new Options might look like:

<table><thead><tr><th>Name</th><th>Value</th><th data-hidden></th></tr></thead><tbody><tr><td>Small</td><td>556</td><td></td></tr><tr><td>Medium</td><td>557</td><td></td></tr><tr><td>Large</td><td>558</td><td></td></tr><tr><td>X-Large</td><td>559</td><td></td></tr><tr><td>XX-Large</td><td>560</td><td></td></tr></tbody></table>


---

# 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://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/product-drop-down-select.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.
