# 基础使用场景

- [文字工作](https://aieat.cydiar.com/recipes/ji-chu-shi-yong-chang-jing/wen-zi-gong-zuo.md): ChatGPT 能为文字工作者带来什么呢？来更新下关于你的案例吧！
- [学习研究](https://aieat.cydiar.com/recipes/ji-chu-shi-yong-chang-jing/xue-xi-yan-jiu.md): ChatGPT 能对学习研究产生怎样的巨大贡献？来更新下你的案例吧！
- [编程开发](https://aieat.cydiar.com/recipes/ji-chu-shi-yong-chang-jing/bian-cheng-kai-fa.md): ChatGPT 能对编程开发带来多大的贡献？来贴经典解决Bug案例吧！


---

# 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://aieat.cydiar.com/recipes/ji-chu-shi-yong-chang-jing.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.
