# Integraciones

Si tu objetivo es **embeber una herramienta de terceros** (Power Apps, dashboards de BI, una herramienta SaaS con URL de embed pública), aquí encontrarás las guías específicas. Para todo lo relacionado con servir tu propia URL, parte por la [Configuración](/es-developers/apps/configuracion.md) y el [Broker](/es-developers/apps/broker.md).

{% content-ref url="/pages/f42S0ZNQ8mu8bXqXddra" %}
[Iframes](/es-developers/apps/integraciones/iframes.md)
{% endcontent-ref %}

{% content-ref url="/pages/FthN2DP4u8VHW1Vlhvdo" %}
[Power Apps](/es-developers/apps/integraciones/power-apps.md)
{% endcontent-ref %}


---

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