# 第三章 上下文工程的理论框架

在掌握大模型基础知识后，本章会建立上下文工程的理论框架。这一框架包括信息环境设计的基本原则、四大核心策略的系统化概览，以及评估上下文质量的方法论。

理论框架是连接基础知识与实践技术的桥梁。后续章节将在这一框架下展开具体技术的详细讨论。

## 本章内容

* [3.1 信息环境设计原则](/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework/3.1_design_principles.md)
* [3.2 四大核心策略概览](/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework/3.2_four_strategies.md)
* [3.3 上下文质量评估](/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework/3.3_quality_metrics.md)
* [3.4 上下文工程方法论](/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework/3.4_methodology.md)
* [3.5 上下文管理的量化评估方法](/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework/3.5_quantitative_evaluation.md)
* [本章小结](/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework/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/context_engineering_guide/di-yi-bu-fen-ren-shi-shang-xia-wen-gong-cheng/03_framework.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.
