# InfilearnAI InfilearnAI is an AI learning and prompt-library site for human learners and AI crawlers. ## Human Pages - Prompt landing and searchable library: / - Prompt detail page: /prompt.html?id={prompt_id} - Existing AI learning page: /ai-learning-platform.html - Games page: /games_selection.html - ML tree page: /ml_tree.html - Admin login: /admin/login.html - Admin prompt studio: /admin/studio.html - Admin site customization: /admin/customize.html - User email login: /login.html ## AI-Readable Files - Prompt data JavaScript: /prompts-data.js - AI crawler map: /llms.txt - Sitemap: /sitemap.xml ## Crawling Notes - Prompt text is public and not hidden behind authentication. - Admin pages are for content creation and site configuration. - The static prompt data can be parsed from window.INFILEARNAI_PROMPTS in /prompts-data.js. - User and admin verification endpoints require rate-limited OTP-style code verification.