> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Drive

> Browse the tools and triggers available for Google Drive in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_GET_FILE_BY_ID" title="Get File By ID" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_SAVE_FILE" title="Save File" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_EXPORT_DOC" title="Export Doc" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_CREATE_FOLDER" title="Create Folder" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_DELETE_FOLDER" title="Delete Folder" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_GET_FOLDER_BY_ID" title="Get Folder By ID" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_MOVE_FOLDER" title="Move Folder" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_LIST_FILES" title="List Files" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_SEARCH_FOLDERS" title="Search Folders" horizontal />

  <Card href="/actionkit/integrations/googledrive/GOOGLE_DRIVE_DOWNLOAD_FILE" title="Download File" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/googledrive/triggers/GOOGLE_DRIVE_TRIGGER_FILE_CREATED" title="File Created" horizontal />

  <Card href="/actionkit/integrations/googledrive/triggers/GOOGLE_DRIVE_TRIGGER_FILE_UPDATED" title="File Updated" horizontal />

  <Card href="/actionkit/integrations/googledrive/triggers/GOOGLE_DRIVE_TRIGGER_FILE_DELETED" title="File Deleted" horizontal />
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
