> For the complete documentation index, see [llms.txt](https://u.naturaldao.io/solidity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng.md).

# 1.6 Solidity语言教程

- [1.6.1 典型Solidity源文件包含的组成部分](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/package.md)
- [1.6.2 智能合约的组成部分](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/compound.md)
- [1.6.3 类型介绍](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/types.md)
- [1.6.4 单位及全局变量](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/unite.md)
- [1.6.5 表达式及控制结构](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/structure.md)
- [1.6.6 Solidity中的智能合约](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/innersc.md)
- [1.6.7 Solidity汇编语言](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/assembly.md)
- [1.6.8 Solidity编码风格](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/coding-style.md)
- [1.6.9 Solidity V0.5.0版本与之前版本的显著区别](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/new-features.md)
- [1.6.10 Solidity V0.6.0版本与之前版本的显著区别](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/1.6.10-solidity-v0.6.0-ban-ben-yu-zhi-qian-ban-ben-de-xian-zhu-qu-bie.md)
- [1.6.11 课外参考](https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng/references.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://u.naturaldao.io/solidity/1.6-solidity-yu-yan-jiao-cheng.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
