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

# DECIDE

> <mark style="color:orange;">**"Wherever you see a successful business, someone once made a courageous decision."**</mark>       - Peter Drucker

Decision is

> a conclusion or resolution reached after consideration.- Oxford Languages

Choice is

> an act of choosing between two or more possibilities. - Oxford Languages

Option is

> a thing that is or may be chosen. - Oxford Languages

Trade-off is&#x20;

> a situation in which you accept something bad in order to have something good - Cambridge

Strategy is about knowing your options and making choices after careful consideration. These choices may relate to your products and services, to customer segments and markets, to your capabilities, or to how you plan to win.&#x20;

In the Diagnose Phase we identified an integrated set of choices for the organization. This phase of the framework is about making such decisions.&#x20;

### Objectives

1. Make decisions after a thorough diagnosis of the situation

### Approach

1. Discover what decisions you have to make
2. Identify Options
3. Making Choices after careful consideration
4. Documenting the process of decision making
5. Technique: Decision Matrix

### Actors

1. All Stakeholders

### Output

1. Decisions&#x20;
2. Their Rationale

### Activities

#### Conduct Review session

Review the choices and their options in review sessions with stakeholders. Discuss pros and cons. SMEs should lead these sessions to provide guidance, answer stakeholders questions and seek their input for decisions.&#x20;

#### Make Decisions

The output of review decisions should be a combined decision of stakeholders.


---

# 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/formulation/decide.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.
