# Component: Hot sync loader

Our Limio Hot Sync automatically brings in customer data from Zuora into Limio when customers log in. If the customer has a lot of Zuora data to sync, this process can take a few seconds to a few minutes. Instead of showing your customers a blank screen, we recommend using the hot sync loader component.

This component will display a configurable message to your users, and will disappear when the hot sync is successful. Use it on the first page that your customers will hit after logging in.

## Props

| Prop name       | Type      | Default                                                                  | Behaviour                                               |
| --------------- | --------- | ------------------------------------------------------------------------ | ------------------------------------------------------- |
| Loading Heading | String    | Please wait                                                              | Heading text displayed when the hot sync is in progress |
| Loading Body    | Rich text | We are fetching your data                                                | Body text displayed when the hot sync is in progress    |
| Error Heading   | String    | Oops!                                                                    | Heading text displayed if the hot sync errors           |
| Error Body      | Rich text | Something went wrong getting your data. Please contact the support team. | Body text displayed if the hot sync errors              |


---

# 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://docs.limio.com/components/component-library/standard-components/component-hot-sync-loader.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.
