# How to manage failed service syncs

## Overview

Service sync failures may occur for a number of reasons - for example, if a mapped field in the source/destination system has changed unexpectedly, or if there was a communication issue when the service ran.&#x20;

When a sync failure occurs, an entry will be shown in your [sync report](/product-documentation/patchworks-services/reporting-and-logging/service-sync-reports/viewing-the-service-sync-report.md) with a [status](https://doc.wearepatchworks.com/dashboard/reporting-and-logging/sync-reports/viewing-the-sync-report#sync-report-status-indicators) of **failed** - there will be one entry for every failure. From here you can:

* [Review and fix a sync failure](/product-documentation/patchworks-services/reporting-and-logging/service-sync-reports/handling-failed-service-syncs.md#handling-a-failed-sync-for-a-single-entry)
* [Review and fix multiple sync failures](/product-documentation/patchworks-services/reporting-and-logging/service-sync-reports/handling-failed-service-syncs.md#handling-a-failed-sync-for-multiple-entries)

In the event that you have a sync query but there are no failures in your sync report, you may wish to run the associated service manually. For instructions please see: [How to run a service manually](/product-documentation/patchworks-services/troubleshooting/how-to-run-a-service-manually.md).

{% hint style="info" %}
Did you know that you can setup up **sync failure email notifications** from Patchworks? For more information please see our [sync failure notifications](/product-documentation/patchworks-services/reporting-and-logging/service-sync-reports/sync-failure-email-notifications.md) page.
{% 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://doc.wearepatchworks.com/product-documentation/patchworks-services/troubleshooting/how-to-manage-failed-service-syncs.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.
