AI-Accessible Documentation
Our documentation is designed to be consumed by AI assistants, enabling your team to use their preferred AI tools for learning and support.
Overview
Argus documentation follows emerging standards for AI discoverability, making it easy for AI assistants like ChatGPT, Claude, and others to access and understand our platform.
llms.txt
Quick reference file for AI assistants (similar to robots.txt)
https://knogin.com/llms.txttextllms-full.txt
Complete documentation in Markdown format for full context
https://knogin.com/llms-full.txtmarkdownJSON API
Structured documentation with metadata for programmatic access
https://knogin.com/api/docsjsonTopic API
Individual topics with detailed sections and examples
https://knogin.com/api/docs/{topic}jsonHow to Use with Your AI
You can use these endpoints to train your AI assistant on Argus:
Point your AI to https://knogin.com/llms.txt for quick context
For full documentation, use https://knogin.com/llms-full.txt
For specific topics, use https://knogin.com/api/docs/{topic}
Your AI can fetch updates automatically to stay current
Example: Fetch documentation in your AI tool
# For ChatGPT/Claude - just paste this URL:
https://knogin.com/llms-full.txt
# For programmatic access:
curl https://knogin.com/api/docs | jq .
# Get a specific topic:
curl https://knogin.com/api/docs/investigations
# Get as Markdown:
curl https://knogin.com/api/docs/investigations.mdFor RAG Systems
If you're building a RAG system, our API provides structured content with embeddings-friendly chunks.