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

# Google Docs

> Connect Google Docs to your workflows: 6 operations.

The Google Docs node adds Google Docs operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Google Docs node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Google Docs under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your Google Docs account when prompted; no keys to copy.

NoClick requests the following permissions:

* `https://www.googleapis.com/auth/documents`
* `https://www.googleapis.com/auth/drive`

## Operations

| Operation                       | ID                            | Description                |
| ------------------------------- | ----------------------------- | -------------------------- |
| **Append Text to Document**     | `append_text_to_document`     | Append text to document    |
| **Create New Document**         | `create_new_document`         | Create a new document      |
| **Fetch Document Content**      | `fetch_document_content`      | Get a document             |
| **Insert Text in Document**     | `insert_text_in_document`     | Insert text at position    |
| **List Google Drive Documents** | `list_google_drive_documents` | List Google Docs documents |
| **Replace Document Text**       | `replace_document_text`       | Replace text in document   |
