# Introducción

- [¿Qué es una ESP32?](https://bitwizards.gitbook.io/esp32/introduccion/que-es-una-esp32.md): En esta guía, exploraremos la ESP32, un microcontrolador de bajo costo que ha ganado popularidad en el mundo de la electrónica y la programación. La ESP32, fabricada por Espressif Systems, es conocida
- [¿Qué es Arduino?](https://bitwizards.gitbook.io/esp32/introduccion/que-es-arduino.md): ¿Por donde comenzar?
- [Instalación de Arduino IDE](https://bitwizards.gitbook.io/esp32/introduccion/instalacion-de-arduino-ide.md): ¿Qué es Arduino IDE? ¿Para qué sirve? ¿Cómo se instala?


---

# 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://bitwizards.gitbook.io/esp32/introduccion.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.
