# Creating Custom Lists

*Skill Level: Intermediate*

## Before You Begin

* Should have knowledge of [Databases](/database.md)
* Should have knowledge of [Lists ](/component-basics/connecting-lists-and-forms-to-a-database.md)

{% tabs %}
{% tab title="Simple" %}
Custom Lists give you access to add Adalo Components to your list items.

Want to add a toggle? You can.\
Want to add an image to your custom list? Go for it!\
Want total power to take over the world? It's on our roadmap. 🚀   &#x20;
{% endtab %}

{% tab title="In-Depth" %}

### Custom Lists

![](/files/-LiilsISjp8qYMyp4HGN)

To create a custom list, instead of using one of the pre-made list components, build a screen by dragging in the list option from the simple components&#x20;

1. Click on the list, then select 'Components' and 'Add Components'
2. Drag in and position new components
3. Change all of the elements of the list to dynamic (using [Magic Text](/component-basics/inserting-dynamic-text.md))

![](/files/-LiimHA-5b0QmNsvds8V)

{% endtab %}

{% tab title="Video" %}

{% embed url="<https://youtu.be/BgrrV20_I7s>" %}
Learn about Custom Lists in roughly two minutes.&#x20;
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=isYu07-uORo&feature=youtu.be>" %}
{% endtab %}
{% endtabs %}


---

# 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://help.adalo.com/component-basics/connecting-lists-and-forms-to-a-database/creating-a-custom-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.
