Welcome to My Website

This is a sample page demonstrating how to embed the Gemini RAG Chatbot widget.

The chatbot icon should appear in the bottom-right corner of the screen. Click it to start a conversation!

About this Demo

The chatbot's knowledge is pre-loaded on a backend server from a set of documents defined in a manifest file. When you ask a question, your message is sent to the server, which then uses the Google Gemini API to find an answer based *only* on that pre-loaded knowledge.

This architecture is secure and scalable, as the API key and knowledge base are not exposed to the client's browser.