# 管理 List

### 编辑 List

登录 ChainBot 平台后，个人页面选择 "My Lists"，选择特定的 Card，选择 “Edit”。

<figure><img src="/files/L8enWDpOpL1NnjmocLIr" alt=""><figcaption></figcaption></figure>

### 删除 List

登录 ChainBot 平台后，个人页面选择 "My Lists"，选择特定的 Card，选择 “Delete”。

### 订阅 List

登录 ChainBot 平台后，个人页面选择 "My Lists"，选择特定的 Card，点击 “Subscribe” 按钮，即可订阅该 List 下的所有内容。


---

# 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/manage-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.
