# Google Drive

Google Drive is currently our primary integrated tool, allowing you to seamlessly access and manage your Google Drive files within our platform.

### Connecting Google Drive

* Navigate to the Integrations page by either clicking on the "Manage integrations" button on the Knowledge page, or from the user menu clicking on your user's card.
* Locate the Google Drive card.
* Click the "Connect" button (if not already connected).
* Follow the prompts to authorize access to your Google Drive account.

<figure><img src="/files/6rmZPg3FBm8T65D9jp2i" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4EVrg2XpjemofwBqA2ps" alt=""><figcaption></figcaption></figure>

### Using Google Drive Integration

Once connected, you can:

* Access Google Drive files directly from the Knowledge page.
* Import documents into the knowledge of any agent

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

### If you need to delete any document that you imported

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

### Disconnecting Google Drive

If you need to disconnect your Google Drive:

1. Go to the Integrations page.
2. Find the Google Drive card.
3. Click the "Disconnect" button.


---

# 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.calk-ai.com/knowledge/integrations/google-drive.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.
