# Importer

- [React Embed](https://docs.impler.io/importer/react-embed.md): Using @impler/react package you can embed CSV Excel Importer into your application with just few lines of code.
- [Angular Embed](https://docs.impler.io/importer/angular-embed.md): Using @impler/angular package you can embed CSV Excel Importer into your application with just few lines of code.
- [Bubble.io Embed](https://docs.impler.io/importer/bubble.io-embed.md): Want to let your users easily import data from spreadsheets directly into your Bubble application? Impler provides a smooth, user-friendly data import experience. This guide will walk you through inte
- [HTML & JS Embed](https://docs.impler.io/importer/html-js-embed.md): If you are using a (currently) unsupported client framework, you can use our embedded script. This will show the Widget inside an iframe.
- [Text Customization](https://docs.impler.io/importer/text-customization.md): Customize Import Widget to match tone of your application. Use this feature to update text or localize the Import Widget
- [Directly Enter your Data](https://docs.impler.io/importer/directly-enter-your-data.md): No need to download Excel, do mapping, review, and complete import. Directly write data into the importer and finish your import in just one step.
- [Select Header Row](https://docs.impler.io/importer/select-header-row.md): Need to import a file that doesn't have a header or data starting after a few rows? Choose to import the file with headers or select the header row from where the data is starting.
- [Customizing Widget Appearance](https://docs.impler.io/importer/customizing-widget-appearance.md)


---

# 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/importer.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.
