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

# REPORT

> <mark style="color:orange;">**“However beautiful the strategy, you should occasionally look at the results.”**</mark> - Winston Churchill

Reporting is the process of monitoring progress, making decisions and managing the business of the organization. The strategy execution report should be prepared at regular intervals, usually once a month. This requires capturing a snapshot of performance metrics for key results and initiatives to calculate achievements. The report is presented in the form of a dashboard with metrics, tables and charts.

### Objectives

1. Measure, monitor and review performance metrics
2. Diagnose causes of deviation from the target and past results
3. Ensure timely corrective actions&#x20;
4. Engage all stakeholders

### Approach

1. Create Report for the month
2. Enter or import metrics data in the system
3. Generate the report for the month
4. Explain variances&#x20;

### Output

1. Periodic Performance Report

### Actors

1. Delivery Manager
2. Facilitator
3. All Stakeholders

### Activities

#### Create Performance Report

Usually the performance report is generated at the end of the month. Delivery Manager or Strategy Facilitator will create the report in the system and update relevant performance metrics.&#x20;


---

# 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/execution/report.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.
