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

# Build an app that creates Google Docs

> Create apps that let you create and update Google Docs or display data from existing ones.

## How it works

Display and write Google Docs directly from your Zite app. Collaborate with your team or partners without adding them to your Google Workspace. By connecting Google Docs, you can:

* Generate a doc from scratch with a title and content
* Display text, headings, lists, tables, and other structural elements from an existing doc
* Edit existing docs by replacing or removing text, adding bullets, and applying basic formatting (bold, italic, underline, font size, color)
* Insert tables, embed images using URLs, and add other structured content

<Info>
  Google limits requests per minute, so bulk document operations need to be paced.
</Info>

## How to create a Google Doc

<Steps>
  <Step title="Connect to Google Docs">
    In the chat box, request your app to be integrated with Google Docs or click the `plug icon` <Icon icon="plug" /> on the top right. Then, sign in to your account.

    <Frame>
      <img src="https://mintcdn.com/zite/CV9a9BjpBj1wREn7/images/image.png?fit=max&auto=format&n=CV9a9BjpBj1wREn7&q=85&s=d58a93ce02623930d59d84cc2baad17e" alt="Image" width="1374" height="172" data-path="images/image.png" />
    </Frame>

    Alternatively, you can click the `plus icon` **+** in the chat box to connect.
  </Step>

  <Step title="Enter use case">
    Tell Zite how you want to use Facebook Pages in your app. For example, let's add a feature to save generated playbooks as a Google Doc.

    <Frame>
      <img src="https://mintcdn.com/zite/J7snOcxXFpGhyaBn/images/Screenshot-2026-09-16-at-7.43.27-PM.png?fit=max&auto=format&n=J7snOcxXFpGhyaBn&q=85&s=7c5014cd1c2267a22b99e2a55e1e15e6" alt="Screenshot 2026 09 16 At 7 43 27 PM" width="2880" height="1622" data-path="images/Screenshot-2026-09-16-at-7.43.27-PM.png" />
    </Frame>

    <Note>
      By default, API pulls data from My Drive. If you need to access files in a Shared or Team Drive, specify this in your prompt.
    </Note>
  </Step>

  <Step title="Test">
    Be sure to test the app to ensure everything's working properly. In this case, we'll check if a playbook is added as a Google Doc.

    <Frame>
      <img src="https://mintcdn.com/zite/J7snOcxXFpGhyaBn/images/Screenshot-2026-09-16-at-7.50.25-PM.png?fit=max&auto=format&n=J7snOcxXFpGhyaBn&q=85&s=11582ed981890f4458cdf11e1a550723" alt="Screenshot 2026 09 16 At 7 50 25 PM" width="1982" height="668" data-path="images/Screenshot-2026-09-16-at-7.50.25-PM.png" />
    </Frame>
  </Step>

  <Step title="Deploy and share">
    Click `Publish` in the upper right corner and [**share**](/help/platform/access/share-to-web) your app.
  </Step>
</Steps>

[Modify the theme](https://zite.com/help/platform/how-to-build/design-tools) or [style the components](/help/platform/basics/selective-edits) of your app to personalize it or match it with your brand.

## Common use cases

With a Google Docs connection, you can create apps like:

* **Document Editors:** Build a collaborative app for creating and editing Google Docs
* **Proposal Builders:** Generate client proposals from reusable templates
* **Meeting Note Apps:** Capture, organize, and share meeting notes in Google Docs
* **Content Planners:** Create and manage content briefs and editorial documents
* **Report Generators:** Turn app data into formatted Google Docs reports
