# ======================================================= # LLMs.txt — AI Crawler and LLM Usage Rules # For: Oraczen Website (Next.js Frontend) # ======================================================= # ------------------------------------------- # 1. Allowed Public Routes # ------------------------------------------- User-Agent: * Allow: / Allow: /about Allow: /agentic-engagement Allow: /agentic-procurement Allow: /solutions/zen-platform Allow: /solutions/farm-lending Allow: /solutions/epc-industry Allow: /careers Allow: /contact Allow: /research/case-studies Allow: /research/insights Allow: /privacy-policy Allow: /research/case-studies/clearing-the-enterprise-data-fog-with-ai-driven-classifications-and-agentic-spend-analysis Allow: /research/case-studies/transforming-procurement-with-ai-powered-spend-classification-at-oraczen Allow: /research/case-studies/customer-segmentation-and-marketing-analytics-leveraging-ai-ml Allow: /research/case-studies/enabling-better-compliance-reporting-with-ai Allow: /research/case-studies/preventive-maintenance-scheduling-with-predictive-ai-analytics Allow: /research/case-studies/executive-dashboard-with-ai Allow: /research/case-studies/transcription-summarization-meeting-analytics-with-ai-for-a-saas-platform Allow: /research/case-studies/streamlining-procurement-through-ai-driven-item-data-harmonization Allow: /research/insights/why-category-intelligence-fails-and-what-fixes-it Allow: /research/insights/why-procurement-frameworks-fail-without-real-time-intelligence Allow: /research/insights/why-annual-category-plans-fail-in-procurement Allow: /research/insights/auron-conversation-intelligence-platform-enterprise Allow: /research/insights/how-to-unlock-procurement-efficiency Allow: /research/insights/conversational-analytics-procurement-ai Allow: /research/insights/simplifying-data-analysis-the-power-of-generative-business-intelligence Allow: /research/insights/is-agentic-ai-the-end-for-traditional-saas Allow: /research/insights/rethinking-ai-how-new-approaches-are-changing-the-development-landscape Allow: /research/insights/unlocking-enterprise-efficiency-4-key-areas-where-ai-is-transforming-enterprises Allow: /research/insights/agentic-ai-financial-institute-integration-platform-approach Allow: /research/insights/agentic-ai-financial-institutes-autonomous-lending-transformation Allow: /research/insights/zen-design-a-philosophical-guidebook-for-enterprise-ai Allow: /research/insights/why-enterprises-hesitate-to-embrace-gen-ai-a-path-to-overcoming-barriers Allow: /research/insights/how-agentic-ai-resolves-mid-level-decision-paralysis-in-supply-chains Allow: /research/insights/how-ai-is-enhancing-supply-chain-management Allow: /research/insights/rewiring-enterprises-with-agentic-systems-a-new-era-of-ai-transformation Allow: /research/insights/ai-powered-financial-lending-transformation-2025 Allow: /research/insights/the-zen-of-enterprise-evolution-accelerate-augment-adapt Allow: /research/insights/introducing-ai3-a-collaborative-approach-to-enterprise-evolution Allow: /research/insights/ai-toughest-hurdles-the-real-challenges-of-enterprise-evolution Allow: /research/insights/the-3-c-s-of-agentic-ai-composability-configurability-and-customization Allow: /research/insights/why-take-a-platform-based-approach-to-gen-ai Allow: /research/insights/building-a-scalable-and-efficient-q-a-llm-agent-the-oraczen-approach Allow: /research/insights/from-raw-data-to-real-insights-the-power-of-llms-in-enterprise-ai Allow: /research/insights/designing-for-accuracy-cost-and-latency-considerations-in-ai Allow: /research/insights/gen-bi-explained-smarter-faster-and-more-adaptive-analytics Allow: /research/insights/revolutionizing-data-management-the-generative-ai-imperative Allow: /research/insights/ai-agents-powering-the-next-wave-of-business-innovation # ------------------------------------------- # 2. Disallowed Internal / Sensitive Routes # ------------------------------------------- # Source code directories (not accessible as routes, but explicitly blocked): Disallow: /api/ Disallow: /_next/ Disallow: /src/ Disallow: /components/ Disallow: /hooks/ Disallow: /lib/ Disallow: /utils/ Disallow: /styles/ Disallow: /types/ Disallow: /app/ # ------------------------------------------- # 3. AI Model Usage Policy # ------------------------------------------- # AI crawlers MAY: # - Index public pages for search relevance # - Summarize public pages # - Provide citations if content is referenced # AI crawlers MAY NOT: # - Train commercial LLMs using this content # - Download, copy, or mirror large sections of the site # - Reproduce full content verbatim without permission NoTrain: true # ------------------------------------------- # 4. Rate Limiting # ------------------------------------------- Crawl-Delay: 5 # Request-Limit: 1000/day # ------------------------------------------- # 5. Licensing & Contact # ------------------------------------------- # All content is protected by copyright. # For commercial use or AI dataset licensing, contact: Contact: support@oraczen.ai # End of File