Skip to main content

FactVerse AI Agent Documentation Architecture

The current FactVerse AI Agent pages are useful as overview material, but they are not yet a complete documentation library. They explain what the platform is and where it can be used. A usable docs library must also explain how to connect, configure, operate, validate, troubleshoot, and govern the agent workflows.

This page defines the target structure for the FactVerse AI Agent documentation set.

Current page roles

Current pageKeep asWhy
FactVerse AI AgentOverviewIntroduces the product boundary, naming convention, and starting links.
ArchitectureConceptExplains how Agent connects FactVerse Platform, DFS, Designer, Inspector, MCP, knowledge, and simulation.
Capability MapConceptMaps product components and tools to customer-facing capabilities.
Use CasesConcept and roadmapExplains priority workflow areas and routes task details to workflow guides.
Facility OperationsWorkflow conceptDescribes the operating scenario and expected outputs. Links to the task-oriented workflow guide.
Predictive MaintenanceWorkflow conceptDescribes the maintenance scenario and evidence pattern. Links to the task-oriented workflow guide.
Physical AIWorkflow conceptDescribes Designer, SimReady assets, simulation, and feedback loops. Links to the task-oriented workflow guide.

These pages should stay as concepts, with task-oriented workflow guides handling implementation steps.

Target structure

FactVerse AI Agent
├── Overview
├── Documentation Architecture
├── Getting Started
│ ├── Prerequisites
│ ├── Authentication and scopes
│ ├── Connect an MCP client
│ ├── Make the first tool call
│ └── Verify the setup
├── Core Concepts
│ ├── Tenant, asset, and permission context
│ ├── Tools, scopes, and audit records
│ ├── Human approval and write actions
│ ├── Data readiness and source references
│ └── Digital twins, scenes, and simulation context
├── Integration Guides
│ ├── MCP client integration
│ ├── Enterprise agent integration
│ ├── Cloud deployment model
│ ├── On-premises deployment model
│ ├── Hybrid deployment model
│ └── Key rotation and secret handling
├── Workflow Guides
│ ├── Facility Operations
│ │ ├── Prepare asset and facility context
│ │ ├── Connect operational signals
│ │ ├── Generate an operating summary
│ │ └── Prepare an Inspector work order draft
│ ├── Predictive Maintenance
│ │ ├── Prepare equipment history
│ │ ├── Review signal quality
│ │ ├── Generate risk explanation
│ │ └── Create a maintenance check workflow
│ └── Physical AI
│ ├── Prepare a Designer scene
│ ├── Build SimReady assets
│ ├── Run simulation-oriented review
│ └── Feed validation results back to Agent workflows
├── Reference
│ ├── Tool reference
│ ├── Scope reference
│ ├── Request and response examples
│ ├── Error codes
│ └── Audit event reference
├── Troubleshooting
│ ├── Authentication failures
│ ├── Scope denied
│ ├── Missing or stale source data
│ ├── Tool timeout
│ ├── Write action blocked
│ └── Simulation job failure
└── Governance and Validation
├── Tenant boundaries
├── Approval policy
├── Evidence and citation expectations
├── Deployment acceptance checklist
└── Operational handover checklist

Page content contract

Each document type should carry a different level of detail.

Page typeMust includeKeep separate from
OverviewProduct boundary, supported audience, stable entry pointsA marketing page or release note
ConceptMental model, entities, boundaries, and when to use the featureA vague capability pitch
Getting startedRequired access, exact steps, expected result, verification commandA long architecture essay
Integration guideEndpoint, authentication, scopes, environment setup, examples, failure modesA product brochure
Workflow guidePreconditions, step-by-step task, expected input/output, review point, rollback or next actionA use-case description without operator steps
ReferenceStable field names, parameters, scopes, responses, errors, generated source linkNarrative guidance
TroubleshootingSymptom, likely cause, checks, fix, escalation pathA generic FAQ
GovernanceApproval boundary, audit record, retention, risk notes, human responsibilityLegal or compliance overclaim

Priority build order

  1. Getting Started: authentication, scopes, MCP connection, first tool call, and setup verification.
  2. Core Concepts: tenant context, asset context, governed tools, approval, audit, and source references.
  3. Workflow Guides for the three priority areas: facility operations, predictive maintenance, and Physical AI. The first guide set is now available and should be expanded with examples and troubleshooting.
  4. Reference expansion: examples, error codes, audit events, and generated tool catalog cross-links.
  5. Troubleshooting: common integration, permission, data, and simulation failure paths.
  6. Deployment and validation: cloud, on-premises, hybrid, acceptance checklist, and handover checklist.

Language rollout

English is the source language for architecture and integration details. Simplified Chinese, Traditional Chinese, and Japanese must ship in the same pull request for public navigation pages and priority usage pages. Tier 2 languages should join the sidebar after the page has enough implementation value to maintain.

Boundaries

  • Mature MCP documentation remains intact while AI Agent docs grow around it.
  • Customer-ready workflow documentation focuses on mature modules.
  • Prioritize facility operations, predictive maintenance, and Physical AI.
  • Keep legacy FactVerse AI / FAI references clearly labeled as legacy module material.
  • Agent output patterns use approval, audit, and source references by default, with accountable people retaining operational decisions.

Definition of done for the docs library

The AI Agent section becomes a real documentation library when a customer or implementation engineer can:

  1. Understand what access and source systems are required.
  2. Connect an MCP client with the right endpoint and scope.
  3. Run a first tool call and verify the response.
  4. Follow at least one complete workflow from input data to reviewed output.
  5. Troubleshoot common failure paths from the public documentation.
  6. Validate deployment readiness and handover requirements.