Google Docs
BUILT-IN AI ALWAYS-ON CAPABLEGoogle Docs is a cloud-based word processor with real-time collaboration, version history, and integration with other Google Workspace apps
Connect Google Docs to ChatGPT or Claude with your own Google Docs login or an API key, and your AI can run 41 of its actions. 6 of those only read and change nothing. 8 can delete or send something that cannot be undone, so those need a boundary you set before anyone runs them.
Things you could hand over
Your assistant can find a document by name and pull its full text, including lists and table contents, as plain text it can work with. From there you can ask for a summary, for the decisions buried in it, or for the three things that changed since you last read it. The document itself is untouched, and nobody else sees that you asked.
Built on: Get document plain text / Search Documents / Get document by id
It can create a document and write the whole thing in one pass, with real headings, bold text, and lists rather than a wall of paragraphs. Give it your own bullets or a rough outline instead of a blank prompt. The document lands in your Drive as a new file, so the only thing at risk is your own time reading it.
Built on: Create Document Markdown / Insert Text into Document / Create Paragraph Bullets
It copies your existing document so the original stays untouched, then swaps every placeholder for the real values in one operation. The trap is a short placeholder: replacing the string Name also hits Named, Rename, and the client called Nameless. Use markers nothing else in the document can match, such as double braces.
Built on: Copy Google Document / Replace All Text in Document / Get document plain text
It can create a table and populate the cells in a single step, rather than making an empty grid you then fill in by hand. It can also add rows and columns to a table that already exists, and set a header row. Existing content in the document stays where it is; the table is inserted at the position you name.
Built on: Create and Populate Table in Google Doc / Insert Table in Google Doc / Insert Table Row / Insert Table Column / Insert Text in Table Cell / Update Table Row Style
This is the operation to understand before you use it. Google Docs edits are addressed by character index, so the assistant reads the document, works out where the section starts and ends, and replaces that span. If the indices are off by a paragraph it removes text you meant to keep, and the connector has no undo. Version history in your browser is the recovery route.
Built on: Update Document Section Markdown / Delete Content Range in Document / Get Document End Index / Get document by id
It can export the document as a PDF without changing anything in the original, which is what you need when an assistant is going to hand you something to attach to an email or file with a client. Google enforces a ten megabyte ceiling on the export, which image heavy documents can reach.
Built on: Export Google Doc as PDF / Get document plain text
It can add or replace headers and footers, set page size and margins, insert page breaks, and add footnotes. Applied across a folder of documents that grew up separately, this is tedious work with a clear right answer and no judgment call in it. Removing a header or footer is a one-way step within the connector.
Built on: Create Header / Create Footer / Delete Header / Delete Footer / Update Document Style / Insert Page Break / Create Footnote
A recurring document with a fixed structure is a reasonable routine to hand over. It reads the current document, appends this week's entry in the same shape as the last one, and leaves the rest alone. Run it yourself for three or four weeks first and read what it wrote, because the failure you are watching for is not a bad sentence, it is a week where it appended to the wrong place.
Built on: Get document plain text / Insert Text into Document / Update Document Section Markdown / Create Document Tab / Search Documents
- The connector does not expose comments, suggestion mode, or version history, so an assistant cannot leave a tracked suggestion for a human to accept, and it cannot roll a document back. Recovery from a bad edit is manual, through version history in the browser.
- No time saving is claimed for any candidate on this page, because none has been measured.
BUILT-IN AI Ships AI features you can turn on yourself, with no developer and no new purchase.
10 event triggers. This app can fire automations on its own. One of 34 in this directory that can.