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

# Export results to an external system

> Export transaction results to a third-party system via a custom script in the Output activity.

Exporting to an external system requires a custom script. Vantage executes the script specified in the activity's settings. The script can read the transaction's data — including extracted field values and the documents available for export — and send an HTTP request to the external system's API.

<Note>
  The script in an Output activity cannot modify document data (for example, fill in fields). To modify data, use a [Custom activity](/vantage/documentation/skill-designer/process/custom-activity/custom-activity) instead.
</Note>

## Add a custom script

<Steps>
  <Step title="Select the Output activity">
    Select the **Output** activity, then check **Select additional destination** in the **Actions** pane.
  </Step>

  <Step title="Choose External system">
    Select **External system** and click **Settings** to open the script editor.
  </Step>

  <Step title="Write and save the script">
    Configure your script and click **Save**.
  </Step>
</Steps>

For a detailed description of objects you can use in the script, see [Object model](/vantage/documentation/skill-designer/process/custom-activity/object-model).

## Related topics

<CardGroup cols={3}>
  <Card title="Output activity" icon="file-export" href="/vantage/documentation/skill-designer/process/output-activity/output-activity">
    Overview of the Output activity and the destinations it supports.
  </Card>

  <Card title="Custom activity" icon="code" href="/vantage/documentation/skill-designer/process/custom-activity/custom-activity">
    Run custom JavaScript against documents during processing.
  </Card>

  <Card title="Custom activity object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/custom-activity/object-model">
    Reference for the objects available to scripts in Custom and Output activities.
  </Card>

  <Card title="Export to a shared folder" icon="folder-tree" href="/vantage/documentation/skill-designer/process/output-activity/export-shared-folder">
    Send processing results to an SFTP-accessible shared folder.
  </Card>

  <Card title="Data export formats" icon="file-lines" href="/vantage/documentation/skill-designer/process/output-activity/export-formats">
    Reference for every export format and option on the Output activity.
  </Card>
</CardGroup>
