# 高级篇

- [ChatGPT Prompt Framework](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/chatgpt-prompt-framework.md)
- [Zero-Shot Prompts](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/zero-shot-prompts.md)
- [Few-Shot Prompting](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/few-shot-prompting.md)
- [Self-Consistency](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/self-consistency.md)
- [PAL Models](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/pal-models.md)
- [OpenAI Playground 使用方法](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/openai-playground-shi-yong-fang-fa.md)
- [搭建基于知识库内容的机器人](https://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian/da-jian-ji-yu-zhi-shi-ku-nei-rong-de-ji-qi-ren.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://wiki.aig123.com/chatgpt-tutorial/gao-ji-pian.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.
