# Introduction

Welcome to Wealth Reader. This step-by-step guide will allow you to easily integrate the Wealth Reader widget into your application. Follow these steps and you will be able to use the widget in your application in no time.

This is an example of the end result: <https://widget.wealthreader.com/demo-all/>

The flow is as follows:

A page on the client invokes the widget, which displays the list of banks. One of the parameters provided by the client is the operation\_id, which is needed later to be able to associate the response generated by the widget.

The user selects his entity and logs in. The widget handles any interaction with the user, such as informing the user of an incorrect password or resolving a two-factor challenge, until it successfully retrieves the information. The widget makes a call to the Wealth Reader API and performs two actions on the retrieved information:

* On the backend, it sends the complete information to the prearranged callback URL.
* On the frontend, the widget, which is contained in an iframe, sends a message to a listener configured on the parent page, informing the completion of the execution, so that any other action can be performed on the frontend, such as closing the bank selector or redirecting to a success page.


---

# 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-en.wealthreader.com/introduction.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.
