> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/using-limio-for-salesforce/troubleshooting/manual-sync.md).

# Limio for Salesforce Manual Sync

For Limio-initiated actions such as a new order on the Limio Shop or a cancellation performed in LFS, Limio will make sure to have Limio subscriptions in sync with Zuora subscriptions.

However, for non-Limio-initiated actions such as a Zuora-initiated renewal, a Zuora-initiated cancel, or a new order performed via a non-Limio Salesforce application, the Limio Subscription might be out of sync with Zuora.

To prevent this, Limio has introduced a sync feature which is now available in the LFS Manage Subscriptions tab (legacy) and flow.

<figure><img src="/files/PpvU6WlIgHg32FIlvRsJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/57snHQfooeDmUjHTxATP" alt=""><figcaption></figcaption></figure>

When a user clicks the Sync button, LFS makes a call to Zuora to fetch the up-to-date customer subscription data into Limio. After Limio has been synchronised with Zuora, the list of subscriptions in LFS is updated automatically. Clicking on the Sync button in LFS triggers the synchronisation of all customer subscriptions at once.

<figure><img src="/files/3cg90mtnPEmLnAPK9ZQB" alt=""><figcaption></figcaption></figure>

![](blob:https://limioapp.atlassian.net/3af63f1f-0e1a-4ead-b989-18d6d39c39e9#media-blob-url=true\&id=094833ed-632d-4957-aaea-75459bc40df7\&collection=contentId-2404417546\&contextId=2404417546\&height=479\&width=1680\&alt=)If any of the subscriptions failed to sync, the notification will include the name of the subscription for further investigation.

<figure><img src="/files/XNFTcZDJI20HBAqzg3oe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.limio.com/integrations/using-limio-for-salesforce/troubleshooting/manual-sync.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
