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

# Google Docs

> Set up and use the Google Docs integration with Hyper AI

Auth type: OAuth

<Info>
  For general setup steps, permissions, and troubleshooting, start with: [App Integrations](/integrations/overview).
</Info>

## Connect Google Docs

1. Go to Settings → Apps in Hyper
2. Select Google Docs → Connect New
3. Complete OAuth and grant document scopes

## Common capabilities

* Create, read, and edit Google Docs
* Automate document creation and collaboration workflows
* Extract content and data from documents

## Use in Chat

Enable Google Docs in the tool selector. Ask your agent to create documents, edit content, or summarize existing docs.

## Use in Agents

Add Google Docs to an agent's toolkits and select the connection. Require approval for write operations if desired.

## Use in Flows

Automate document generation, content updates, and collaboration workflows using Google Docs action nodes.

## Troubleshooting

* Document not found: verify sharing permissions and document ID
* Permission errors: re-authorize with required scopes

***

## Available Actions

Hyper agents can run the following actions for this integration. Each action can be individually set to **Enabled**, **Requires Approval**, or **Disabled** in your agent's toolkit settings.

Actions can be set to one of three control states:

| State                 | Behavior                                                       |
| --------------------- | -------------------------------------------------------------- |
| **Enabled**           | Agent runs the action automatically                            |
| **Requires Approval** | Agent pauses and waits for your confirmation before proceeding |
| **Disabled**          | Action is blocked and cannot be used                           |

Configure these in the agent's toolkit settings or in workspace defaults.

| Action          | Description                                                            |
| --------------- | ---------------------------------------------------------------------- |
| Batch Update    | Perform multiple updates to a Google Docs document in a single request |
| Create Document | Create a new Google Docs document                                      |
| Delete Content  | Delete content from a Google Docs document by range                    |
| Get Document    | Get a Google Docs document by ID, including its content and structure  |
| Insert Text     | Insert text into a Google Docs document at a specific location         |
| Replace Text    | Replace all occurrences of text in a Google Docs document              |
