# Using Frontend Callback

{% hint style="info" %}
Available from @impler/react\@0.21.0 SDK. Not advisable to access imported data on the front end, if importing more than 10K records.
{% endhint %}

Once the user completes importing the spreadsheet in the widget, you access imported data immediately on the frontend application.

## Enable Frontend Callback Destination

<figure><img src="https://3446432046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdcNtx1PbzBQcufHhuySW%2Fuploads%2FrygHVCkQ5PrkHwaY3VYH%2Fimage.png?alt=media&#x26;token=633a2084-b4de-4b03-bff9-c8367debfc74" alt=""><figcaption><p>Steps to enable frontend callback </p></figcaption></figure>

1. Open the Import and go to the `Destination` section.
2. Enable `Get Imported Data in Frontend`.

## Get Imported Data on Frontend

Once the destination is enabled Impler will start sending Imported data on the frontend.

To access we can use `onDataImported` method at [#listening-for-events](https://docs.impler.io/importer/react-embed#listening-for-events "mention") if using react or can check for a`DATA_IMPORTED` event as per [#listening-to-events](https://docs.impler.io/importer/html-js-embed#listening-to-events "mention") if using HTML & JavaScript.

***

If you have any questions, suggestions, or comments. Feel free to reach out to us over [**Discord**](https://discord.impler.io). We’re constantly improving to deliver the best Data Importer for your product, and we value your input.


---

# 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.impler.io/data-retrieval/using-frontend-callback.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.
