# The Seven-Factor Enterprise AI App

## The Seven-Factor Enterprise AI App

- [0. Introduction](https://docs.sevenfactor.app/0.-introduction.md): Introduction to the Seven-Factor Enterprise AI methodology to build generative AI applications for large enterprises
- [I. Modularity Over Monoliths](https://docs.sevenfactor.app/i.-modularity-over-monoliths.md): Step 1 of the seven-factor enterprise app that describes building enterprise gen AI app in a modular way similar to microservices.
- [II. Information and Context Curation](https://docs.sevenfactor.app/ii.-information-and-context-curation.md)
- [III. Many LLMs, One Intelligence](https://docs.sevenfactor.app/iii.-many-llms-one-intelligence.md): This page describes the 3rd point of the Seven-Factor Enterprise AI app around use of disaggregated LLMs in Multi-Agent RAG Systems (MARS) to maintain model and provider agnosticism.
- [IV. Dynamic Tools, Upgradeable Skills](https://docs.sevenfactor.app/iv.-dynamic-tools-upgradeable-skills.md): This page describes the fourth point of the Seven-Factor Enterprise AI app around use of tools and functions for AI agents in a Multi-Agent RAG Systems (MARS).
- [V. Collaboration and Orchestration at Scale](https://docs.sevenfactor.app/v.-collaboration-and-orchestration-at-scale.md): The page describes the fifth point of the Seven-Factor Enterprise AI App around orchestration and collaboration among AI agents in the Multi-Agent RAG System (MARS).
- [VI. RAG Stack for Speed and Accuracy](https://docs.sevenfactor.app/vi.-rag-stack-for-speed-and-accuracy.md): This page describes the sixth point of the Seven-Factor Enterprise AI app around the requirements of latency, accuracy and relevancy across Multi-Agent RAG Systems (MARS)
- [VII. User Experience for Agents](https://docs.sevenfactor.app/vii.-user-experience-for-agents.md): This page defines the seventh point of the Seven-Factor Enterprise AI apps as an independent layer for interacting with Multi-Agent RAG Systems (MARS)


---

# 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://docs.sevenfactor.app/0.-introduction.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.
