> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/genstudio-workspace/tools/teach-me-anything/how-to-use.md).

# 如何使用

Teach Me Anything 提供 8 種不同的類別，以幫助您創建個性化的學習體驗。以下是每個領域的概述，以及您可能考慮的一些示例選擇：

{% hint style="info" %}
這些示例並不全面，您可以輸入任何您認為合適的內容，AI 將會進行調整。
{% endhint %}

* **課程** – 您想學習的具體主題或話題。
  * 文藝復興藝術的歷史
  * 宏觀經濟學
* **語言** – 您希望以何種語言呈現信息。
  * 西班牙語
  * 英語
  * 法語
* **教育程度** – 課程的複雜性和深度，旨在與特定的教育背景或理解相匹配。
  * 小學
  * 高中
  * 本科
  * 研究生
* **學習風格** – 您最能理解和保留信息的首選方法或途徑。
  * 視覺（信息圖表、圖表）
  * 聽覺（口頭解釋、播客）
  * 動覺（互動練習、模擬）
  * 閱讀/寫作（文本內容、工作表）
* **溝通風格** – 信息表達或傳達的方式。
  * 正式（學術、商業化）
  * 非正式（隨意、對話式）
  * 簡潔（簡短、切中要點）
  * 詳細（全面、深入）
* **語調風格** – 課程的情感特質或氛圍。
  * 專業（中立、客觀）
  * 友好（溫暖、平易近人）
  * 幽默（輕鬆、有趣）
  * 熱情（充滿激情、生動）
* **推理框架** – 用於呈現和理解信息的邏輯結構或方法。
  * 分析（拆解組件）
  * 批判（評估利弊）
  * 概念（大局、總體主題）
  * 實用（逐步、可行的見解）
* **使用表情符號** – 融入表情符號以增添內容的表達或插圖元素。
  * 真或假

{% hint style="info" %}
您不必填寫每個類別，但請確保在不希望影響課程結果的情況下刪除默認文本。
{% endhint %}

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

在您個性化這些類別並按下 **生成按鈕** 後，Teach Me Anything 將重申您的偏好並告訴您如何創建課程計劃。

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

### /plan

`/plan` 命令要求 AI 創建一個符合您偏好的課程計劃。輸出將根據您的初始輸入而有很大差異。

<figure><img src="/files/r0FwJyRspVpZDcD0U0f4" 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/Tf6uH2eRkU1P3hsgmh2u" alt="teach me anything 5"><figcaption></figcaption></figure>

### /continue

`/continue` 命令用於將課程推進到下一個主題。

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

### /test

`/test` 命令用於測試您對課程部分的理解。Teach Me Anything 將創建問題或開放式對話，以測試您是否完全理解課程內容或需要更多的複習/練習。

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-hk/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.
