> 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/es/genstudio-workspace/tools/teach-me-anything/example-intro-to-programming.md).

# Ejemplo – Introducción a la Programación

En este ejemplo, estamos interesados en aprender sobre Programación en Python a nivel de pregrado:

* **Lección** – Introducción a la Programación en Python
* **Idioma** – Español
* **Nivel Educativo** – Pregrado
* **Estilo de Aprendizaje** – Mixto - Visual (infografías, gráficos) y Conferencia
* **Estilo de Comunicación** – Informal
* **Estilo de Tono** – Motivador
* **Marco de Razonamiento** – Práctico (paso a paso, ideas accionables)
* **Uso de Emojis** – Sí

<figure><img src="/files/dSAbkz3kBRlPihJzvnId" alt="teach me anything ex 1"><figcaption></figcaption></figure>

Teach Me Anything genera un currículo:

<figure><img src="/files/8gJ0OMPkQQeU2G21Zw6W" alt="teach me anything ex 2"><figcaption></figcaption></figure>

Una vez que se inicia la lección, la IA trabajará a través de cada sección del currículo:

<figure><img src="/files/47xJUsAYlcrZVqHFDYC5" alt="teach me anything ex 3"><figcaption></figcaption></figure>

En cualquier momento puedes pedir más ayuda o poner a prueba tu comprensión, y Teach Me Anything cubrirá el tema o pregunta con más profundidad:

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

Luego puedes poner a prueba tu comprensión:

<figure><img src="/files/4K94XpcMYnxioi5X01i0" alt="teach me anything ex 5"><figcaption></figcaption></figure>

Cuando estés satisfecho con tu progreso, regresa al siguiente tema del currículo en cualquier momento:

<figure><img src="/files/bYCB0oHlZZ2KhitTjUQz" alt="teach me anything ex 6"><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, and the optional `goal` query parameter:

```
GET https://docs.skydeck.ai/es/genstudio-workspace/tools/teach-me-anything/example-intro-to-programming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
