# 技巧篇

- [技巧1：To Do and Not To Do](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-1to-do-and-not-to-do.md)
- [技巧2：增加示例](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-2-zeng-jia-shi-li.md)
- [技巧3：使用引导词，引导模型输出特定内容](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-3-shi-yong-yin-dao-ci-yin-dao-mo-xing-shu-chu-te-ding-nei-rong.md)
- [技巧4：增加 Role（角色）或人物](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-4-zeng-jia-role-jue-se-huo-ren-wu.md)
- [技巧5：使用特殊符号指令和需要处理的文本分开](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-5-shi-yong-te-shu-fu-hao-zhi-ling-he-xu-yao-chu-li-de-wen-ben-fen-kai.md)
- [技巧6：通过格式词阐述需要输出的格式](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-6-tong-guo-ge-shi-ci-chan-shu-xu-yao-shu-chu-de-ge-shi.md)
- [技巧7：Zero-Shot Chain of Thought](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-7zeroshot-chain-of-thought.md)
- [技巧8：Few-Shot Chain of Thought](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-8fewshot-chain-of-thought.md)
- [技巧9：其他](https://wiki.aig123.com/chatgpt-tutorial/ji-qiao-pian/ji-qiao-9-qi-ta.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/ji-qiao-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.
