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

# Reuse a previous campaign's results

> Chain one campaign into the next by seeding it with an earlier result.

A campaign's output can be another campaign's input. Set the **Seed** block to campaign-result mode to pick up the customers an earlier campaign produced — useful for follow-ups, reminders and staged sequences.

## What you'll build

```mermaid theme={"system"}
flowchart LR
    A[Earlier campaign result] --> B[Seed block]
    B --> C[Enrich block]
    C --> D[Download the outcome]
```

## Steps

<Steps>
  <Step>
    ### Start a new campaign

    Open the **Campaigns** tab and select **Add new campaign**.
  </Step>

  <Step>
    ### Add a Seed block and set it to campaign-result mode

    Select the earlier campaign whose result you want to reuse. See [Block reference](/business-documentation/journeys/block-reference).
  </Step>

  <Step>
    ### Add an Enrich block and connect it to the Seed block

    Attach whichever customer attributes the follow-up needs.
  </Step>

  <Step>
    ### Run the campaign

    Wait for the execution to finish, then download the outcome and check the results.
  </Step>
</Steps>

## Related

* [Add extra customer data to your results](/business-documentation/use-cases/add-extra-customer-data-to-your-results)
* [Use an imported customer list instead of a segment](/business-documentation/use-cases/use-an-imported-customer-list-instead-of-a-segment) — the other Seed block mode
* [Journey list](/business-documentation/journeys/journey-list) — find the earlier campaign

<Info>
  **Migration note.** Rewritten from `Segmentation > User exercises > Use previous campaign results for the campaign configuration`. The original carried a copy-paste line about importing a file, left over from the file-mode exercise — removed here.
</Info>
