# Instalar una Librería en Arduino

Ya abierto Arduino, para instalar una nueva librería, ve a la parte superior izquierda de la ventana del programa, selecciona **Programa**, clic en **Incluir Librería** y **Administrar Bibliotecas**.

<figure><img src="/files/Sp659LGXUbo55wd5vhj2" alt=""><figcaption></figcaption></figure>

Se mostrará la ventana **Gestor de librerías**. En recuadro superior derecho escribe la librería a buscar, en este caso es **keypad**. Selecciona la librería y da clic en **instalar**.

<figure><img src="/files/QZMGQbmmUl1JJbV4Y13w" alt=""><figcaption></figcaption></figure>

\
Una vez instalada la librería, el Gestor de Librerías nos mostrará la palabra **INSTALLED**, clic en cerra&#x72;**.**

<figure><img src="/files/f0tf4Nyo5j4ydwTfoqWY" alt=""><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.microside.com/ambientes-de-programacion-ides/instalar-una-libreria-en-arduino.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.
