# 基础用法

注意

本章节会简单介绍下 prompt ，如果你已经懂得使用 ChatGPT 这类产品的用法，可跳过这一章。

如果你没怎么使用过类似 ChatGPT 这类 Chatbot 产品，我简单说下它的基本用法：

* 你只需要登录 ChatGPT 后，在输入框内输入问题，或者指令即可。AI 会根据你的指令，返回相应的内容，在后续的章节中，我会介绍更详细的用法与技巧：

<img src="https://learningprompt.wiki/assets/images/basicprompt-eedea08227be6ba333afbcd9d07dc84d.png" alt="basicprompt.png" height="2326" width="2962">

* 另外，还有一个特别留意的，ChatGPT 跟你之前用的一些 AI 产品不同，它还支持多轮对话，比如当你问 `What is the capital of China?` (中国的首都是什么？)，它回答 Beijing，你可以接着问 `How many people are there？` ，你不需要在问题里重复 Beijing 这个词。ChatGPT 知道 there 指的就是 Beijing。


---

# 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-chu-pian/ji-chu-yong-fa.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.
