# 提示工程

本指南旨在分享一些策略和技巧，以帮助您从大型语言模型（如 GPT-4，以下简称为GPT模型）中获得更好的结果。描述的方法可以单独使用，也可以组合使用以增强效果。我们鼓励您进行实验，找出最适合您需求的方法。

模型选择 请注意，某些示例可能仅适用于我们最强大的模型GPT-4。一般来说，如果您发现一个模型在完成特定任务时遇到困难，且有更高能力的模型可用，那么尝试使用更高能力的模型往往是值得的。

探索提示示例 为了更好地了解 GPT 模型的能力，您可以探索以下提示示例：

提示示例：了解 GPT 模型可以完成的任务类型


---

# 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://doc.afarensis.com/ti-shi-gong-cheng.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.
