# Introduction

![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)

Thymeleaf 3.0 中文翻译 -《Thymeleaf参考指南》

说明：

本文档翻译的版本：[3.0.9.RELEASE](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html)

GitBook : [Thymeleaf参考指南](https://jack80342.gitbook.io/thymeleaf/)

GitHub : [Thymeleaf参考指南](https://github.com/jack80342/Thymeleaf-Reference-Guide)

我从二零一七年秋天开始翻译这份文档。本来想按顺序翻译完《Using Thymeleaf》、《Thymeleaf + Spring》、《Extending Thymeleaf》三份文档。但是不巧，之后一直忙于工作。没有办法，翻译完《Using Thymeleaf》就此止步。\
Good luck!🍭

如果这份文档帮到了你🙃，你可以给我家的小白买几条小鱼干🐟。

| WeChatPay                                                                      | ALipay                                                                   | [Paypal](https://www.paypal.me/jack8034)                                 |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| ![WeChatPay](https://github.com/jack80342/Materials/blob/master/wechatpay.jpg) | ![ALiPay](https://github.com/jack80342/Materials/blob/master/alipay.jpg) | ![PayPal](https://github.com/jack80342/Materials/blob/master/paypal.PNG) |


---

# 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://jack80342.gitbook.io/thymeleaf/master.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.
