# 教程预览

快速开始部分提供了一个快速部署一个简单的默认程序，而无需关注实现细节的方法。

下面的独立的教程会指出每一个操作的细节。

如果你想简单了解快速开始和教程部分，这个预览部分可以帮助你总结相关内容。

安装完DFINITY Canister SDK后，这些是全部你需要了解的内容

1. 创建新项目并进入项目目录

   ```
   dfx new <project_name> && cd <project_name>>
   ```
2. 编辑定义服务或应用的后端代码
3. 编辑为应用或服务提供前端的HTML，JavaScript和CSS代码
4. 在本地启动ICP开发网络或连接到一个ICP网络
5. 注册，构建并部署在本地网络

   ```
   dfx deploy --network <network>
   ```
6. 浏览器中查看你的服务或应用


---

# 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://mixdao.gitbook.io/dfinity/si-.-jiao-cheng/jiao-cheng-yu-lan.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.
