# Dropdown

## What is a Dropdown?

A **Dropdown** allows you to add a customizable drop-down text to the checkout, where you can address commonly asked questions, such as delivery times, product questions, or warranty information.

<figure><img src="/files/x4cmpKgG2Cku4GEv4AeU" alt=""><figcaption><p>Example of a Dropdown extension.</p></figcaption></figure>

***

## How to configure a Dropdown?

Follow the instructions below to setup a **Dropdown:**

1. From the dashboard, go to **Extensions** tab.
2. In the Extensions page, scroll down and find the extension you'd like to set up and click **Add to Checkout.**
3. Open the **Settings** window, and adjust the heading of the Dropdown.\
   ![](/files/XfYeWPHoROXexBASlJaD)
4. Edit the title and body text for each dropdown (to a max of 3).\
   ![](/files/bVOZP4dSjg6qezWXaSx5)
5. If you would like to delete a dropdown, click the trash icon.\
   ![](/files/D0ONIvFZq8u50NCElPVd)
6. If you would like to add an icon, click Add Dropdown.\
   ![](/files/hxeFtkTO3uSxQiC4Y9mJ)
7. Enter a custom name (optional).\
   &#x20;![](/files/7D54shxWrqqMuE4GihhD)
8. Click the **`+`** icon to copy the Handle to your clipboard.\
   &#x20;![](/files/Bu8UB42qnBL8TSP9Svp1)
9. Hit **`Save`** to to ensure your settings and saved.
10. Open your Checkout Editor and [install your extension](https://docs.platter.co/~/changes/QMi520wn6lsXSXuRamqi/get-started/get-started-in-3-steps#installing-an-extension).


---

# 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.platter.com/checkout/checkout-extensions/dropdown.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.
