# 任务列表

任务列表允许你创建一个带有复选框的项目列表，你可以勾选或取消勾选这些复选框。

{% hint style="info" %}
**注意：** 你已发布空间的读者将无法勾选或取消勾选这些框。你可以在创建内容时决定哪些框被勾选、哪些框未被勾选。
{% endhint %}

### 任务列表示例

* [ ] 这是一个尚未完成的任务
  * [x] 这是一个已经完成的子任务，使用以下方式缩进 `Tab`.
  * [ ] 这是一个尚未完成的子任务。
* [ ] 最后，这是一个未缩进的项目，使用以下方式 `shift` + `选项卡`.

### Markdown 表示

```markdown
- [ ] 这是一个尚未完成的任务
  - [x] 这是一个已经完成的子任务，使用 `tab` 缩进
  - [ ] 这是一个尚未完成的子任务。
- [ ] 最后，这是一个未缩进的项目，使用 `shift` + `tab`。
```


---

# 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://gitbook.com/docs/documentation/zh/creating-content/blocks/task-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.
