AI Chat Page Context Awareness

We want our AI chat to automatically detect the page a user is on (e.g., product page, FAQ, category) when they start a conversation. For example:

  • If a user asks, “Is this waterproof?” while on a product page, the AI should know “this” refers to that specific product.
  • No need for users to mention the product/page explicitly — the AI should infer context from their location.
  1. Is this feature currently supported in common AI chat systems?
  2. If yes: How to configure it? (e.g., pass URL/product ID via chat widget, inject metadata into prompts).
  3. If no: Is it feasible to implement?

Example Use Case:

  • User opens chat on example.com/products/blue-widget.
  • AI receives product_id=123 or URL and uses it to answer questions like “What’s the warranty?” without requiring the user to specify “blue widget.”

Appreciate any insights or examples! :pray: