> For the complete documentation index, see [llms.txt](https://management.lunr.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://management.lunr.tech/how-we-make-decisions/team-management/strategic-sessions-empowering-innovation.md).

# Strategic Sessions: Empowering Innovation

Strategic Sessions are **designed to spark ideas and solve problems** that drive us towards our objectives. Led by managers, these sessions consist of two vital stages:

**Discussion stage 1: Problem Framing**\
The goal of this stage is to define a single problem statement, which needs to answer these questions:

* <mark style="color:blue;">**Who**</mark> - Who has this problem? Can they validate that the problem is real? Can they prove it?
* <mark style="color:blue;">**What**</mark> - What is the nature of the problem? What research or supporting evidence can be provided?
* <mark style="color:blue;">**Why**</mark> - Why is the problem worth solving? What is the impact on the customer?
* <mark style="color:blue;">**Where**</mark> - Where does this problem arise? Has someone observed this problem occurring?

**Discussion stage 2: Analysis of strategic goals and definition of initiatives to address the problem**\
\
This stage deals with defining how the problem impacts our strategic goals and how to find the best way to solve it.


---

# 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://management.lunr.tech/how-we-make-decisions/team-management/strategic-sessions-empowering-innovation.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.
