# Lumerin + Morpheus

## Lumerin + Morpheus

- [Overview](https://gitbook.mor.lumerin.io/overview.md): Morpheus Background, Links and answering the "Why?"
- [Primer: AI-ML-DL-NN-LLM](https://gitbook.mor.lumerin.io/primer-ai-ml-dl-nn-llm.md): Abbreviated sketch of key terms and relationships with regard to AI and related components.
- [Design Principles](https://gitbook.mor.lumerin.io/design-principles.md): Principles and guidelines to follow while working with and developing Morpheus architecture.
- [Conceptual Architecture](https://gitbook.mor.lumerin.io/conceptual-architecture.md): set of high level block diagrams (each on own subpage) with paragraph(s) describing the view
- [Session Flow](https://gitbook.mor.lumerin.io/conceptual-architecture/session-flow.md)
- [Node Architecture](https://gitbook.mor.lumerin.io/conceptual-architecture/node-architecture.md)
- [Smart Contracts](https://gitbook.mor.lumerin.io/conceptual-architecture/smart-contracts.md)
- [Decision Trees](https://gitbook.mor.lumerin.io/conceptual-architecture/decision-trees.md)
- [Provider Decision Tree](https://gitbook.mor.lumerin.io/conceptual-architecture/decision-trees/provider-decision-tree.md)
- [User Decision Tree](https://gitbook.mor.lumerin.io/conceptual-architecture/decision-trees/user-decision-tree.md)
- [User Interface](https://gitbook.mor.lumerin.io/conceptual-architecture/user-interface.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gitbook.mor.lumerin.io/overview.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.
