> For the complete documentation index, see [llms.txt](https://mifos.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mifos.gitbook.io/docs/wso2-1.md).

# WSO2

- [Configure EC2 instance for WSO2 APIGateway](https://mifos.gitbook.io/docs/wso2-1/configure-ec2-instance-for-wso2-apigateway.md)
- [WSO2 APIGateway install from docker-compose](https://mifos.gitbook.io/docs/wso2-1/configure-ec2-instance-for-wso2-apigateway/wso2-apigateway-install-from-docker-compose.md)
- [Default urls](https://mifos.gitbook.io/docs/wso2-1/configure-ec2-instance-for-wso2-apigateway/default-passwords-and-urls.md)
- [Setup OpenBanking API's](https://mifos.gitbook.io/docs/wso2-1/setup-openbanking-apis.md)
- [How to import swagger file to API store](https://mifos.gitbook.io/docs/wso2-1/setup-openbanking-apis/how-to-import-swagger-file-to-api-store.md)
- [Account and Transaction API Specification - v3.1.2](https://mifos.gitbook.io/docs/wso2-1/setup-openbanking-apis/account-and-transaction-api-specification-v3.1.2.md)
- [Payment Initiation API Specification - v3.1.2](https://mifos.gitbook.io/docs/wso2-1/setup-openbanking-apis/payment-initiation-api-specification-v3.1.2.md)
- [WSO2 authentication endpoint demo application](https://mifos.gitbook.io/docs/wso2-1/wso2-authentication-endpoint.md)
- [Config, setup, build, deploy application](https://mifos.gitbook.io/docs/wso2-1/wso2-authentication-endpoint/config-setup-build-deploy-application-todo.md)
- [web.xml](https://mifos.gitbook.io/docs/wso2-1/wso2-authentication-endpoint/web.xml.md)
- [oauth2\_authz.jsp and oauth2\_consent.jsp](https://mifos.gitbook.io/docs/wso2-1/wso2-authentication-endpoint/oauth2_authz.jsp-and-oauth2_consent.jsp.md)
- [uk.org.openbanking.v3\_1\_2 package](https://mifos.gitbook.io/docs/wso2-1/wso2-authentication-endpoint/uk.org.openbanking.v3_1_2-package.md)
- [hu.dpc package](https://mifos.gitbook.io/docs/wso2-1/wso2-authentication-endpoint/hu.dpc-package.md)
- [Signup and subscribe APIs as TPP/FPP](https://mifos.gitbook.io/docs/wso2-1/signup-and-subscribe-apis-as-tpp-fpp.md)
- [How to add new bank user](https://mifos.gitbook.io/docs/wso2-1/how-to-add-new-bank-user.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mifos.gitbook.io/docs/wso2-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
