# 本章小结

### 本章小结

恭喜你，学会了这章，你已经超越了 90% 只会发“你好”的 AI 用户。

#### 核心要点回顾

1. **提示词即咒语**：AI 像个拥有神力但死脑筋的精灵，你说的话决定了它的法力如何施展。
2. **黄金三原则**：
   * **立人设**：告诉它是谁（专家、导游、翻译...）。
   * **给背景**：告诉它前因后果（给谁看、为了什么...）。
   * **定约束**：告诉它标准（字数、格式、风格...）。
3. **好用的套路**：
   * **举例法**：直接给它看你想要的样板（Few-Shot）。
   * **分步法**：让它“一步一步思考”（Step-by-Step）。
4. **避坑指南**：拒绝模棱两可，少用否定句，不要一次塞太多任务。

#### 下章预告

如果你觉得今天的技巧还不够过瘾，下一章我们将进入 **提示词工程的进阶地带**。

即使你已经会写不错的提示词，但如何让 AI 帮你处理极其复杂的任务？如何让它输出完美的 JSON 数据给程序用？如何通过引导“分步推理/关键步骤”来提升复杂题目的稳定性？

### 下一章，我们将解锁更高级的玩法，把 AI 从“聊天对象”变成真正的“生产力工具”。

> 📝 **发现错误或有改进建议？** 欢迎提交 [Issue](https://github.com/yeasy/ai_beginner_guide/issues) 或 [PR](https://github.com/yeasy/ai_beginner_guide/pulls)。


---

# 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://yeasy.gitbook.io/ai_beginner_guide/di-san-bu-fen-shi-zhan-ying-yong-ji-qiao/11_prompt_basics/summary.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.
