# UI.InputGroup Data

## 1. Description

This input is different from the others because it doesn't add an input type to the UI.MultipleInputForm++ forms. It was only designed to let you visually group inputs on the form in order to give your users a better understanding of the different "sections" of inputs. &#x20;

![](/files/-LODPfMbnB0Qly7_L-Vv)

## 2. Inputs

* **GroupTitle (optional):**\
  This input allows you to add a title to your group of inputs.

![](/files/-LODQ-4xKXRTE0LMRnB9)

* **Inputs:**\
  This is where you need to feed all the inputs you wish to group together on the form. The inputs must be joined in a list (using List.Create).&#x20;

![](/files/-LODQWu9-oyJU2HiQ6W-)

## 3. Output

The InputGroup input type doesn't return any output of its own. It does'nt have any concequence on the way inputs are returned by UI.MutipleInputForm++.

![](/files/-LODRPsDF0LvakCNpJ1P)

## Tips & Tricks

The node will only take a list of items to group so if you are trying to group a single input you need to add a List.Create after the input you are trying to group and the UIInputGroup Data


---

# 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://datashapes.gitbook.io/primer/ui/inputgroup-data.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.
