# List 2D

## Introduction

The **List 2D** **Nodes** allow the user to generate and handle **List 2Ds** in **Scene2Ds**.

## Contents

* [**Add List Element**](/incari-studio/toolbox/incari/list2d/addlistelement.md)
* [**Get Active Index**](/incari-studio/toolbox/incari/list2d/getactiveindex.md)
* [**Get List Data**](/incari-studio/toolbox/incari/list2d/getlistdata.md)
* [**Insert List Element**](/incari-studio/toolbox/incari/list2d/insertlistelement.md)
* [**Remove List Element**](/incari-studio/toolbox/incari/list2d/removelistelement.md)
* [**Set Active Index**](/incari-studio/toolbox/incari/list2d/setactiveindex.md)
* [**Set List Data**](/incari-studio/toolbox/incari/list2d/setlistdata.md)
* [**Set List Element**](/incari-studio/toolbox/incari/list2d/setlistelement.md)


---

# 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.incari.com/incari-studio/toolbox/incari/list2d.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.
