text
llms.txt
Snelreferentiebestand voor AI-assistenten (vergelijkbaar met robots.txt)
https://vectisconsilium.com/llms.txtOnze documentatie is ontworpen om te worden geconsumeerd door AI-assistenten, zodat uw team hun favoriete AI-tools kan gebruiken voor leren en ondersteuning.
AI-access posture
Give internal assistants, retrieval pipelines, and training tools stable documents that match the actual product model.
Manifest entrypoint
/llms.txt
Structured JSON
/api/docs
Seeded knowledge lanes
11 topics
Human + model readable
Markdown
Machine-readable docs
AI-accessible documentation is only useful when it mirrors the real entities, investigations, evidence, and report objects present in the platform.
text
Snelreferentiebestand voor AI-assistenten (vergelijkbaar met robots.txt)
https://vectisconsilium.com/llms.txtmarkdown
Volledige documentatie in Markdown-formaat voor volledige context
https://vectisconsilium.com/llms-full.txtjson
Gestructureerde documentatie met metadata voor programmatische toegang
https://vectisconsilium.com/api/docsjson
Individuele onderwerpen met gedetailleerde secties en voorbeelden
https://vectisconsilium.com/api/docs/{topic}Object model
Topic documentation should describe the same statuses, fields, and actions the operator sees in the product.
Retrieval context
Topic docs work best when they cover both the core objects and the derived analytics layered on top of them.
Usage flow
U kunt deze eindpunten gebruiken om uw AI-assistent te trainen op Public Safety:
Verwijs uw AI naar https://vectisconsilium.com/llms.txt voor snelle context
Gebruik voor volledige documentatie https://vectisconsilium.com/llms-full.txt
Gebruik voor specifieke onderwerpen https://vectisconsilium.com/api/docs/{topic}
Uw AI kan updates automatisch ophalen om actueel te blijven
Example
Use the manifest for discovery, then pull the full corpus or topic endpoints based on the workflow.
# Quick context
curl https://vectisconsilium.com/llms.txt
# Full corpus for model grounding
curl https://vectisconsilium.com/llms-full.txt
# Structured topic docs
curl https://vectisconsilium.com/api/docs/investigations | jq .
# Markdown export for a single topic
curl https://vectisconsilium.com/api/docs/investigations.mdKnowledge lanes
Start with the topic that matches the question. Pull only what the assistant needs when you are grounding a narrow retrieval workflow.
RAG support
Chunk boundaries are already arranged for downstream embedding pipelines.
RAG support
Filter by topic, format, and document lineage before content is retrieved.
RAG support
Use a retrieval endpoint when you need fresh topic content without copying the full corpus.
RAG support
Keep assistants aligned with the latest published guidance instead of static training snapshots.
Neem contact met ons op voor ondersteuning bij aangepaste AI-integratie of enterprise RAG-oplossingen.