# タスクリスト

タスクリストを使用すると、チェックボックス付きの項目リストを作成でき、チェックしたり外したりできます。

{% 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/ja-gitbook-documentation/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.
