# How to use it? In 5 steps

Impler is built around configuring your import once and letting the user import spreadsheet data every time using Widget.

## 5 Easy Steps

### &#x20;1. Log in to your Account:

Head over to Impler by visiting [https://web.impler.io](https://web.impler.io/) and log in using your credentials

### 2. Create a New Import:

After logging in, you will land on the dashboard. Click on `Create Import` which will open the create modal asking you to give the appropriate name to the Import.

<figure><img src="https://3446432046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdcNtx1PbzBQcufHhuySW%2Fuploads%2FjgLKdYYpMaBl6gM87Es7%2Fimage.png?alt=media&#x26;token=8a8e5471-481a-4128-8a6f-6ed25cf6bcad" alt=""><figcaption><p>Creating new Import</p></figcaption></figure>

### 3. Add Columns to Your Import:

Once you've created a new import, you need to add columns to your import spreadsheet. The columns represent the data fields you wish to import.

The image represents a few fields and a button to add a new field.

<figure><img src="https://3446432046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdcNtx1PbzBQcufHhuySW%2Fuploads%2FkqwqGgI9b6vOL39RBJyh%2Fimage.png?alt=media&#x26;token=df0adb34-09e3-41b2-a607-fcd037dacfd1" alt=""><figcaption><p>Click on + to add column to Import</p></figcaption></figure>

### 4. Provide API Destination (Optional):

You can send Imported data to your backend application or Bubble.io application.

Enable `Webhook` destination and provide a REST api endpoint in case you want to send imported data to your application.

<figure><img src="https://3446432046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdcNtx1PbzBQcufHhuySW%2Fuploads%2F1WRltCn8pZKGoK8XXoaF%2Fimage.png?alt=media&#x26;token=63ab569a-06b4-432b-9c8f-807dd9cb349f" alt=""><figcaption><p>Proivde Webhook Destination for Imported Data</p></figcaption></figure>

### 5. Import the data:

It's time to import your CSV or Excel file. We can do it in two ways:

1. **Import from Dashboard:** You can click on `Import` the button and the import widget will be opened. Which allows you to use data import functionality without any extra configuration.
2. **Embed Widget into Application:** You can embed CSV Excel Import widget into your application too, regardless of which tech stack you're using. Follow the steps mentioned in `Snippet` section of Importer, to embed a widget into your application. Read more in [importer](https://docs.impler.io/importer "mention")

<figure><img src="https://3446432046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdcNtx1PbzBQcufHhuySW%2Fuploads%2FPukhFsL8gr5ZrY7XDfFv%2Fimage.png?alt=media&#x26;token=7231c331-cab5-4c99-8ba8-f98641b2db80" alt=""><figcaption><p>Embed Import widget into your application</p></figcaption></figure>

And that's it! With these five straightforward steps, you are well on your way to revolutionizing your data onboarding process and delivering an exceptional user experience.

***

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/overview/how-to-use-it.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.
