Skip to content

Add Ask AI feature to footer #4

@EthanThatOneKid

Description

@EthanThatOneKid

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:

  1. 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/)
  2. Platform Support: Add icons for common AI platforms:

    • ChatGPT
    • Claude
    • Gemini
    • Perplexity
    • Grok
    • (Any other relevant platforms)
  3. URL Construction: When clicked, encode the prompt and append to the AI's deep-link API

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

  • Footer displays platform icons when clicked, opens new session with context-injected prompt
  • Works across multiple AI platforms
  • Consistent with existing footer styling

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions