> For the complete documentation index, see [llms.txt](https://woowup-docs.gitbook.io/woowup-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woowup-docs.gitbook.io/woowup-developer-docs/vtex/vtex-app-instalacion.md).

# VTEX APP Instalación

### INSTALACIÓN DE LA APLICACIÓN EN VTEX

Ingresamos a nuestro panel de administración de VTEX, en la parte izquierda, desplazamos a la sección de **Configuración de cuenta**, desacoplamos la opción **Apps** e ingresamos a **Tienda de aplicaciones.**

![Sección Configuración de Cuenta](/files/r8D1AhM9kFzTo49osvyy) ![Tienda de aplicaciones](/files/xiFY7bURpEE0rnk4KHj9)

Una vez ingresado a la Tienda de aplicaciones, desplazamos al fondo de la página, y en la parte superior del buscador ingresamos *Woowup*.&#x20;

![](/files/gvQLPtXesyeHwTsTWvDd)

Nos aparecerá la aplicación de Woowup, ponemos **instalar** esto nos redireccionara a la página de la aplicación

![HAY QUE CAMBIAR ESTA IMAGEN POR LA DE WOOWUP CUANDO LA TENGAMOS](/files/6fZua3VuUch8oZLTnfDS)

Ponemos **OBTENER APP** y luego nos figurara un cartel preguntándonos a qué tienda queremos instalar la aplicación.

![](/files/RXzHujuaGpB640PyPXK0)

Elegimos la tienda y confirmamos. Una vez confirmado nos redireccionará y nos mostrara la siguiente ventana. Seleccionamos **FINALIZAR COMPRA.**

![](/files/NJywiLHYp2EHqiF1ORI1)

Esta nos llevará a la siguiente pantalla

![](/files/m0Ni6R0UW0p8Tc3nzGVj)

Una vez pulsado el botón de **Ir a la página de instalación** ya estaremos listos para realizar la configuración de la aplicación.

### CONFIGURANDO LA APLICACIÓN


---

# 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://woowup-docs.gitbook.io/woowup-developer-docs/vtex/vtex-app-instalacion.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.
