# 下一步

既然您已经了解了如何在 Internet Computer网络上部署应用程序，您就可以开发和部署您自己的程序了。

您可以在整个文档中找到更详细的示例和教程，以帮助您了解如何使用 Motoko 以及如何为 Internet Computer开发应用程序。

以下是有关下一步的一些建议：

* 探索在本地开发环境中构建前端和后端应用程序的教程。
* 什么是Candid？ 了解 Candid 接口描述语言如何实现服务互操作性和可组合性。
* Motoko 概览以了解使用 Motoko 的功能和语法。


---

# 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/yi-kuai-su-ru-men/2.-wang-luo-bu-shu/xia-yi-bu.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.
