# Introduction

The AA Webview integration endpoint enables seamless integration of FIU application with AA to provide a frictionless user experience.

The AA Webview can be invoked by redirecting the FIU page to the Webview URL as an HTTP GET request along with some URL parameters, or using any other mechanism that would allow interaction between FIU and AA on the user’s device.

### Version History

| Version                                                                  | Release date | Comments                                                                                                    |
| ------------------------------------------------------------------------ | ------------ | ----------------------------------------------------------------------------------------------------------- |
| [v1.0.0](https://sahamati.gitbook.io/aa-redirection-guidelines/v/1.0.0/) |              | Initial version                                                                                             |
| [v1.1.0](https://sahamati.gitbook.io/aa-redirection-guidelines/v/1.1.0/) | Dec 4, 2021  | Support for web redirection from a non-FIU participant - Loan Service Provider (LSP).                       |
| [v1.2.0](https://sahamati.gitbook.io/aa-redirection-guidelines/v/1.2.0/) | Nov 26, 2022 | Allow requestors to provide a list of preferred FIPs for better customer experience.                        |
| [v1.2.1](https://sahamati.gitbook.io/aa-redirection-guidelines/v/1.2.1/) | Feb 08, 2023 | Add suppport for detailed response error codes                                                              |
| [v1.3.0](https://sahamati.gitbook.io/aa-redirection-guidelines/v/1.3.0/) | Mar 25, 2023 | Support `email` & `pan` in request parameters for discovery of certain FI categories like Mutual Funds etc. |


---

# 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://sahamati.gitbook.io/aa-redirection-guidelines/readme.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.
