> 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/master.md).

# Framework

![](/files/EAEAV3xDYgq8RKklcrMg)

©️ 2021, InnowayIT Inc.

A framework

> "..is a particular set of rules, ideas, or beliefs which you use in order to deal with problems or to decide what to do.-- Collins Dictionary

### Purpose

The purpose of the InnowayIT framework is to help stakeholders responsible for strategy formulation and execution to achieve <mark style="color:blue;">continuous improvements</mark> in business metrics.

### Benefits of the Framework

1. Non-prescriptive, can be tailored to your organization's unique needs&#x20;
2. Promotes a common business and technology language for organizations&#x20;
3. Introduces consistent practices across the enterprise&#x20;
4. Defines clear roles and responsibilities&#x20;
5. Promotes continuous improvement practices&#x20;
6. Develops internal competencies

### Principles

1. Strategy formulation and execution is a continuous process that provides mutual guidance and feedback&#x20;
2. A strategy should define or explain the nature of the challenge facing the organization from multiple perspectives&#x20;
3. Strategy is about choices and decisions related to creating and delivering value, success in target markets, and what the organization will and will not do&#x20;
4. Objectives can only be achieved through a coherent set of actions&#x20;
5. Business and technical stakeholders should collaborate in formulating and executing the strategy.&#x20;
6. The strategy should be guided by an outside-in approach, where creating customer value is the key to sustainable success.


---

# 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/master.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.
