Summary
Add an "Ask AI" feature to the website footer that allows visitors to ask AI platforms about Wazoo directly from the site.
Context
Inspired by Human Delta's implementation, this feature acts as a Retrieval-Augmented Generation (RAG) gateway that automatically injects enterprise context into external LLMs.
Technical Approach
Following the pattern described in Human Delta's Ask AI feature:
-
Context Encapsulation: Pre-defined knowledge payload with:
- Core message (e.g., "how Wazoo helps enterprises with AI agent memory")
- Domain (AI knowledge governance/neuro-symbolic infrastructure)
- Grounding URL (
https://wazoo.dev/)
-
Platform Support: Add icons for common AI platforms:
- ChatGPT
- Claude
- Gemini
- Perplexity
- Grok
- (Any other relevant platforms)
-
URL Construction: When clicked, encode the prompt and append to the AI's deep-link API
-
Cross-Platform Handshake: The link tells the LLM to use the provided URL as its "Source of Truth" rather than relying on general training data
Reference
Footer Location
Add to the existing .footer-socials section at the bottom of index.html.
Acceptance Criteria
Summary
Add an "Ask AI" feature to the website footer that allows visitors to ask AI platforms about Wazoo directly from the site.
Context
Inspired by Human Delta's implementation, this feature acts as a Retrieval-Augmented Generation (RAG) gateway that automatically injects enterprise context into external LLMs.
Technical Approach
Following the pattern described in Human Delta's Ask AI feature:
Context Encapsulation: Pre-defined knowledge payload with:
https://wazoo.dev/)Platform Support: Add icons for common AI platforms:
URL Construction: When clicked, encode the prompt and append to the AI's deep-link API
Cross-Platform Handshake: The link tells the LLM to use the provided URL as its "Source of Truth" rather than relying on general training data
Reference
Footer Location
Add to the existing
.footer-socialssection at the bottom ofindex.html.Acceptance Criteria