The Knowledge Base is live. Every link, quote, chat, or code snippet you add gets read, synthesised, and integrated into a structured store that compounds over time. Your agents always start informed — not from zero.Documentation Index
Fetch the complete documentation index at: https://docs.xysq.ai/llms.txt
Use this file to discover all available pages before exploring further.
How it works
When you add a source, xysq:- Ingests the raw content (unchanged — you can delete it any time)
- Indexes it in the background (usually seconds)
- Makes it available to your agents via
memory_recall
Adding sources
You can add to your knowledge base via your AI agent using the MCP connection.Via your agent (MCP)
Once you have Claude or Cursor connected, xysq works in the background. As you have conversations, share links, drop in transcripts, or discuss code — xysq automatically identifies what’s worth keeping and adds it to your knowledge base. You don’t need to tell it to save anything. Just work naturally: Share a linkDocuments (PDFs, uploaded files) are not yet supported. Document ingestion — via the dashboard and MCP clients — is coming soon.In the meantime, paste the text content as a
quote instead.Source types
| Type | What it is | How to add |
|---|---|---|
link | A URL to fetch and index | Ask your agent |
quote | Pasted text, article excerpts, notes | Ask your agent |
chat | A conversation transcript | Ask your agent |
code | A code snippet (language auto-detected) | Ask your agent with a file path and line range |
document | A file (PDF, etc.) | Coming soon |