> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/cognitive-tools/universal/decision-making/ooda-loop.md).

# OODA Loop

<figure><img src="/files/B9173juwpA2crE2Ug6Bi" alt=""><figcaption><p>Image by <a href="https://medium.com/illumination/10-powerful-leadership-tools-that-will-put-you-in-top-gear-a449181a9d47">Gaurav Jain</a></p></figcaption></figure>

The OODA Loop, a decision-making framework, is a cycle of four stages: observe, orient, decide, and act. It's a way to navigate complex and rapidly changing situations effectively.

#### Observe

You start by observing your surroundings, gathering information, and paying attention to what's happening.

#### Orient

Then, you orient yourself, making sense of the information you've gathered, understanding the context, and identifying potential opportunities or threats.

#### Decide

Next, you decide on a course of action based on your understanding of the situation.

#### Act

Finally, you act on your decision, implementing your plan and taking the necessary steps. The key to the OODA Loop is its cyclical nature.

After acting, you return to the observation stage, assessing the results of your actions, gathering new information, and adjusting your plan as needed. This continuous cycle allows you to adapt to changing circumstances, respond quickly, and maintain an advantage over your opponents or challenges.

#### Further Reading

{% embed url="<https://medium.com/the-good-boss/the-ooda-loop-how-fighter-pilots-and-smart-leaders-make-better-decisions-2b654f065007>" %}

{% embed url="<https://untools.co/ooda-loop/>" %}

{% embed url="<https://fs.blog/ooda-loop/>" %}

{% embed url="<https://thedecisionlab.com/reference-guide/computer-science/the-ooda-loop>" %}

{% embed url="<https://psychsafety.co.uk/john-boyd-and-the-ooda-loop/>" %}

{% embed url="<https://medium.com/illumination/10-powerful-leadership-tools-that-will-put-you-in-top-gear-a449181a9d47>" %}

{% embed url="<https://thestrategybridge.org/the-bridge/2020/3/17/the-ooda-loop-and-the-half-beat>" %}

{% embed url="<https://en.wikipedia.org/wiki/OODA_loop>" %}


---

# 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://www.designreference.xyz/cognitive-tools/universal/decision-making/ooda-loop.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.
