Gemini receives full access to Workspace by default unless admins disable it

Google allows the Gemini model to read all organizational data in Gmail, Docs, Calendar, Chat and Drive by default in every commercial Google Workspace account. The company clarifies that the data are not used for training, do not leave the organizational domain, and are not stored in a dedicated AI database, but the access itself is enabled automatically, and Workspace administrators must act proactively to block it.
how it works in practice
According to Google, the mechanism relies on RAG, Retrieval-Augmented Generation, which performs a real-time search over information the organization has already indexed. When a user asks Gemini a question, the system retrieves relevant documents from Workspace according to that user’s access permissions, and only then generates a response. Google defines each service—Gmail, Docs, Calendar, Chat, Drive, Meet—as a “Workspace Intelligence Source”, and everything is open unless configured otherwise.
compliance and departmental isolation risks
The primary concern is not external leakage but internal exposure. Organizations subject to regulations that prohibit AI-driven scanning of information even within the corporate domain, and contracts with customers that may forbid automated processing of communications, face compliance challenges. Moreover, the RAG mechanism can surface sensitive information such as HR complaints, private deals, or legal documents and present them to employees in other departments who lack direct permission to view the source. This is not a theoretical flaw: as the index grows, the probability of an erroneous retrieval increases.
how to turn it off
Workspace admins can disable specific intelligence sources through the admin console: Apps > Google Workspace > Settings for Gemini > Intelligence Sources. There they may revoke access to each service individually, for example keeping Drive active while blocking Gmail and Calendar. The change takes effect immediately and does not require redeployment of clients. Google does not publish performance metrics on how disabling sources affects answer quality, but it is clear that reducing sources narrows the coverage of RAG.
bottom line for security admins
Google’s default setting favors productivity, giving employees context-aware answers instantly without additional configuration, but it shifts the decision burden to the organization. If you have compliance requirements, confidentiality agreements, or any information-policy that limits inter-departmental access, proactive disabling is required, not optional.