> 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/enterprise-solutions/install.md).

# Instalar la extensión Listly

El plan Enterprise proporciona un **entorno dedicado independiente para cada empresa**, por lo que **es necesario instalar la extensión exclusiva de Enterprise que se vincula con el dominio dedicado**.

{% hint style="success" %}
Ejemplo) Nombre de la empresa: ABC company → Dominio dedicado: **abccompany.listly.io**
{% endhint %}

***

## Método de instalación

Después de iniciar sesión en el dominio dedicado,\
puede acceder a la pantalla de instalación a través del menú **\[Mi Cuenta]** → **\[Funciones Enterprise]** → **\[Instalar Extensión]**.\
En esa página se proporciona una guía detallada paso a paso sobre cómo instalar la extensión exclusiva para empresas, así que sigue las instrucciones.

![Instalación Enterprise](/files/dbebddb41fd699e1e8555291f8ec8f572254f102)

{% hint style="info" %}
Para usuarios individuales (planes gratuitos\~Business), pueden instalar la extensión desde las tiendas web de navegadores como [Chrome](https://chrome.google.com/webstore/detail/listly-data-scraper/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh), [Whale](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa) y [Edge](https://microsoftedge.microsoft.com/addons/detail/listly-data-scraper/hfocokadknpfdlnoepicoagndjhdoeno) y usarla vinculándola con **la página oficial de Listly (listly.io)**.
{% endhint %}


---

# 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/enterprise-solutions/install.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.
