# Automating Google websites

## Problem

If you try to run an automation on a Google website (Google Forms, Google Sheets, Gmail, YouTube, etc.), you'll see the following error message in the logs:

![](/files/-McBSCZh8N7n4bSj9eNN)

## Solution

1. Open chrome://apps
2. Right click on all Chrome apps for Google websites (e.g. Google Drive, Gmail, YouTube)
3. Select "Remove from Chrome..."
4. Refresh the Google website you're trying to automate
5. Your flow will now run successfully

## Background

Google Chrome comes pre-installed with Chrome apps that mainly serve as shortcuts to Google websites for Chrome OS users. Unfortunately, these pre-installed apps have a known bug that prevent extensions like Browserflow from automating Google websites. By removing these apps, you'll be able to run flows on Google websites.

Google is aware of these issues and is working on fixing them:

* <https://bugs.chromium.org/p/chromium/issues/detail?id=885025#c39>
* <https://bugs.chromium.org/p/chromium/issues/detail?id=809304>

Note: Removing these pre-installed apps will not affect your access or usage of these services. If you still feel unsure, you always have the option of reinstalling these apps via the Chrome Web Store:

* [Google Drive](https://chrome.google.com/webstore/detail/google-drive/apdfllckaahabafndbhieahigkjlhalf?utm_source=chrome-ntp-launcher)
* [Gmail](https://chrome.google.com/webstore/detail/gmail/pjkljhegncpnkpknbcohdijeoejaedia?utm_source=chrome-ntp-launcher)
* [YouTube](https://chrome.google.com/webstore/detail/youtube/blpcfgokakmgnkcojhhkbfbldkacnbeo?utm_source=chrome-ntp-launcher)
* [Slides](https://chrome.google.com/webstore/detail/slides/aapocclcgogkmnckokdopfmhonfmgoek?utm_source=chrome-ntp-launcher)
* [Docs](https://chrome.google.com/webstore/detail/docs/aohghmighlieiainnegkcijnfilokake?utm_source=chrome-ntp-launcher)
* [Sheets](https://chrome.google.com/webstore/detail/sheets/felcaaldnbdncclmgdcncolpebgiejap?utm_source=chrome-ntp-launcher)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.browserflow.app/guides/automating-google-websites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
