# 1. 导言(Introduction)

To get started with Forc and Sway smart contract development, install the Fuel toolchain and Fuel full node and set up your first project.

要开始 Forc 和 Sway 智能合约开发，请安装 Fuel 工具链和 Fuel 全节点，并设置您的第一个项目。

* [Installation](https://fuellabs.github.io/sway/v0.38.0/book/introduction/installation.html)\
  [安装](https://fuellabs.github.io/sway/v0.38.0/book/introduction/installation.html)
* [Sway Quickstart](https://fuellabs.github.io/sway/v0.38.0/book/introduction/sway_quickstart.html)\
  [Sway 快速入门](https://fuellabs.github.io/sway/v0.38.0/book/introduction/sway_quickstart.html)
* [The Fuel Toolchain](https://fuellabs.github.io/sway/v0.38.0/book/introduction/fuel_toolchain.html)\
  [燃料工具链](https://fuellabs.github.io/sway/v0.38.0/book/introduction/fuel_toolchain.html)
* [A Forc Project](https://fuellabs.github.io/sway/v0.38.0/book/introduction/forc_project.html)\
  [Forc 项目](https://fuellabs.github.io/sway/v0.38.0/book/introduction/forc_project.html)
* [Standard Library](https://fuellabs.github.io/sway/v0.38.0/book/introduction/standard_library.html)\
  [标准库](https://fuellabs.github.io/sway/v0.38.0/book/introduction/standard_library.html)


---

# 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://zenofchain.gitbook.io/sway-bian-cheng-yu-yan-geng-xin-zhong-the-sway-programming-languageupdatin/1.-dao-yan-introduction.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.
