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