> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-developers/apps/integraciones/power-apps.md).

# Power Apps

## Prerrequisitos

* Power App publicada y funcional.
* Acceso de administrador a tu entorno de Power Apps.
* Cuenta de Videsk con permisos para registrar apps.

## Paso 1. Habilitar el embebido en Power Apps

1. Entra al portal: <https://make.powerapps.com>.
2. Selecciona la Power App que quieres integrar.
3. Ve a **Configuración → Configuración de acceso web**.
4. Habilita **Permitir que esta aplicación se ejecute en un iframe**.

## Paso 2. Obtener la URL de embebido

1. En la misma pantalla de configuración, ubica la sección **URL de embebido**.
2. Copia la URL completa (debe comenzar con `https://apps.powerapps.com/play/...`).

## Paso 3. Registrar la app en Videsk

1. Entra a tu panel de administración en Videsk.
2. Abre **Configuración de Apps** y selecciona **Agregar nueva aplicación**.
3. Pega la URL de embebido en el campo correspondiente.
4. Guarda los cambios.

## Verificación

1. Entra a la consola de agente.
2. Acepta una llamada de prueba.
3. Verifica que la Power App aparezca y opere normalmente.

## Solución de problemas

| Síntoma                      | Verifica                                                                                |
| ---------------------------- | --------------------------------------------------------------------------------------- |
| La Power App no se renderiza | Que la opción **Permitir que esta aplicación se ejecute en un iframe** esté habilitada. |
| URL inválida                 | Que copiaste la URL de embebido completa, incluidos sus parámetros.                     |
| El usuario no puede acceder  | Que tenga permisos tanto en Power Apps como en Videsk.                                  |


---

# 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://docs.videsk.io/es-developers/apps/integraciones/power-apps.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.
