Documents

Google Docs, worked by an AI employee

Not another app for your team to learn, and not a set of rules for you to build. You hire an AI employee, you give it access to your Google Docs account, and you ask it for things in Slack or Teams the way you would ask anyone else on the team. There is nothing to map and nothing to maintain.

  • Documents
  • Signs in to your account
  • 32 ready-made tools
  • Asked in Slack or Teams
At work

An illustration of how the conversation reads, not a transcript from a client account.

What Google Docs is

Google Docs is a cloud-based word processor with real-time collaboration, version history, and integration with other Google Workspace apps

You sign in with your own Google Docs account, the same way you already do. We never see or hold your password.

It can also be told by Google Docs when something happens, rather than only doing things when you ask.

How a run works

One message in, the work done in Google Docs.

  1. 01

    You ask

    You message your AI employee in the chat your team already has open, in one sentence, in your own words.

  2. 02

    It works out the step

    It decides what the job needs in Google Docs. You do not pick anything from a menu or wire anything together.

  3. 03

    It does the work

    Signed in to your own Google Docs account, inside the access you granted it, doing the thing you asked for.

  4. 04

    It reports back

    It tells you what it did, in the same thread. If it could not do something, it says so rather than guessing.

32 tools it already has

What it can do in Google Docs

These are the ready-made tools your AI employee already has in Google Docs. It is not limited to them, but it never has to be taught these.

  • Copy Google DocumentTool to create a copy of an existing google document. use this to duplicate a document, for example, when using an existing document as a template. the copied document will have a
  • Create a documentCreates a new google docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's id and metadata (exclud
  • Create Document MarkdownCreates a new google docs document, optionally initializing it with a title and content provided as markdown text.
  • Create FooterTool to create a new footer in a google document. use when you need to add a footer, optionally specifying its type and the section it applies to.
  • Create FootnoteTool to create a new footnote in a google document. use this when you need to add a footnote at a specific location or at the end of the document body.
  • Create HeaderTool to create a new header in a google document. use this tool when you need to add a header to a document, optionally specifying the section it applies to.
  • Create Named RangeTool to create a new named range in a google document. use this to assign a name to a specific part of the document for easier reference or programmatic manipulation.
  • Create Paragraph BulletsTool to add bullets to paragraphs within a specified range in a google document. use when you need to format a list or a set of paragraphs as bullet points.
  • Delete Content Range in DocumentTool to delete a range of content from a google document. use when you need to remove a specific portion of text or other structural elements within a document.
  • Delete FooterTool to delete a footer from a google document. use when you need to remove a footer from a specific section or the default footer.
  • Delete HeaderDeletes the header from the specified section or the default header if no section is specified. use this tool to remove a header from a google document.
  • Delete Named RangeTool to delete a named range from a google document. use when you need to remove a previously defined named range by its id or name.
  • Delete Paragraph BulletsTool to remove bullets from paragraphs within a specified range in a google document. use when you need to clear bullet formatting from a section of a document.
  • Delete TableTool to delete an entire table from a google document. use when you have the document id and the specific start and end index of the table element to be removed. the table's range
  • Delete Table ColumnTool to delete a column from a table in a google document. use this tool when you need to remove a specific column from an existing table within a document.
  • Delete Table RowTool to delete a row from a table in a google document. use when you need to remove a specific row from an existing table.
  • Get Charts from SpreadsheetTool to retrieve a list of all charts from a specified google sheets spreadsheet. use when you need to get chart ids and their specifications for embedding or referencing elsewhere
  • Get document by idRetrieves an existing google document by its id; will error if the document is not found.
  • Insert Inline ImageTool to insert an image from a given uri at a specified location in a google document as an inline image. use when you need to add an image to a document programmatically.
  • Insert Page BreakTool to insert a page break into a google document. use when you need to start new content on a fresh page, such as at the end of a chapter or section.
  • Insert Table ColumnTool to insert a new column into a table in a google document. use this tool when you need to add a column to an existing table at a specific location.
  • Insert Table in Google DocTool to insert a table into a google document. use when you need to add a new table at a specific location or at the end of a segment (like document body, header, or footer) in a d
  • Insert Text into DocumentTool to insert a string of text at a specified location within a google document. use when you need to add new text content to an existing document.
  • List Charts from SpreadsheetTool to retrieve a list of charts with their ids and metadata from a google sheets spreadsheet. use to identify charts available for embedding into google docs.
  • Replace All Text in DocumentTool to replace all occurrences of a specified text string with another text string throughout a google document. use when you need to perform a global find and replace operation w
  • Replace Image in DocumentTool to replace a specific image in a document with a new image from a uri. use when you need to update an existing image within a google doc.
  • Search DocumentsSearch for google documents using various filters including name, content, date ranges, and more.
  • Unmerge Table CellsTool to unmerge previously merged cells in a table. use this when you need to revert merged cells in a google document table back to their individual cell states.
  • Update Document MarkdownReplaces the entire content of an existing google docs document with new markdown text; requires edit permissions for the document.
  • Update Document StyleTool to update the overall document style, such as page size, margins, and default text direction. use when you need to modify the global style settings of a google document.
  • Update existing documentApplies programmatic edits, such as text insertion, deletion, or formatting, to a specified google doc using the batchupdate api method.
  • Update Table Row StyleTool to update the style of a table row in a google document. use when you need to modify the appearance of specific rows within a table, such as setting minimum row height or mark
10 things it can watch for

What Google Docs can tell it about

It does not only wait to be asked. These are the things Google Docs can tell your AI employee about the moment they happen, so it can act without anyone noticing first.

  • Document DeletedAn existing Google Doc is deleted (moved to trash). This trigger monitors Google Docs and fires when documents are trashed.
  • Document Placeholder FilledA Google Doc's plain text changes such that a configured placeholder token/pattern is no longer present (i.e., the document has been filled in). This trigger monitors
  • Document Search UpdateA Google Doc matching a user-defined search query is newly created or updated since the last poll. This trigger uses timestamp filtering to efficiently monitor docume
  • Document Structure ChangedA Google Doc's structure changes (headers/footers added/removed, tables/images count changes). This trigger monitors a specific document for structural changes like:
  • Document UpdatedAn existing Google Doc is updated or modified. This trigger monitors Google Docs and fires when documents are updated.
  • Document Word Count ThresholdA Google Doc's word/character count crosses a user-defined threshold. This trigger monitors a specific Google Doc and fires when its word or character count becomes g
  • Keyword Detected in DocumentA specific keyword or phrase first appears in a Google Doc. This trigger monitors a Google Doc and fires once when the specified keyword is detected. After the keywor
  • New Document AddedA new Google Doc is added/created. This trigger monitors Google Docs and fires when new documents are detected.
  • New Document CreatedA new Google Doc is created. This trigger monitors Google Docs and fires when new documents are detected. Uses timestamp filtering to efficiently poll for new documen
  • New Folder Created in RootA new folder is created in the root folder of Google Drive. This trigger monitors Google Drive and fires when new folders are detected in the root directory.
The jobs Sanaf takes in it, and what it does

These are the jobs Sanaf would hold, signed in to your Google Docs account.

  • AI Sales Coordinator

    Sanaf, on this job

    • Drafts quotes and proposals from your own pricing
    • Keeps the wording consistent across every quote
  • AI Knowledge Manager

    Sanaf, on this job

    • Keeps procedures current as the way you work changes
    • Rewrites a procedure when the way you work changes
  • AI Content Manager

    Sanaf, on this job

    • Drafts articles and newsletters for review
    • Turns a finished job into something you can publish
  • AI Research Analyst

    Sanaf, on this job

    • Writes the brief: what is known, what is not, and where each fact came from
    • Builds the shortlist you decide from
Things you could ask, as written

You do not learn a new screen. You type this in Slack or Teams.

  • @Sanaf draft the quote from my site notes and leave the price to me.

  • @Sanaf update the site handbook, the pets question is not covered.

  • @Sanaf draft this month's newsletter from what we finished.

Access, and who is in charge of it

You stay the boss of your Google Docs account.

Nothing connects until you approve it. You grant access one app at a time, you can take it back the same way, and everything your AI employee does in there is written down where you can see it.

How we handle your data
  • It signs in to your own Google Docs account. You are not moving anything into ours.
  • You grant access one app at a time, and you can take it back the same way.
  • Everything it does in Google Docs is written down, with what it did and when.
  • Anything you tell it to check with you first, it checks with you first.
Other apps in the same corner of the business

It works in Google Docs and the rest of your software in the same job

A real job rarely stays in one place. Reading a message in one app, checking a record in another and writing the result in a third is one request to your AI employee, not three.

Questions people ask about Google Docs

Can an AI employee really work inside Google Docs?
Yes. It signs in to your own Google Docs account and works in it the way a new hire would, from the chat your team already has open. Nobody installs anything, and nobody learns a new screen.
Do I have to move anything out of Google Docs?
No. Nothing moves and nothing is replaced. Your records stay in Google Docs, your team carries on in the same screens they used yesterday, and your AI employee works alongside them in there.
How does it get into my Google Docs account?
You sign in with your own Google Docs account, the same way you already do. We never see or hold your password. You approve it before anything connects, and you can take the access back the same way you gave it.
What can it actually do in Google Docs?
It has 32 ready-made tools in Google Docs today, among them Copy Google Document, Create a document and Create Document Markdown. The full list is on this page. It is not limited to those, but it never has to be taught them.
Can it use Google Docs and the rest of my software in the same job?
Yes, and that is usually the point. Reading a message in one app, checking a record in Google Docs and writing the result somewhere else is one request to your AI employee, not three separate ones you stitch together.
Who decides what it is allowed to do in Google Docs?
You do. You grant access one app at a time and can withdraw it at any time, anything you ask it to check with you first it checks with you first, and everything it does in Google Docs is written down with what it did and when.