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

# Exporting decisions

> Get an optimised contact list out of Allyy and into your tools

Once you have a decision, the final step is to get it into the tools that actually run the campaign — your CRM, mailing house, dialler or marketing platform.

## Two ways to export

<CardGroup cols={2}>
  <Card title="Synced to a destination" icon="share-from-square">
    Push the decision to a connected destination so it lands where your campaign team works. See [Integrations](/integrations/overview).
  </Card>

  <Card title="Pulled via the API" icon="code">
    Retrieve the decision programmatically via the API — useful for automated pipelines.
  </Card>
</CardGroup>

<Note>
  The full API specification (authentication, endpoints, payloads) lives in the **API Reference** tab and is maintained separately. This page covers exporting as a product concept.
</Note>

<Note icon="camera">**Screenshot to add** — configuring an export / sync of a decision to a destination in the app.</Note>

## What's in an export

An exported decision typically carries, per supporter:

* The **contact identifier** so your tools can match it.
* The **scores** behind the decision (e.g. propensity, expected amount).
* The **rank** and any **segment** or **ask amount** the decision assigned.
* The **campaign / entity** it relates to.

## Keeping exports in sync

For recurring campaigns, schedule the export as part of a [workflow](/automation/workflows) — sync data, retrain, score, decide, export — so a fresh, optimised list is delivered on cadence without manual steps. You can track every export on the [Monitoring](/processes/monitoring_dashboard) page.

## Next

<CardGroup cols={2}>
  <Card title="Connect a destination" icon="plug" href="/integrations/overview">
    Set up where your decisions should go.
  </Card>

  <Card title="Automate the pipeline" icon="arrows-spin" href="/automation/workflows">
    Run the whole loop on a schedule.
  </Card>
</CardGroup>
