> For the complete documentation index, see [llms.txt](https://wiki.aig123.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.aig123.com/prompt-engineering-tutorial/learning-prompt-zhong-wen.md).

# Learning Prompt (中文)

本教程包含两个部分，内容是我在学习 Prompt Engineering 过程中，总结出来的一些经验和方法。如果你也在学习，希望这份教程能够帮到你。

1. [ChatGPT 教程](https://wiki.aig123.com/chatgpt-tutorial)：由浅入深，从使用者的角度，教你如何使用 ChatGPT，以及如何更好地使用 ChatGPT。
2. [Midjourney 教程](https://wiki.aig123.com/midjourney-tutorial)：通过各种场景案例，教你如何使用 Midjourney。即使是小白，看完教程后，也能够快速上手。

它不是什么？

* 本教程不是 prompt 大全，如果你预期是找到能直接用的 prompt，建议你谷歌找一找。本教程更多地是教你方法，以及解释这些方法为何有效。
* 本教程不是权威指南，在这个领域我也只是学生。

**`课程学习地址：`**[**`https://learningprompt.wiki/docs`**](https://learningprompt.wiki/docs)

{% embed url="<https://learningprompt.wiki/docs>" %}

**`项目Github：`**[**`https://github.com/thinkingjimmy/Learning-Prompt`**](https://github.com/thinkingjimmy/Learning-Prompt)

{% embed url="<https://github.com/thinkingjimmy/Learning-Prompt>" %}


---

# 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://wiki.aig123.com/prompt-engineering-tutorial/learning-prompt-zhong-wen.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.
