# Vertical Scroll Popup

## Overview

This popup contains a disabled multiline input that allows users to scroll through its content.

## Structure

This popup includes the following:

* Disabled multiline input
  * You can add your long text here
  * Please note that you cannot add BBCode formats to the text
* Clicking on ***Button Cancel*** and ***Button I agree*** will close the popup
* This popup can't be closed by pressing 'Esc'

## How to set up

* Update the data source of multiline input element
* Add a workflow to ***Button I agree***
* Add a workflow on the page to show ***Popup verticalScrollPopup***


---

# 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.airdev.co/canvas-pages-and-modules/2.0.0/popups/vertical-scroll-popup.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.
