> For the complete documentation index, see [llms.txt](https://wiki.aig123.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.aig123.com/chatgpt-tutorial/ji-chu-pian/ji-chu-yong-fa.md).

# 基础用法

注意

本章节会简单介绍下 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。
