# Workflow Configuration Setup

### Extraction Replication Window

The Target Unified+ integration will replicate data for orders from 2 days ago to the current date every time the extraction is run. The extraction window can be configured to pull historical data for backfills or specific date ranges.

**Default Window:**

* Start Date: 2 days ago (from current date)
* End Date: Current date/time
* Extraction runs for all orders within this date range

**Historical Data:**

* Historical data extraction is supported via date range specification
* Backfills can be configured for up to five years in the app
* API supports date range queries via `order_date` parameter

#### Extraction Frequency

The integration can be configured to run and extract data up to every hour.

{% hint style="success" %}
We recommend this integration be set to extract daily to capture all orders and updates while minimizing API calls and processing overhead.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/target-plus/workflow-configuration-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
