# Configuring the Display Settings

The App supports 2 display types. Only one display can be active at a time.

1. Banner on top: Displays a bar/banner on top with a customizable message and buttons.
2. Popup Box: Displays a modal box with a customizable title, message and buttons.

To configure the display setting go to **Settings** -> **Display Settings**

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

## 1. Configuring the Display Settings

* **Select Type of Display**\
  Choose how the redirection prompt will be displayed:
* **Popup Box Title (if  Popup Box selected)**

  Enter a title for the popup box. This title will appear at the top of the popup.
* **Display Logo Image in Popup Box?  (if  Popup Box selected)**
  * **Yes**: Displays your store logo in the popup box.
  * **No**: Disables the logo display for a simpler look.
* **Yes Button Text**

  Enter the text for the "Yes" button, which confirms the redirection.\
  Example: `Yes, redirect me`.
* **No Button Text**

  Enter the text for the "No" button, which cancels the redirection.\
  Example: `No, stay here`.
* **Message Content**

  Customize the message displayed in the popup box. Use this space to inform users about the redirection.

## 2. Custom CSS

Add custom CSS to style the Banner/Popup box according to your brand.

## 3. Preview and Save Your Changes

* Click **Preview** to see how the popup will look and function.
* Once satisfied, click **Save** to apply your changes.
* If you need to discard the changes, click **Cancel**


---

# 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.spicegems.com/geoip-country-redirect-legacy/configuring-the-display-settings.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.
