# How to Use

Teach Me Anything offers 8 different categories to help you create a personalized learning experience. Here's an overview of each field, along with some example selections you might consider:

{% hint style="info" %}
These examples are not exhaustive, you can enter anything that you think is appropriate, and the AI will adjust.
{% endhint %}

* **Lesson** – the specific subject or topic you want to learn about.
  * The History of Renaissance Art
  * Macroeconomics
* **Language** – the language in which you want the information to be presented.
  * Spanish
  * English
  * French
* **Education Level** – the complexity and depth of the lesson designed to match a specific educational background or understanding.
  * Elementary
  * High School
  * Undergraduate
  * Postgraduate
* **Learning Style** – the preferred method or approach through which you best understand and retain information.
  * Visual (infographics, charts)
  * Auditory (spoken explanations, podcasts)
  * Kinesthetic (interactive exercises, simulations)
  * Reading/Writing (textual content, worksheets)
* **Communication Style** – The manner in which the information is articulated or conveyed.
  * Formal (academic, business-like)
  * Informal (casual, conversational)
  * Succinct (brief, to-the-point)
  * Detailed (comprehensive, in-depth)
* **Tone Style** – The emotional quality or mood of the lesson.
  * Professional (neutral, objective)
  * Friendly (warm, approachable)
  * Humorous (light-hearted, funny)
  * Enthusiastic (passionate, animated)
* **Reasoning Framework** – The logical structure or method used to present and make sense of the information.
  * Analytical (break down of components)
  * Critical (evaluating pros and cons)
  * Conceptual (big picture, overarching themes)
  * Practical (step-by-step, actionable insights)
* **Using Emojis** – Incorporating emojis to add an expressive or illustrative element to the content.
  * True or False

{% hint style="info" %}
You don't have to fill out every category, but make sure to remove the default text if you don't want it to impact the results of your lesson.
{% endhint %}

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

After you've personalized these categories and pressed the **Generate button**, Teach Me Anything will reiterate your preferences and tell you how to create a lesson plan.

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

### /plan

The `/plan` command asks the AI to create a lesson plan that matches your preferences. The output will vary widely depending on your initial inputs.

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

### /change

The `/change` command allows you to modify your preferences. For example, you could change Learning Style by entering `/change learning style=Active`.

### /skip

The `/skip` command allows you to skip a certain part of the lesson For example, if Teach Me Anything is suggesting pre-requisite content that you already feel comfortable with, type `/skip` to move forward.

### /start

The `/start` command is used to officially start the lesson once you are happy with your preferences and the lesson plan.

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

### /continue

The `/continue` command is used to move the lesson forward to the next topic.

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

### /test

The `/test` command is used to test your understanding of a lesson section. Teach Me Anything will create questions or open-ended dialogue to test if you fully comprehend the curriculum or need more review/practice.

<figure><img src="/files/hUI2DAEZs6d1b50nAEVf" 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/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.
