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

# Google Docs

> The **Google Docs** integration simplifies document creation and management by automating processes such as generating, updating, and sharing Google Docs. Workflows can be set to automatically draft, edit, and distribute documents without manual input, enhancing collaboration and efficiency. Whether it’s drafting contracts, creating reports, or sharing content, this integration ensures real-time updates and seamless teamwork.

<Steps>
  <Step title="Select Google Docs in App">
    Begin by navigating to the application interface and selecting the "Google Docs" option. This enables access to the models for working with Google Docs files.

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/googledocs/1.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=ea9056f2a2d622b6b3907807ebfbce90" alt="googledocs" width="1543" height="705" data-path="images/googledocs/1.png" />
    </Frame>
  </Step>

  <Step title="Integrate the Google Docs Account">
    If you log in using your Google account, the app will automatically gain access to your Google Docs, allowing you to manage your documents without further setup. However, if you log in with an email and password (non-Google login), you will need to manually connect your Google account by going to the account settings or integration section. This step grants the necessary permissions to work with your Google Docs.

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/googledocs/2.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=e8f5df0e157a53d8f7f86ab893975d91" alt="googledocs" width="1483" height="693" data-path="images/googledocs/2.png" />
    </Frame>
  </Step>

  <Step title="Choose Models in Dropdown">
    From the dropdown menu, choose the appropriate model:

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/googledocs/2.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=e8f5df0e157a53d8f7f86ab893975d91" alt="googledocs" width="1483" height="693" data-path="images/googledocs/2.png" />
    </Frame>

    ## Google Docs Integrations Models

    ### Add Data to Documents

    Allows automated insertion of content into **Google Docs**. This can be used to generate contracts, reports, or proposals based on templates and predefined data from **Google Sheets**.

    #### Example:

    Automatically populate Google Docs with customer information from Google Forms.

    ```
    {
        "Authorization": "CLAUD_API_KEY",
        "encrypted_key": "YOUR_ENCRYPTED_KEY"
    }
    ```

    ***

    ### Get Documents

    Fetch and retrieve **Google Docs** content for use in workflows. This is useful for reading and analyzing documents, such as contracts, and generating summaries or insights.

    \####Example:

    ```
    {
        "Authorization": "CLAUD_API_KEY",
        "encrypted_key": "YOUR_ENCRYPTED_KEY"
    }
    ```

    ***

    ### Add Comments

    Automates the process of adding comments to **Google Docs** for collaborative workflows where feedback or approvals are needed.

    #### Example:

    Claude AI can analyze a document and add comments with insights or suggestions.

    ```
    {
        "Authorization": "CLAUD_API_KEY",
        "encrypted_key": "YOUR_ENCRYPTED_KEY"
    }
    ```
  </Step>

  <Step title="Run the Node">
    Finally, execute the node by running the relevant commands or scripts. This will activate the selected model, allowing you to either add new data to your Google Doc or retrieve existing content seamlessly.

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/googledocs/3.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=3b1bf95dd67b5c27952966a84e1ea52e" alt="googledocs" width="1522" height="693" data-path="images/googledocs/3.png" />
    </Frame>
  </Step>
</Steps>
