> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/ji-chu/markdown.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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