> For the complete documentation index, see [llms.txt](https://manual.mis.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.mis.academy/appendices/underlying-disciplines-concepts-and-theories.md).

# Underlying Disciplines, Concepts, and Theories

*<mark style="color:orange;">Adapted from</mark>*&#x20;

<mark style="color:orange;">Gordon B. Davis. 2000. Information Systems Conceptual Foundations: Looking Backward and Forward. In Proceedings of the IFIP TC9 WG9.3 International Conference on Home Oriented Informatics and Telematics,: Information, Technology and Society (HOIT ’00), Andy Sloane and Felix van Rijn (Eds.). Kluwer, B.V., Deventer, The Netherlands, The Netherlands, 61-82.</mark>

**Psychology**

Theories of human behavior, Motivation theories, Theory of reasoned action.&#x20;

**Cognitive Psychology**&#x20;

Human information processing, Human cognition, Expertise, Artificial intelligence, Cognitive style, Creativity, Knowledge, Cognitive representations/visualization, Human-machine interfaces.&#x20;

**Sociology/Organization Behavior**&#x20;

Nature of work (knowledge work, clerical work, etc.), Governance theories, Organization design concepts, Process models, Culture.&#x20;

**Technology Adoption/Diffusion**

Adaptive structration, Social network theory, Actor network theory, Social influence, Organization change, Organization learning, Trust, Ethics.&#x20;

**Management/Strategy**&#x20;

Strategy, Innovation, Competitive advantage, Resource view of firm, Knowledge management, Risk management, Evaluation, Outsourcing.&#x20;

**Economics**&#x20;

Principal-agent theory, Transaction cost economics, Productivity, Information economics, Social welfare, Adverse selection, Value of information, Incomplete contracting, Intermediation.&#x20;

**System Concepts and Principles**&#x20;

Artificial systems, Requisite variety, Soft systems, Complexity, Control theory-cybernetics, Socio-cybernetic theory of acts, Task/technology fit (equifinality), System economics (reuse), Maintenance of systems (negative entropy), Process theory, System models.&#x20;

**Communications**&#x20;

Media choice, Collaborative work, Speech acts theory.&#x20;

**Decision Making**&#x20;

Behavioral decision making, Normative decision models, Group decision making, Neural networks/genetic algorithms.&#x20;

**Information Concepts**&#x20;

Mathematical theory of communications, Quality, errors, and bias concepts, Value of information, Semantics, Semiotics (theory of signs).

<br>


---

# 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://manual.mis.academy/appendices/underlying-disciplines-concepts-and-theories.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.
