# 如何使用

Teach Me Anything 提供 8 个不同的类别，帮助您创建个性化的学习体验。以下是每个领域的概述，以及您可能考虑的一些示例选择：

{% hint style="info" %}
这些示例并不详尽，您可以输入任何您认为合适的内容，AI 将进行调整。
{% endhint %}

* **课程** – 您想要学习的具体主题或话题。
  * 文艺复兴艺术的历史
  * 宏观经济学
* **语言** – 您希望以哪种语言呈现信息。
  * 西班牙语
  * 英语
  * 法语
* **教育水平** – 课程的复杂性和深度，旨在匹配特定的教育背景或理解能力。
  * 小学
  * 高中
  * 本科
  * 研究生
* **学习风格** – 您最佳理解和保留信息的首选方法或途径。
  * 视觉（信息图表，图表）
  * 听觉（口头解释，播客）
  * 动觉（互动练习，模拟）
  * 阅读/写作（文本内容，工作表）
* **沟通风格** – 信息表达或传达的方式。
  * 正式（学术，商务）
  * 非正式（随意，交谈）
  * 简洁（简短，直截了当）
  * 详细（全面，深入）
* **语气风格** – 课程的情感特质或氛围。
  * 专业（中立，客观）
  * 友好（温暖，平易近人）
  * 幽默（轻松，有趣）
  * 热情（充满激情，生动）
* **推理框架** – 用于呈现和理解信息的逻辑结构或方法。
  * 分析（分解组件）
  * 批判（评估利弊）
  * 概念（大局，整体主题）
  * 实用（逐步，可操作的见解）
* **使用表情符号** – 融入表情符号，为内容增添表现力或说明性元素。
  * 真或假

{% hint style="info" %}
您不必填写每个类别，但请确保在不希望影响课程结果时删除默认文本。
{% endhint %}

<figure><img src="/files/1cJtbNnlyKqatWZMkxFQ" alt="teach me anything 2"><figcaption></figcaption></figure>

在您个性化这些类别并按下 **生成按钮** 后，Teach Me Anything 将重申您的偏好，并告诉您如何创建课程计划。

<figure><img src="/files/snyms4dnH8Wmo2IPnfxH" alt="teach me anything 3"><figcaption></figcaption></figure>

### /plan

`/plan` 命令要求 AI 创建一个符合您偏好的课程计划。输出将根据您的初始输入而有很大差异。

<figure><img src="/files/E7zFiareVF6Jg9rAd148" alt="teach me anything 4"><figcaption></figcaption></figure>

### /change

`/change` 命令允许您修改您的偏好设置。例如，您可以通过输入 `/change learning style=Active` 来更改学习风格。

### /skip

`/skip` 命令允许您跳过课程的某个部分。例如，如果 Teach Me Anything 建议您已经感到舒适的先决内容，请输入 `/skip` 以继续前进。

### /start

`/start` 命令用于在您对您的偏好和课程计划满意后正式开始课程。

<figure><img src="/files/PTj3iwc507DGVxXN5CgV" alt="teach me anything 5"><figcaption></figcaption></figure>

### /continue

`/continue` 命令用于将课程推进到下一个主题。

<figure><img src="/files/LwSFs5fw0ysQBhJ6Oxr2" alt="teach me anything 6"><figcaption></figcaption></figure>

### /test

`/test` 命令用于测试您对课程部分的理解。Teach Me Anything 将创建问题或开放式对话，以测试您是否完全理解课程内容或需要更多的复习/练习。

<figure><img src="/files/QLO1Zug0li5itdZdZgfK" alt="teach me anything 7"><figcaption></figcaption></figure>


---

# 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://docs.skydeck.ai/zh-cn/genstudio-workspace/tools/teach-me-anything/how-to-use.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.
