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

# Actions After Document Generation

> Configure automated actions that trigger after documents are created

This feature allows you to configure automated actions that trigger once a document has been successfully generated. It enables seamless integration of post-generation workflows with other tools and services.

## Available Actions

<CardGroup cols={2}>
  <Card title="Saving Google Docs" icon="file-lines" href="/features/actions-after-document-generation/saving-google-docs">
    Store generated documents as editable Google Docs files
  </Card>

  <Card title="Save Word Document" icon="file-word" href="/features/actions-after-document-generation/save-word-document">
    Keep the editable Word (.docx) file alongside the PDF
  </Card>

  <Card title="Save PDFs in Google Drive" icon="hard-drive" href="/features/actions-after-document-generation/save-pdfs-in-google-drive">
    Export and archive PDFs to Google Drive storage
  </Card>

  <Card title="Save PDFs in OneDrive" icon="cloud" href="/features/actions-after-document-generation/save-pdfs-in-onedrive">
    Store generated PDFs in Microsoft OneDrive folders
  </Card>

  <Card title="Send Email" icon="envelope" href="/features/actions-after-document-generation/send-email">
    Automatically dispatch documents via email
  </Card>

  <Card title="Merge Existing PDFs" icon="object-group" href="/features/actions-after-document-generation/merge-existing-pdfs">
    Combine generated PDFs with existing files
  </Card>

  <Card title="Notify Webhook" icon="webhook" href="/features/actions-after-document-generation/notify-webhook">
    Send notifications to external systems
  </Card>
</CardGroup>

## Configuration

Actions are configured on the **Actions** tab of the automation editor. Click **Add action** to pick from the available options — you can enable multiple actions for a single automation (for example, save the PDF to Google Drive AND send it via email).

<Tip>
  Test your actions using preview mode to ensure everything works correctly before production use.
</Tip>
