> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/form-management/form-designer/answers/answer-types/creating-new-type/lists/list-collections.md).

# List Items

The list items answer type allows you to create lists based on the items that you can define manually through the list items editing interface.

## ➕ Adding a new item

You may add a new item using its **item text** which is the text that will be displayed to the respondent in the list and the item value which is the **value** that will be saved along the respondent answers.&#x20;

![](https://1025048312-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M8fLhS0bmfBRyq0HdUm%2F-MC0nEiVuLiWhhEfk8mQ%2F-MC0nvKeY-3SKzFs5_hH%2Fimage.png?alt=media\&token=f1e7bfc3-f765-4bae-b8ba-fb29ccb3f153)

## 🔅 List item properties

* **`Type name`** display name of the list.
* **`Collection layout rendering`** defines how the list will be rendered either as a dropdown list, as autocomplete field that will filter the list based on the respondent entry or as toggle push buttons.
* **`Answers sort order`**&#x64;efines the order in which the list item will be displayed. This can be handy in multi-language lists where item text differ from one language to another.
* **`Language`** you may define a different list for each languages. This is very handy if you use your type in a [multi-language](/form-management/form-designer/multi-language-forms/creating-a-multi-language-form.md) survey and what to show different items based on the respondent language.
* **`Selections multiple`**&#x69;f you want to allow the respondent to select multiple answers from the list.  Note that if multiple answers are selected from a list these will still be stored as a single answer in the respondent dataset separated by a # character. eg: selectanswer1#selectanswerr2#selectedanswer3


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/form-management/form-designer/answers/answer-types/creating-new-type/lists/list-collections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
