AI Resources
Structured documentation optimized for AI assistants, chatbots, and language models. Following the llms.txt specification with explicit agentic browsing endpoints. For daily user updates, see our WhatsApp Channel.
llms.txt
The entry point for AI agents. A curated index of HoraNow documentation with links to detailed resources.
View llms.txt →llms-ctx.txt
Pre-bundled context file with all documentation in a single request. Ideal for tools that need everything at once.
View llms-ctx.txt →llms-full.txt
Full text of all static pages — landing page, privacy policy, and terms — in a single markdown file.
View llms-full.txt →RSS Feed
Machine-readable published content for autonomous browsing and retrieval workflows.
View /rss.xml →Sitemap
Current crawl surface with all pages. Recommended for agents discovering content.
View sitemap →How to Use
Integrate HoraNow documentation into your AI application
For AI Agents & Chatbots
Fetch the llms.txt file to discover available documentation, then retrieve specific pages as needed:
# 1. Discover crawl surface
GET https://horanow.app/llms.txt
GET https://horanow.app/sitemap-index.xml
# 2. Pull bundled context (single fetch)
GET https://horanow.app/llms-ctx.txt
# 3. Pull latest published blog content (RSS)
GET https://horanow.app/rss.xml
Available Files
- /llms.txt Index file — start here
- /llms-ctx.txt Bundled context — all docs in one file
- /llms-full.txt Full static page content — landing, privacy, terms
- /sitemap-index.xml Current crawl surface (recommended for agents)
- /rss.xml Blog feed for incremental polling
-
/api/raw/{slug}Raw markdown for any blog post