AI Access

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.txttext

llms-full.txt

Complete documentation in Markdown format for full context

https://knogin.com/llms-full.txtmarkdown

JSON API

Structured documentation with metadata for programmatic access

https://knogin.com/api/docsjson

Topic API

Individual topics with detailed sections and examples

https://knogin.com/api/docs/{topic}json

How to Use with Your AI

You can use these endpoints to train your AI assistant on Argus:

1

Point your AI to https://knogin.com/llms.txt for quick context

2

For full documentation, use https://knogin.com/llms-full.txt

3

For specific topics, use https://knogin.com/api/docs/{topic}

4

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.md

For RAG Systems

If you're building a RAG system, our API provides structured content with embeddings-friendly chunks.

Pre-chunked content for embedding
Rich metadata for filtering
Search endpoint for retrieval
Version tracking for freshness

Need Custom Integration?

Contact us for custom AI integration support or enterprise RAG solutions.