# AA SDK Security Guidelines

These security guidelines have to be implemented in the account aggregator (AA) ecosystem by AAs that offer SDKs as AA Clients, which can be embedded into third-party apps (such as FIU apps).

The AA SDK should be able to capture information securely without exposing the information captured to the embedding FIU app.

Currently, the guidelines are available for Web and Android platforms.

### Quick links:

1. [Guidelines for Web based SDKs](/aa-sdk-security-guidelines/web-sdk.md)
2. [Guidelines for Android platform based SDKs](/aa-sdk-security-guidelines/android-sdk.md)


---

# 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-sdk-security-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.
