> For the complete documentation index, see [llms.txt](https://docs.discorddungeons.me/quest-editor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discorddungeons.me/quest-editor/list-blocks/create_list.md).

# Create List Block

![Create List Block](/files/-LNixDeSGPIZ9rbnl6rq)

Creates a list from the given blocks. If you don't supply any arguments, this creates an empty list, which you can add elements to later. This block is a mutator. Clicking the blue cogwheel icon will allow you to add additional items to your list

## Generated Code

```javascript
[element1, element2, element3];
```
