> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/es/getting-started/quick-start-guide/how-to-install-listly.md).

# Cómo instalar Listly

Listly es una extensión que se puede instalar fácilmente en los navegadores Chrome/Edge/Whale sin necesidad de instalar un programa de PC separado.

* [Chrome Web Store - Listly](https://chromewebstore.google.com/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh?utm_source=homepage)
* [Edge MS Store - Listly](https://microsoftedge.microsoft.com/addons/detail/listly-%EB%A6%AC%EC%8A%A4%ED%8B%80%EB%A6%AC-%EC%9B%B9-%EC%8A%A4%ED%81%AC%EB%9E%98%ED%95%91/hfocokadknpfdlnoepicoagndjhdoeno)
* [Whale Store - Listly](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa)

{% hint style="info" %}
El procedimiento de instalación es el mismo en todos los navegadores.
{% endhint %}

{% stepper %}
{% step %}
**Haz clic en el enlace anterior o busca 'Listly' en la tienda de extensiones de cada navegador y luego haz clic en el botón de instalación \[Add to Chrome].**

<figure><img src="/files/630d9ad1c8adb8f4c60958743b7236206508878b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Cuando aparezca la notificación de confirmación, haz clic en el botón \[Agregar extensión].**

<figure><img src="/files/e587861243fcabec002f9c07846c6596eff2293d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Una vez completada la instalación, haz clic en el icono de rompecabezas en la parte superior derecha del navegador, luego haz clic en el icono de pin junto a Listly para fijar Listly en la parte superior.**

<figure><img src="/files/b6377a09e0152e8be981250142efff2095a5f274" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**En cualquier sitio web, haz clic en el icono de Listly para comenzar a recopilar datos.**

<figure><img src="/files/cdc62c828cf5bf03cb2da633a3e321ab3b4a6efe" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://help.listly.io/docs/es/getting-started/quick-start-guide/how-to-install-listly.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.
