# 第十四章 未来趋势与展望

作为本书的最后一章，我们将展望提示词工程的未来发展方向，包括从提示词工程到上下文工程的演进、多 Agent 协作、职业发展以及行业应用案例。

***

## 本章目标

* 理解本章核心概念与适用场景
* 掌握可复用的提示词/工作流模式
* 能将方法迁移到自己的任务中

## 先修知识

* 建议先阅读上一章或同等基础内容
* 如涉及代码示例，具备基本编程与 API 调用常识

## 本章内容

* [14.1 从提示词工程到上下文工程](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/14_future/14.1_context_engineering.md)
* [14.2 多 Agent 协作与编排](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/14_future/14.2_multi_agent.md)
* [14.3 提示词工程的职业发展](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/14_future/14.3_career.md)
* [14.4 行业应用案例与最佳实践](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/14_future/14.4_industry_cases.md)
* [本章小结](/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/14_future/summary.md)


---

# 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/prompt_engineering_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/14_future.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.
