# 创建 List

### 如何创建 List?

登录 ChainBot 平台后，个人页面选择“My Lists” -> "+ Add List"。

<div align="left" data-full-width="false"><figure><img src="/files/ErTXEPFwudZZuJClZZqA" alt=""><figcaption><p>Create a List</p></figcaption></figure></div>

<figure><img src="/files/Mf7OIFgtx4dfMksaamsM" alt=""><figcaption><p>Create a List</p></figcaption></figure>

#### 创建List时需要的信息

<table><thead><tr><th width="187">字段名</th><th>说明</th><th>是否必填</th></tr></thead><tbody><tr><td>Name</td><td>创建 List 的名称</td><td>是</td></tr><tr><td>Description</td><td>该 List 的详细描述</td><td>是</td></tr></tbody></table>


---

# 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.chainbot.io/zh/basic-usage/lists/create-lists.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.
