# Flujo

{% @mermaid/diagram content="sequenceDiagram
participant 👨‍💼 Usuario
participant 🖥️ Web
participant 🟥🟦 Wealth Reader Widget
participant ⚙️ Wealth Reader API
participant 🏦 Entidad Financiera
👨‍💼 Usuario->>🖥️ Web: Abre Web/APP
🖥️ Web->>🟥🟦 Wealth Reader Widget: Invoca mediante código javascript incluyendo operation\_id
👨‍💼 Usuario->>🟥🟦 Wealth Reader Widget: Selecciona su entidad y da consentimiento de acceso
🟥🟦 Wealth Reader Widget->>⚙️ Wealth Reader API: Envía petición con operation\_id
⚙️ Wealth Reader API->>🏦 Entidad Financiera: Envía petición
🏦 Entidad Financiera-->>⚙️ Wealth Reader API: Responde
⚙️ Wealth Reader API-->>🟥🟦 Wealth Reader Widget: Notifica OK
🟥🟦 Wealth Reader Widget-->>🖥️ Web: Notifica OK
⚙️ Wealth Reader API-->>🖥️ Web: Notifica OK al callback con operation\_id + token, incluyendo respuesta normalizada
🖥️ Web-->>👨‍💼 Usuario: Muestra finalización OK" %}


---

# 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-es.wealthreader.com/integracion/flujo.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.
