> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/wprowadzenie/obszary-zastosowania.md).

# Areas of application

Below are the main areas where Eximee Low-Code Platform is currently used in banks.

## Digital onboarding and KYC

Building processes that enable remote opening of banking products and meeting identification requirements:

* personal and business account onboarding,
* identity verification and data updates as part of KYC,
* remote registration of a business integrated with opening an SME account,
* customer data updates in online banking.

## Sales of banking products

Launching fully digital customer acquisition and product sales processes:

* applications for personal, business, or savings accounts,
* loans and cash advances,
* mortgages,
* sales of insurance or credit cards.

## Self-service banking and after-sales service

Development of services that customers can handle themselves, without contact with a bank employee:

* submitting instructions (e.g. ordering a certificate, changing a limit),
* updating contact or personal details,
* reporting complaints and tracking their status,
* document generation,
* after-sales processes (e.g. renegotiating a loan agreement).

## Internal processes and regulatory compliance (back office)

Digitization of organizational processes and support for regulatory compliance:

* a tool for assessing project compliance with GDPR (e.g. GDPR Check),
* approval workflows (e.g. product approval requests, tariff changes),
* monitoring compliance with internal policies and procedures,
* document and decision management in line with audit requirements.

## Tools supporting bank employees' work

Building applications that support the daily work of operations teams and advisors:

* an application for handling mortgage renegotiations,
* case management panels for customer cases,
* task dashboards and dashboards for sales and back-office teams,
* support for assigning cases and tasks in operations centers.

## Surveys and satisfaction studies (NPS, CES, CSAT)

* creating and distributing surveys after sales and service processes,
* automatic launching of NPS or CES forms depending on the context,
* integration with the process engine and communication channels (email, online banking).

## Special projects and inter-institutional integration

Implementation of custom or urgent projects requiring rapid deployment and broad integration:

* applications for subsidies under the PFR Financial Shield (implemented in a dozen banks within a few weeks),
* government programs (e.g. 500+, anti-crisis shields),
* special bank campaigns requiring mass outreach to customers (e.g. migrations, consent collection, data confirmations).


---

# 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://docs.eximee.com/documentation/documentation-en/wprowadzenie/obszary-zastosowania.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.
