> For the complete documentation index, see [llms.txt](https://devops-collective-inc.gitbook.io/the-monad-manifesto-annotated/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devops-collective-inc.gitbook.io/the-monad-manifesto-annotated/what-is-monad.md).

# What is Monad?

Monad is the next generation platform for administrative automation. Monad solves traditional management problems by leveraging the [.Net Platform](http://bit.ly/1PAsRao). From our prototype (though limited), we can project significant benefits to developers, testers, power users, and administrators. Monad leverages the [.NET Common Runtime](http://bit.ly/1Q0TrV3) to provide a powerful, consistent, intuitive, extensible and useful set of tools that drive down costs of administration and make the life of non-programmers a lot easier.

Monad consists of:

1. [Monad Automation Model (MAM)](/the-monad-manifesto-annotated/what-is-monad.md): An automation model based upon [.Net classes](http://bit.ly/1R9oPTO), methods and attributes to produce \[Cmdlets]\(<https://msdn.microsoft.com/en-us/library/ms714395(v=vs.85).aspx).[^1-3>]
2. [Monad Shell (MSH)](/the-monad-manifesto-annotated/what-is-monad.md): A .Net based script execution environment for exposing Cmdlets as [API](https://msdn.microsoft.com/en-us/library/ms123401.aspx)s command line tools and interactive programmable command line shell.
3. [Monad Management Models (MMM)](/the-monad-manifesto-annotated/what-is-monad.md): The set managed code base classes (or interfaces) to implement specific management scenarios and in-the-box administrative tools to execute those scenarios.
4. [Monad Remote Scripting (MRS)](/the-monad-manifesto-annotated/what-is-monad.md): A set of [Web Service](https://msdn.microsoft.com/en-us/library/ms950421.aspx) based components that allow scripts to be remotely executed on many machines.
5. [Monad Management Console (MMC)](/the-monad-manifesto-annotated/what-is-monad.md): A .Net based model and set of services for building management GUIs on top of [MSH](https://technet.microsoft.com/en-us/magazine/2005.11.scripting.aspx) and exposing all GUI interactions as user-visible scripts.

This [white paper](https://en.wikipedia.org/wiki/White_paper) presents the traditional approach to administrative automation, its strengths and shortcomings. Monad’s new approaches are then articulated. An overview of the major components of Monad is then presented. A set of [value propositions](https://en.wikipedia.org/wiki/Value_proposition) is then articulated for Monad’s target audiences.

**Notes:**


---

# 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://devops-collective-inc.gitbook.io/the-monad-manifesto-annotated/what-is-monad.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.
