# 例子gitbook

## 例子gitbook

## 一号标题

### 二号标题

#### 三号标题

**四号标题**

**五号标题**

**六号标题**

\####### 七号正文

### 定义列表

一些Markdown处理器允许您创建术语及其对应定义的定义列表。要创建定义列表，请在第一行上键入术语。在下一行，键入一个冒号，后跟一个空格和定义。

First Term : This is the definition of the first term.

Second Term : This is one definition of the second term. : This is another definition of the second term.

### 任务列表

使您可以创建带有复选框的项目列表。在支持任务列表的Markdown应用程序中，复选框将显示在内容旁边。要创建任务列表，请在任务列表项之前添加破折号-和方括号\[ ]，并在\[ ]前面加上空格。要选择一个复选框，请在方括号\[x]之间添加 x 。

* [x] Write the press release
* [ ] Update the website
* [ ] Contact the media

### 有序列表

1. First item
2. Second item
3. Third item
   1. 3-1
   2. 3-2
4. Fourth item

### 无序列表

* First item
* Second item
* Third item
  * Indented item
  * Indented item
* Fourth item

### 分割线

***

### 这是一个链接 [Markdown语法](https://markdown.com.cn)。

### 使用表情符号简码

一些Markdown应用程序允许您通过键入表情符号短代码来插入表情符号。这些以冒号开头和结尾，并包含表情符号的名称。

去露营了！ :tent: 很快回来。

真好笑！ :joy:

### emoji

```
# 一号标题

## 二号标题

### 三号标题

#### 四号标题

**五号标题**

**六号标题**

\####### 七号正文

## 定义列表

一些Markdown处理器允许您创建术语及其对应定义的定义列表。要创建定义列表，请在第一行上键入术语。在下一行，键入一个冒号，后跟一个空格和定义。

First Term : This is the definition of the first term.

Second Term : This is one definition of the second term. : This is another definition of the second term.

## 任务列表

使您可以创建带有复选框的项目列表。在支持任务列表的Markdown应用程序中，复选框将显示在内容旁边。要创建任务列表，请在任务列表项之前添加破折号-和方括号\[ ]，并在\[ ]前面加上空格。要选择一个复选框，请在方括号\[x]之间添加 x 。

* [x] Write the press release
* [ ] Update the website
* [ ] Contact the media

## 有序列表

1. First item
2. Second item
3. Third item
   1. 3-1
   2. 3-2
4. Fourth item

## 无序列表

* First item
* Second item
* Third item
  * Indented item
  * Indented item
* Fourth item

## 分割线

***

## 这是一个链接 [Markdown语法](https://markdown.com.cn)。

## 使用表情符号简码

一些Markdown应用程序允许您通过键入表情符号短代码来插入表情符号。这些以冒号开头和结尾，并包含表情符号的名称。

去露营了！ :tent: 很快回来。

真好笑！ :joy:

## emoji

```


---

# 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://www.juzisan.site/gitbook-li-zi-fen-zu/li-zi/li-zi-gitbook.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.
