# Teoría

- [1 - ¿Qué es Arduino?](https://p-bit.powarsteam.com/arduino/teoria/1-que-es-arduino.md): Explorando el mundo de los microcontroladores y Arduino
- [2 - Arduino IDE: Descarga e instalación](https://p-bit.powarsteam.com/arduino/teoria/2-arduino-ide-descarga-e-instalacion.md)
- [3 - Introducción al voltaje, Corriente y Resistencia](https://p-bit.powarsteam.com/arduino/teoria/3-introduccion-al-voltaje-corriente-y-resistencia.md)
- [4 - Resistencias: Colores, Ley de Ohms y Cálculo](https://p-bit.powarsteam.com/arduino/teoria/4-resistencias-colores-ley-de-ohms-y-calculo.md)
- [5 - Introducción a la Protoboard y sus Componentes](https://p-bit.powarsteam.com/arduino/teoria/5-introduccion-a-la-protoboard-y-sus-componentes.md)
- [6 - Introducción a los Sensores](https://p-bit.powarsteam.com/arduino/teoria/6-introduccion-a-los-sensores.md): Descubriendo el Mundo Invisible
- [7 - Introducción a los actuadores](https://p-bit.powarsteam.com/arduino/teoria/7-introduccion-a-los-actuadores.md): Un Mundo de Movimiento y Acción


---

# 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://p-bit.powarsteam.com/arduino/teoria.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.
