# Imperatives of a Decision

The four questions that must be answered for a decision to be complete:&#x20;

* what/what not to do (P)
* how/how not to do it (A)
* when/when not to do it (E), and
* who should/who should not do it (I)

The sequence in which these four imperatives are defined is determined by a hidden fifth imperative, which is why/why not, also a component of (E).


---

# Agent Instructions: 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:

```
GET https://adizes-institute.gitbook.io/adizes/wiki/imperatives-of-a-decision.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
