# Markdown

GitBook 支持多种类型的内容，并且以 Markdown 为基础——这意味着您可以直接将现有的 Markdown 文件复制并粘贴到编辑器中！

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

请随意测试一下，通过将鼠标悬停在右上角的代码块上来复制下面的 Markdown，并粘贴到下面的新行中。

```markdown
# 标题

这是一些段落文本，带有一个指向我们文档的[链接](https://docs.gitbook.com)。

## 标题 2
- 点 1
- 点 2
- 点 3
```

{% hint style="info" %}
如果您有多个文件，GitBook 也可以轻松导入完整的存储库——让您保持 GitBook 内容的同步。
{% endhint %}


---

# 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.incogniton.com/documentation/chinese-documentation/ji-chu/markdown.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.
