# List

{% hint style="info" %}
Use Primitives prefabs to customize all the variants at once

Use the variants in your scene
{% endhint %}

{% tabs %}
{% tab title="List Group" %}

<figure><img src="/files/GJYsEfNVWyYpw2Yb1tQl" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="List Item Bolean" %}

<figure><img src="/files/PVo1YKTwwAGtBHSjWVbo" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="List Item Navigation" %}

<figure><img src="/files/hWt55nPAnZP4rHQCYNCm" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## List structure in Unity

### Primitive List prefabs

* Primitive List Item

*Find it in FloatGrids/Design System/Customization/Primitive UI Components/List Primitive*

### Prefab variants

* List Group
* List Item Bolean
* List Item Navigation

*Find them in FloatGrids/Design System/UI Components/List*

{% embed url="<https://youtu.be/_MkaJ3I4Cgk>" %}


---

# 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.floatgrids.com/ui-components/list.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.
