# Markdown

GitBook hỗ trợ nhiều loại nội dung khác nhau và được hỗ trợ bởi Markdown — nghĩa là bạn có thể sao chép và dán bất kỳ tệp Markdown hiện có nào trực tiếp vào trình chỉnh sửa!

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

Hãy thoải mái thử nghiệm và sao chép Markdown dưới đây bằng cách di chuột qua khối mã ở góc trên bên phải và dán vào một dòng mới bên dưới.

```markdown
# Heading

This is some paragraph text, with a [link](https://docs.gitbook.com) to our docs. 

## Heading 2
- Point 1
- Point 2
- Point 3
```

{% hint style="info" %}
Nếu bạn có nhiều tệp, GitBook giúp dễ dàng nhập toàn bộ kho lưu trữ — cho phép bạn giữ nội dung GitBook của mình đồng bộ.
{% 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/vietnamese-documentation/co-ban/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.
