> For the complete documentation index, see [llms.txt](https://docs.tryprotege.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryprotege.com/review/getting-started/file-scanning-setup/google-workspace.md).

# Google Workspace

Complete the setup with these steps:

1. **Access Settings**: Log in to your Protege Counsel account and navigate to the "Settings" section.
2. **Link Google Workspace**: Within the Settings section, locate the option to "File Access". Click on the Google Workspace option to begin the process.

<figure><img src="/files/LYz3qsxqPD3dqEgyUYVC" alt=""><figcaption></figcaption></figure>

3. **Authorize Access**: You will be redirected to the Google sign-in page. Enter your Google Work account credentials.

<figure><img src="/files/1Ej5nPDG24bRMc10roQp" alt=""><figcaption></figcaption></figure>

4. **Grant Permissions**: After signing in, Google will request permission for Protege Counsel to access your Google Workspace files. Review the permissions requested and grant access as necessary. The permissions authorize Protege Counsel to access your Google Docs and Slides files.
5. **Confirmation**: Once authorized, you will receive confirmation that your Google Workspace has been successfully linked to your Protege Counsel account.
6. **Access Linked Files**: After linking Google Workspace, you can access your files directly within Protege Counsel for efficient content review and analysis.

Notes:

* For security purposes, ensure you only link file storage tools that you regularly use for marketing review.
* If you encounter any issues during the linking process or have questions about accessing your files, please contact our support team at <founders@tryprotege.com> for assistance. We're here to help ensure a smooth integration with your preferred file storage tools.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tryprotege.com/review/getting-started/file-scanning-setup/google-workspace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
