> For the complete documentation index, see [llms.txt](https://docs.specsolutions.eu/specsync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.specsolutions.eu/specsync/reference/configuration/configuration-synchronization/configuration-synchronization-pull.md).

# pull

This configuration section contains settings to configure the pull behavior.

Read more about the pull behavior in the [Two-way synchronization](/specsync/features/pull-features/two-way-synchronization.md) concept description.

{% hint style="info" %}
The two-way synchronization is an [Enterprise feature](/specsync/licensing.md).
{% endhint %}

The following example shows the available options within this sub-section.

```javascript
{
  ...
  "synchronization": {
    ...
    "pull": {
      "enabled": true,
      "enableCreatingNewLocalTestCases": false,
      "conflictResolution": "interactive"
    },
    ...
  },
  ...
}
```

## Settings

| Setting                           | Description                                                                                                                                                                                                                                                                                              | Default       |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| `enabled`                         | Enables changing the scenarios in the local repository based on the remote test cases.                                                                                                                                                                                                                   | `false`       |
| `enableCreatingNewLocalTestCases` | Enables creating new scenarios from test cases that are not linked to any scenarios yet.                                                                                                                                                                                                                 | `false`       |
| `conflictResolution`              | Sets the conflict resolution method for pull. Possible values: `overwrite`, `overwriteWithWarning`, `interactive`, `skipWithWarning`, `skip`, `error`. See [Synchronization conflict resolution](/specsync/features/common-synchronization-features/synchronization-conflict-resolution.md) for details. | `interactive` |

{% content-ref url="/pages/-LVwFCLmwNCOYz1dKMTr" %}
[synchronization](/specsync/reference/configuration/configuration-synchronization.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LVwFCLiKB3ACJLwVZGP" %}
[Configuration reference](/specsync/reference/configuration.md)
{% endcontent-ref %}
