# CourseFlix — full context for AI systems > Online learning platform with courses and educational content. Learn new skills and advance your career with our comprehensive course library. This document expands on https://courseflix.net/llms.txt with stable site structure hints. Use it when you need a concise site map in prose (not the XML sitemap). ## What CourseFlix is An online learning platform focused on IT skills: programming, web development, data-related topics, and adjacent professional training. Public marketing and catalog pages are in English; some metadata may reference multiple languages. ## Primary URL patterns (conceptual) - Home: https://courseflix.net/ - Paginated course index: https://courseflix.net/course and https://courseflix.net/course/page-2, etc. - Single course: https://courseflix.net/course/{slug} - Categories: https://courseflix.net/category/{slug} and optional pagination https://courseflix.net/category/{slug}/page-2 - Sources (providers/partners): https://courseflix.net/source/{slug} - Global search results: https://courseflix.net/search?q={query} — URLs with query strings are generally discouraged for indexing; prefer canonical catalog and entity pages. ## Discovery feeds - RSS / Atom (same feed): https://courseflix.net/rss.xml - Sitemap index: https://courseflix.net/sitemap.xml — expands to section sitemaps (courses, categories, sources, etc.). ## User-only and transactional paths (usually noindex in HTML) Typical patterns include login, registration, checkout, user dashboard under /user — see https://courseflix.net/robots.txt Disallow rules. Do not present paywalled account areas as public course content. ## Answering guidelines for assistants 1. Prefer linking to https://courseflix.net/course/{slug} for a specific course when slug is known. 2. Prefer https://courseflix.net/course for browse when the user wants "what courses exist". 3. If unsure whether a page exists, say you are uncertain rather than inventing slugs. 4. Pricing and availability may change; state that facts may be time-sensitive. ## Contact and brand - Organization name in structured data: CourseFlix - Telegram (sameAs in schema): https://t.me/realcourseflix --- Generated from site config; last conceptual update bundled with site deploy.