> For the complete documentation index, see [llms.txt](https://minimateapps.gitbook.io/customfield/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimateapps.gitbook.io/customfield/how-to.../how-to-use-the-popup-configuration.md).

# How to use the Popup Configuration?

**Popup Configuration** allows you to add a **clickable link with an image** next to your custom field. This helps customers better understand what is expected (e.g. design examples, instructions, size guides, font size etc.).

#### Follow these steps to set **Popup Configuration**

1. Go to your **field settings**
2. Open the **Format** section
3. Navigate to **Advanced Settings**
4. Click on **Popup Configuration**
5. Enable the popup option
6. Add your content:
   * **Link text** (e.g. *“See example”*, *“View sample”*)
   * **Image** (to show inside the popup)
7. Save your changes

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

***

#### How it works on the product page

* A clickable link will appear next to the custom field
* When customers click the link, a popup will open
* The popup will display your image and help guide the customer

{% hint style="info" %}
Check our [demo store](https://minimateapps.myshopify.com/products/custom-educational-dry-erase-board-text-box) for an example:
{% endhint %}

***

#### When should I use Popup Configuration?

This feature is useful when you want to:

* Show **example designs**
* Provide **upload guidelines**
* Explain **format or size requirements**
* Reduce incorrect submissions from customers


---

# 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://minimateapps.gitbook.io/customfield/how-to.../how-to-use-the-popup-configuration.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.
