> For the complete documentation index, see [llms.txt](https://docs.comprend.com/space-explorer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.comprend.com/space-explorer/making-decisions-and-getting-stuff-done/4.-making-decisions-and-getting-stuff-done.md).

# Navigating via Tension

In life and at work, things happen all the time. There's tension. We can’t always choose what happens, but how we react to whatever is happening, the tension, is our choice. First, there is stimulus (a nail in your foot or a business opportunity) that draws your attention. Then you assess the situation in order to understand what's going on (the nail is rusty, and it hurts a lot, or the business opportunity would position us firmly against our competition if executed on). Third, you consider what the desired position would be (no nail in the foot or market leader). Lastly, you go ahead and execute, closing the gap between current and desired position. The loop is closed, and the tension is dissolved.

When we build a self-governing organisation, everything we do is this – stimulus, observation, defining the gap and responding to close the gap. Note that a tension can be both positive and negative – either an opportunity or a problem. Or both. Simply put, it's a gap that we want to close. The better we become at this, the more effective and efficient we become in closing the gaps, the more successful we will become. Closing the gaps in the right way quickly is therefore super-duper important!

The first step is to sense which tensions are alive in this very moment. This is usually done on the fly by one person but can also be done together in a so called "tension mapping" exercise where we get every current tension up on the table (or whiteboard) and then prioritise which ones to move on with. The latter is usually a good thing to do when starting up a project, whereas sensing the tension and then doing something about it is usually how we go about it in everyday work.


---

# 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://docs.comprend.com/space-explorer/making-decisions-and-getting-stuff-done/4.-making-decisions-and-getting-stuff-done.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.
