# 14-下一步

我們現在已經具備設計多數 Go 程式的全部資訊了，只是有能力的程式設計師不該僅止於此。程式設計是需要許多知識的工藝，本章將提供一些建議，關於如何成為程式設計工藝大師。


---

# 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://go.netdpi.net/next.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.
