> For the complete documentation index, see [llms.txt](https://support.vlex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.vlex.com/vincent-by-vlex/vincent/support-and-account-administration/connecting-your-document-management-system-dms-to-vincent/connecting-google-drive.md).

# Connecting Google Drive

### Summary

Learn how to connect your **Google Workspace** account to Vincent. This integration allows you to securely import files directly from **Google Drive** for analysis, eliminating the need to download sensitive documents to your local device.

### Why This is Important

This integration provides a seamless, secure bridge between your Google Workspace ecosystem and Vincent. By moving files directly cloud-to-cloud, you maintain strict enterprise data governance, avoid creating unsecured copies on local devices, and keep your focus within the Vincent interface.

### Step-by-Step Guide

#### Step 1: Open the Document Uploader

In any workflow that allows document uploads, click the **'Add Documents'** button.

#### Step 2: Select Google Drive

From the dropdown menu, select **'Upload from Google Drive'**.

{% tabs %}
{% tab title="English Interface" %}

<figure><img src="/files/vK3dTVwyuXqXyGIX78VQ" alt=""><figcaption><p>From the dropdown menu, select <strong>'Upload from Google Drive'</strong>.</p></figcaption></figure>
{% endtab %}

{% tab title="Interfaz en Español" %}

<figure><img src="/files/hZoSFJFjVmci4JevxMh2" alt=""><figcaption><p>En el menú desplegable, seleccione 'Cargar desde Google Drive'.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Step 3: Authenticate

Sign in using your standard **Google Workspace credentials**. You simply need to authorize Vincent to access your Drive via the standard Google sign-in prompt. No complex configuration is required.

#### Step 4: Select and Import Files

You will see the native Google file picker, providing a familiar navigation experience:

* **My Drive:** Access your personal documents and folders.
* **Shared Drives:** Access collaborative team spaces and departmental libraries.
* **Shared with Me:** Quickly locate files that colleagues have specifically shared with you.

Select the specific files you wish to analyze and click **Select** to import them into Vincent.

### Best Practices & Pro Tips

* **Permissions Integrity:** You will only see and be able to import documents that you already have explicit permission to access in Google Drive.
* **One-Way Import:** This is a "read-only" action. Vincent creates a copy for analysis; it **does not** alter, move, or delete your original source files in Google Drive.

{% hint style="info" %}
**File Selection:** Currently, you must select specific files for import. Selecting and importing an entire folder structure in bulk is not yet supported.
{% endhint %}

### Related Articles

* [Providing Feedback & Suggestions](/vincent-by-vlex/vincent/support-and-account-administration/providing-feedback-and-suggestions.md)
* [Accessing Training, Videos, and Webinars](/vincent-by-vlex/vincent/training-and-resources-hub/accessing-training-videos-and-webinars.md)

**What's Your Next Step?**

| **New to Vincent?**                                                                                                                                                                                        | **Already a Vincent Customer?**                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [See how Vincent can transform your practice. **Request a personalized demo**.](https://vlex.com/book-a-demo?utm_source=website\&utm_medium=organic\&utm_campaign=web_trial_homepage\&campaign_id=4270741) | [If you still have questions or need help with a specific feature, our team is here to assist. **Contact our Support team**.](https://vlex.com/contact-us) |


---

# 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://support.vlex.com/vincent-by-vlex/vincent/support-and-account-administration/connecting-your-document-management-system-dms-to-vincent/connecting-google-drive.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.
