/for-ai
AI Context Manifest & Agent Guidelines
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).
02. Programs (21) DYNAMIC
경옥고
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 Treatment05. 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.
