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

# Append Text

> Adds new text content to the end of Google Docs documents

Adds new text content to the end of Google Docs documents. Support Markdown formatting, automatically converts it to Google Docs format including images, links, and lists

|                      |                    |
| -------------------- | ------------------ |
| **App**              | Google Docs        |
| **Operation ID**     | `docs_append_text` |
| **Type**             | Action             |
| **Connection**       | `drive` (optional) |
| **Credits per run**  | 1                  |
| **Agent / MCP tool** | Yes                |

## Inputs

| Field               | Type    | Required | Default | Description                                                                               |
| ------------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------- |
| `document`          | string  | Yes      | -       | Enter the URL or ID of the Google Doc                                                     |
| `text`              | string  | Yes      | -       | The text content to append to the document (supports Markdown if enabled in Doc settings) |
| `insert_page_break` | boolean | No       | `False` | Insert a page break before the new text                                                   |
| `convert_markdown`  | boolean | No       | `True`  | Convert the Markdown content to Google Docs rich text                                     |

## Output

**Type**: `Dict`

Returns append confirmation.

**Fields**: `status`, `document_id`
