# FIU Module

- [Introduction](https://docs.saafe.in/fiu-module/introduction.md)
- [AA API v2.0.0](https://docs.saafe.in/fiu-module/aa-api-v2.0.0.md): AA Endpoints are the list of endpoints that you will be calling from your FIU system to create consent and fetch data from AA.
- [FIU API v2.0.0](https://docs.saafe.in/fiu-module/fiu-api-v2.0.0.md): FIU Endpoints are the list of endpoints that you will need to implement on your system to receive Consent and FI notifications from AA.
- [JWS Signature](https://docs.saafe.in/fiu-module/jws-signature.md)
- [Create JSON Web Key (JWK)](https://docs.saafe.in/fiu-module/jws-signature/create-json-web-key-jwk.md)
- [Create JWS](https://docs.saafe.in/fiu-module/jws-signature/create-jws.md)
- [Verify JWS](https://docs.saafe.in/fiu-module/jws-signature/verify-jws.md)
- [End-to-end Encryption](https://docs.saafe.in/fiu-module/end-to-end-encryption.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://docs.saafe.in/fiu-module.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.
