> For the complete documentation index, see [llms.txt](https://adizes-institute.gitbook.io/adizes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adizes-institute.gitbook.io/adizes/wiki/roles-of-management.md).

# Roles of Management

The four roles an organization must perform to be healthy, known individually as the (P), (A), (E), and (I) roles of management. These four roles make the organization effective and efficient in the short and long term:

* (A) Role: this role of management helps make the organization efficient in the short term by making the organization more systematic through rules, standard operating procedures, and other similar tools.
* (P) Role: The role of management that helps make the organization effective in the short term by making the organization more functional. The (P) role is what gets things done in an organization.
* (E) Role: The management role that helps make an organization effective in the long term by making the organization more proactive through creative thinking, seeing the big picture, and imagining what the future will bring.
* (I) Role: The role of management that makes an organization efficient in the long term by making the organization more organic, raising the organization’s awareness of its own interdependency. The (I) role is strengthened through personal relationships and the understanding that the organization will succeed or fail as one.

Because the roles are in conflict with one another, an organization must continuously seek to balance these roles in a way that best serves the organization within the context of events taking place in its industry (external factors) and its evolving lifecycle location (internal factors).


---

# 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://adizes-institute.gitbook.io/adizes/wiki/roles-of-management.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.
