# Show Information Popup

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Action

Block Type: [Regular](https://docs.zingy.ai/app-editor/block-anatomy#regular-block)
{% endhint %}

The **`Show Information Popup`** block is used to present a [modal](https://en.wikipedia.org/wiki/Modal_window) popup containing a message or any other information to be shown the user. The modal popup is pre-configured to present only the OK button for closing the popup.

<div align="left"><figure><img src="https://3401585094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmnBepgycwgisXr9ya1N4%2Fuploads%2F72LrSw2PaHiQK752gxV8%2Fimage.png?alt=media&#x26;token=79bb75ad-30f2-4c15-9bf7-0e754742e0eb" alt="" width="365"><figcaption><p>Show Information Popup block</p></figcaption></figure></div>

The block consists of the following (from top to bottom):

* *Title*: [Value Parameter](https://docs.zingy.ai/app-editor/block-anatomy#value-parameters) that accepts a [*text*](https://docs.zingy.ai/app-editor/page-flow/references/value-types) value to use for the title of the popup.
* *Message*: [Value Parameter](https://docs.zingy.ai/app-editor/block-anatomy#value-parameters) that accepts a [*text*](https://docs.zingy.ai/app-editor/page-flow/references/value-types) value to use for the message to be shown.
* *Customization*: Optional [Value Parameter](https://docs.zingy.ai/app-editor/block-anatomy#value-parameters) that accepts a [*object*](https://docs.zingy.ai/app-editor/page-flow/references/value-types) value with properties for [customizing the popup](https://docs.zingy.ai/app-editor/page-flow/references/popup-customization).
* *Closed Tasks*: a [Flow Parameter](https://docs.zingy.ai/app-editor/block-anatomy#flow-parameters) where you connect blocks that specify what you want done after the popup is closed.

***

## Usage Example

The image below shows an example of the Show Information Popup block used to present a message.

<div align="left"><figure><img src="https://3401585094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmnBepgycwgisXr9ya1N4%2Fuploads%2FRZAoMXH8AhKFpPioelnE%2Fimage.png?alt=media&#x26;token=5027eb10-d4ba-437f-b54d-b571a6a50af1" alt=""><figcaption><p>Example of Show Information Popup</p></figcaption></figure></div>
