# Add List Popup

## Overview

![](/files/SfWiJNgQeDxuPTq2yOQx)

A popup to add items to a repeating group and save them to the database.

## Structure

The popup includes the following:

* Input to add a new thing
* **Group Main add (addlist)** icon to initiate the add thing workflow
* **RepeatingGroup list items** that displays a list of texts (you can modify the data type)
  * The Repeating group has a custom state `Texts` for a list of texts (you can modify this as well)
* **Group Main delete (addlist)** icon to delete the added thing from the list
* Clicking on **Button Cancel**, **Button Add items**, and **Group close (addlist**) will close the popup

## How to set up

* Update the data source for **RepeatingGroup list items** and RepeatingGroup list item's texts custom state&#x20;
* Add workflow to **Button Add items**
* Add a workflow on the page to show **Popup addListPopup**


---

# 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/4.0/canvas-library/popups/add-list-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.
