# 第十章 主流 AI 工具使用指南

> 手把手教你使用 ChatGPT、Claude、Gemini 等主流 AI 工具 **特别提示**：各大 AI 工具的版本迭代、功能限制与价格策略变化极快。书中所提内容以近期普遍情况为例，实际使用时请务必**以各产品官网发布的最新信息为准**。

***

前面的章节我们了解了 AI 的原理，现在到了大家最关心的环节——**怎么用？**

对于普通人来说，不需要通过编程来使用 AI。现在主流 AI 工具大多像聊天软件一样简单：你发给它一句话（这叫“提示词”），它回你一段话、一张图或一段代码。

本章将作为你的“向导”，带你逐一认识当前常见的 AI 工具。我们会带你了解它们各自的特点，以及更擅长什么场景。把这些工具用好，你就像拥有了一个由不同专长助手组成的私人顾问团。

## 本章内容

* **10.1 ChatGPT 使用详解**：AI 时代的开启者，全能型助手
* **10.2 Claude 使用详解**：写作与长文处理表现稳定
* **10.3 Gemini 使用详解**：Google 生态整合能力突出
* **10.4 国产 AI 工具**：聚焦通义、DeepSeek、Kimi 等本土工具
* **10.5 垂直领域工具**：绘画、音乐、搜索、编程等领域的利器


---

# 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://yeasy.gitbook.io/ai_beginner_guide/di-san-bu-fen-shi-zhan-ying-yong-ji-qiao/10_ai_tools.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.
