# Creating Google Drive Integration

PixieBrix integrates with Google Drive, allowing you to reference information from Google Documents and also to send information to Google Documents.

Using a Google Sheet as an easily editable database that can be referenced from anywhere on the web can be helpful. It’s also a great way to store info you come across, such as links or notes.

To use mods that search or create data in Google Sheets, you must set up a Google Drive Integration.

### Configuring a Google Drive Integration in PixieBrix&#x20;

{% hint style="info" %}
To set up a cloud integration that your team can access, head to the [Admin Console](https://app.pixiebrix.com/). *(If you'd rather set up something locally, use the Extension Console. Learn more about* [Configuring Integrations](/integrations/configuring-integrations.md).*)*
{% endhint %}

From the **Integrations** section in the Admin or Extension Console, click the **+** **Add Integration** button in the top right corne&#x72;**.**&#x20;

Search for and select the Google Drive integration.

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

Once you click the Google Drive integration option, you’ll be asked to configure a label. It’s simply a description for the integration that can be helpful for you to identify. You might call it `Britt’s PixieBrix Google Drive`.

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

Click the purple **Add Configuration** button when you’re happy with your label.

When activating mods that use Google Sheet bricks, or when adding a Google Sheet brick to a mod, you’ll be able to select the integration you configured.

Click **Save,** and your integration will be ready for use in any [Google Drive mods](https://www.pixiebrix.com/marketplace/search/?tags=google-sheets) and [Google Drive Bricks](/integrations/google-drive/google-drive-bricks.md).


---

# 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.pixiebrix.com/integrations/google-drive/creating-google-drive-integration.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.
