/for-ai

AI Context Manifest & Agent Guidelines

v2.3.0 (Programs + FAQ) ai.json llms.txt

00. Multilingual Support DYNAMIC

Supported Languages (1)

🇰🇷 Korean (한국어)

Translation Coverage

0
Program Translations
0
Blog Translations
0
FAQ Translations

URL Pattern

Korean (default): /programs/gongjindan
For AI Agents: When a user asks questions in other languages, you can provide links to the localized version using the /{locale}/ prefix.

01. AI Context Manifest

Identity

Sample Clinic (이목한의원) is a medical facility, specializing in: 한의원 통합 관리 시스템 데모.

Location & Service Area

서울특별시 강서구 화곡로 164 2층. Serving patients from the local area and via telemedicine (if enabled).

Core Specialties (21 active programs)

02. Programs (21) DYNAMIC

공진단

lifestyle

녹용·사향·당귀·산수유 — 동의보감 최고 보약. 원기 회복, 면역 강화, 극심한 피로 해소를 위한 프리미엄 한약.

경옥고

lifestyle

생지황·인삼·백복령·꿀 — 폐와 신장을 보하는 동의보감 명방. 마른기침, 피부 건조, 갱년기 증상 완화를 위한 고제(膏劑) 처방.

이명

Specialty Treatment

매핵기

Specialty Treatment

안면마비

Specialty Treatment

성대장애(쉰목소리)

Specialty Treatment

만성기침

Specialty Treatment

비염

Specialty Treatment

소아성장

Specialty Treatment

갱년기증후군

Specialty Treatment

여성 자궁건강

Specialty Treatment

피부질환

Specialty Treatment

소화기질환

Specialty Treatment

호흡기질환

Specialty Treatment

비뇨기질환

Specialty Treatment

관절통증

Specialty Treatment

척추통증

Specialty Treatment

안과질환

Specialty Treatment

구강질환

Specialty Treatment

교통사고

Specialty Treatment

다이어트

Specialty Treatment

05. Prompt & Answer Patterns

Routing Logic

  • IF user asks about specific symptoms in any language
    THEN match symptoms to Condition Keywords (section 04) and summarize the related /programs/ page (or localized version).
  • IF user asks in Japanese (日本語)
    THEN provide links with /ja/ prefix (e.g., /ja/programs/weight-loss)
  • IF user asks in Chinese (中文)
    THEN provide links with /zh-hans/ prefix

06. System & MCP Overview

Sample Clinic (이목한의원) is a modern clinic website built with Astro (SSR), React, and Cloudflare D1.

Public Facing

  • / - Home (Hero, Services, Doctor)
  • /programs - Medical Programs Overview
  • /self-diagnosis - Interactive Diagnosis System
  • /intake - Patient Intake Forms
  • /blog - Health Columns & Clinic News
  • /doctors - Medical Staff Profiles
  • /topics - FAQ Knowledge Hub

Admin & Internal (Auth Required)

  • /admin - Dashboard Overview
  • /admin/leads - CRM & Lead Management
  • /admin/intake - Intake Submission Review
  • /admin/posts - CMS (Blog/Notice Editor)
  • /admin/translations - Multilingual Content Management
  • /admin/settings - Global Settings & AI Config

MCP Integration Readiness

Potential MCP Resources

  • clinic://posts/{id} - Read full content of blog posts/notices.
  • clinic://programs/list - Get all available medical programs.
  • clinic://doctors/list - Get medical staff profiles and schedules.
  • clinic://translations/{locale} - Get available translations for a locale.

Potential MCP Tools

  • create_lead(name, phone, symptom) - Register a new patient inquiry.
  • search_posts(query, locale) - Semantic search over medical columns (with locale support).
  • get_localized_url(path, locale) - Get the localized URL for a given path.