> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/component-basics/connecting-lists-and-forms-to-a-database/creating-a-custom-list.md).

# カスタムリストの作成

*スキルレベル: 中級*

## 開始前に

* [データベース](https://app.gitbook.com/@adalo/s/foundry-pt-2/~/drafts/-MhGGRoM0G6ZbMFSusjq/database)の知識が必要です
* [リスト](https://app.gitbook.com/@adalo/s/foundry-pt-2/~/drafts/-MhGGRoM0G6ZbMFSusjq/component-basics/connecting-lists-and-forms-to-a-database)の知識が必要です

{% tabs %}
{% tab title="シンプル" %}
カスタムリストを使用すると、Adaloコンポーネントをリストアイテムに追加できます。

トグルを追加したいですか？できます。\
カスタムリストに画像を追加したいですか？やってください！\
世界を支配するための完全な権力を持ちたいですか？それは私たちのロードマップにあります。 🚀
{% endtab %}

{% tab title="詳細" %}

#### カスタムリスト

![](/files/UPaLsV5pk3WbLDXuRKNW)

カスタムリストを作成するには、事前に作成されたリストコンポーネントの代わりに、シンプルコンポーネントからリストオプションをドラッグして画面を構築します

1. リストをクリックし、「コンポーネント」を選択して「コンポーネントを追加」します
2. 新しいコンポーネントをドラッグして配置します
3. リストのすべての要素を動的に変更します（[マジックテキスト](/ja/component-basics/inserting-dynamic-text.md)を使用）

![](/files/5T6vWy9HpunThzGh3hIa)
{% endtab %}

{% tab title="ビデオ" %}
{% embed url="<https://youtu.be/BgrrV20_I7s>" %}
約2分でカスタムリストについて学びます。
{% endembed %}

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


---

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