> For the complete documentation index, see [llms.txt](https://innowayit-1.gitbook.io/framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innowayit-1.gitbook.io/framework/use-cases/application-reference-model.md).

# Application Reference Model

Application reference model is a:

> "..abstract framework or domain-specific ontology to classify applications in an organization"

An example of an application reference model is below

| Type of Application                                | Description                                                                                                                                      |
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| <ol><li>Channel Applications</li></ol>             | Applications that serve as points of interaction with customers – physical and digital                                                           |
| 2. Sales & Service Applications                    | Applications to understand the needs of the customers and build business relationships.                                                          |
| <p></p><p>3. Business Integration Applications</p> | Applications that enable business, operations and IT to speak the same language; critical for interconnections between other layers in the model |
| 4. Assembly Applications                           | Applications that package price and present banking products and services through Sales and Services layer                                       |
| 5. Manufacturing-Core                              | Applications that define and maintain the Bank’s products and services, and handle transaction processing                                        |
| 6. Corporate Core                                  | Applications that support business applications, shared services and enterprise resource planning (ERP)                                          |
| 7. Complete View of Customer                       | Application that provide quality and granular customer and  involved-party information, which is structured, complete, and current               |
| 8. Reporting & Analytics                           | Applications for regulatory and Business reporting capabilities                                                                                  |
| 9. Data Management                                 | Application that enable seamless flow of information within and between business units within the Bank as well as external parties               |
| 10. Technical IT                                   | <p></p><p>Non business facing applications supporting above layers</p>                                                                           |


---

# 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://innowayit-1.gitbook.io/framework/use-cases/application-reference-model.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.
