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

# Exemplo – Introdução à Programação

Neste exemplo, estamos interessados em aprender sobre Programação em Python em nível de graduação:

* **Aula** – Introdução à Programação em Python
* **Idioma** – Inglês
* **Nível de Educação** – Graduação
* **Estilo de Aprendizagem** – Misto - Visual (infográficos, gráficos) e Aula
* **Estilo de Comunicação** – Informal
* **Estilo de Tom** – Encorajador
* **Estrutura de Raciocínio** – Prática (passo a passo, insights acionáveis)
* **Usando Emojis** – Sim

<figure><img src="/files/F88P7x2peSTbsQUWQNlu" alt="ensine-me qualquer coisa ex 1"><figcaption></figcaption></figure>

Ensine-me qualquer coisa gera um currículo:

<figure><img src="/files/aleA34FcahKba5vOkju6" alt="ensine-me qualquer coisa ex 2"><figcaption></figcaption></figure>

Uma vez que a aula é iniciada, a IA trabalhará em cada seção do currículo:

<figure><img src="/files/Gk4a4FfESKZxW7nHxNOQ" alt="ensine-me qualquer coisa ex 3"><figcaption></figcaption></figure>

A qualquer momento, você pode pedir mais ajuda ou testar sua compreensão, e Ensine-me qualquer coisa abordará o tópico ou a questão com mais profundidade:

<figure><img src="/files/Qbk2v5Wg8XVApgY9Vzvi" alt="ensine-me qualquer coisa ex 4"><figcaption></figcaption></figure>

Você pode então testar sua compreensão:

<figure><img src="/files/j0ZGYJgBHUWkuT4EPhyp" alt="ensine-me qualquer coisa ex 5"><figcaption></figcaption></figure>

Quando você estiver satisfeito com seu progresso, volte para o próximo tópico do currículo a qualquer momento:

<figure><img src="/files/VbwGfqQUaQdy8t3lwwVe" alt="ensine-me qualquer coisa 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/pt/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.
