AI-Assistant/
│
├── ai-assistant.php
├── readme.txt
├── uninstall.php
│
├── assets/
│ ├── css/
│ │ └── chatbot.css
│ ├── js/
│ │ └── chatbot.js
│ └── images/
│ │ └── logo.svg
│ │ └── army.svg
├── includes/
│ ├── admin/
│ │ ├── cache-status.php
│ │ ├── save-api-key.php
│ │ └── settings-page.php
│ │
│ ├── ajax/
│ │ └── chatbot-reponse.php
│ │
│ ├── category/
│ │ ├── fetch-9-11-virtual-exhibit.php
│ │ ├── fetch-army-society.php
│ │ ├── fetch-battle-briefs.php
│ │ ├── fetch-book-talks.php
│ │ ├── fetch-changing-world.php
│ │ ├── fetch-cold-war.php
│ │ ├── fetch-founding-the-nation.php
│ │ ├── fetch-gallery-talks.php
│ │ └── fetch-global-war.php
│ │ ├── fetch-history-hikes.php
│ │ └── fetch-history-talks.php
│ │ └── fetch-leadership.php
│ │ ├── fetch-medal-of-honor-experience.php
│ │ └── fetch-nation-overseas.php
│ │ └── fetch-nisei-soldier-experience.php
│ │ ├── fetch-preserving-the-nation.php
│ │ └── fetch-soldiers-stories.php
│ │ └── fetch-special-exhibition-gallery.php
│ │ ├── fetch-planning-visit.php
│ │ └── fetch-accessibility.php
│ │ └── …
│ │
│ ├── helpers/
│ │ ├── cache.php
│ │ ├── detect-category.php
│ │ ├── 18n.php
│ │ ├── output.php
│ │ ├── router.php
│ │ ├── sanitize.php
│ │ ├── translate-html.php
│ │ ├── tts.php
│ │
│ ├──languages/
│ │ ├── language-instructions.php
│ │
│ ├── responses/
│ │ └── response-accessibility.php
│ │ └── response-army-trails.php
│ │ └── response-exhibits.php
│ │ └── response-family-activities.php
│ │ └── response-leadership.php
│ │ └── response-military-group-programs.php
│ │ └── response-museum-amenities.php
│ │ └── response-planning-visit.php
│ │ └── response-static-categories.php
│ │ └── response-upcoming-events.php
│ │
│ ├── chat-ui.php
│ ├── debug-shortcodes.php