# Google Drive

The Google Drive data source in Epsilla allows users to connect their Google Drive account to import documents into the knowledge base. This is ideal for individuals and organizations that store a variety of files in Google Drive, such as reports, research papers, presentations, and collaborative documents.

### **Select Knowledge Base Type**

Choose Google Drive as the data source type. Click **Continue** to proceed.

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

### **Knowledge Base Name**

Enter a unique name to identify your knowledge base. The name should start with a letter or an underscore (\_) and may include letters, digits, underscores, and spaces. For example, `MyGoogleDriveKnowledge`.

<figure><img src="/files/rtyYZWVgFBrHEIO1sv03" alt="" width="563"><figcaption></figcaption></figure>

### **Sign In with Google**

Click the **Sign in with Google** button. You will be redirected to a Google authentication page to select the Google account you want to connect to Epsilla. Once signed in, Epsilla will request permission to access your Google Drive files securely.

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

### **Select Files to Load**

Once connected, click **Open File Picker** to browse and select files from your Google Drive. You can search or sort files by name or type for easier navigation. Selected files will be added to the list of documents to be processed into the knowledge base.

<figure><img src="/files/er4sWucoAuSpi0Z8tpYG" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/qNcJK5OSiefaoTe2Jl89" alt="" width="563"><figcaption></figcaption></figure>

### **Data Processing**

After selecting your files, Epsilla will load and process them into the knowledge base. You can monitor the sync status in the **Loaded Files** section:

* Files marked as **Ready** are successfully processed and available for use.
* Files still in progress will display a **Processing** status.

<figure><img src="/files/EQtA9vibl11PsUpYtD7g" alt="" width="563"><figcaption></figcaption></figure>

You can inspect the processed data (chunks) at the [**Data Storage**](/epsilladb/knowledge-base/data-storage.md) tab.


---

# 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://epsilla-inc.gitbook.io/epsilladb/knowledge-base/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.
