{
  "schema_version": "1.0.0",
  "document_id": "my-loanmetric-agent-docs-index",
  "product": "LoanMetric",
  "last_updated": "2026-06-14",
  "entrypoint_rules": {
    "read_order": [
      "/agent-docs/index.json",
      "/agent-docs/topics/<topic>.json",
      "/agent-docs/<topic>.json",
      "/agent-docs/<topic>.md"
    ],
    "topic_resolution": "Match user intent terms against topics[].match_terms. Use topic_router only for feature routing, then read canonical_json for final steps and constraints.",
    "topic_selection_guidance": [
      "Use expenses topic for deep, feature-level expense workflows (validation rules, specific scenarios, bulk actions).",
      "Use my-loanmetric topic for broad workspace orientation and cross-page navigation in authenticated context."
    ]
  },
  "topics": [
    {
      "topic_id": "expenses",
      "title": "Expenses",
      "description": "Recurring cost tracking, editing, and bulk actions.",
      "match_terms": [
        "expense",
        "expenses",
        "recurring cost",
        "add expense",
        "edit expense",
        "archive expense",
        "bulk archive",
        "every 3 weeks"
      ],
      "canonical_json": "/agent-docs/expenses.json",
      "canonical_markdown": "/agent-docs/expenses.md",
      "topic_router": "/agent-docs/topics/expenses.json",
      "topic_router_role": "feature routing only; not canonical"
    },
    {
      "topic_id": "calculators",
      "title": "Calculators",
      "description": "Public calculator discovery and walkthrough guidance.",
      "match_terms": [
        "calculator",
        "calculators",
        "home loan calculator",
        "borrowing capacity",
        "borrowing power",
        "take home pay",
        "salary calculator",
        "open calculator"
      ],
      "canonical_json": "/agent-docs/calculators.json",
      "canonical_markdown": "/agent-docs/calculators.md",
      "topic_router": "/agent-docs/topics/calculators.json",
      "topic_router_role": "feature routing only; not canonical"
    },
    {
      "topic_id": "my-loanmetric",
      "title": "My LoanMetric Workspace",
      "description": "Authenticated workspace guidance across dashboard, income, loans, household, planning, profile, and bank-linked areas.",
      "match_terms": [
        "my loanmetric",
        "dashboard",
        "income",
        "loans",
        "household",
        "saved scenarios",
        "compare scenarios",
        "profile",
        "bank connections",
        "bank insights",
        "statement import",
        "whats new",
        "about my loanmetric"
      ],
      "canonical_json": "/agent-docs/my-loanmetric.json",
      "canonical_markdown": "/agent-docs/my-loanmetric.md",
      "topic_router": "/agent-docs/topics/my-loanmetric.json",
      "topic_router_role": "feature routing only; not canonical"
    }
  ]
}
