> ## Documentation Index
> Fetch the complete documentation index at: https://docs.filefeed.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn about FileFeed's embedded importers and how they work

## What are Embedded Importers?

Embedded Importers allow you to integrate file import functionality directly into your web applications. Instead of redirecting users to external pages, you can provide a seamless file import experience within your own UI.

## Key Benefits

<Columns cols={2}>
  <Card title="Seamless Integration" icon="link">
    Keep users in your application with native-feeling file import components.
  </Card>

  <Card title="Customizable UI" icon="palette">
    Style the importers to match your application's design system.
  </Card>

  <Card title="Real-time Processing" icon="bolt">
    Process files immediately as they're uploaded with live progress updates.
  </Card>

  <Card title="Multiple Formats" icon="file">
    Support for CSV, Excel, JSON, XML, and many other file formats.
  </Card>
</Columns>

## How it Works

1. **Install the SDK** - Add the FileFeed SDK to your project
2. **Configure the Importer** - Set up the importer with your API key and preferences
3. **Embed the Component** - Add the importer component to your React application
4. **Handle Results** - Process the imported data in your application

## Supported Platforms

* **React** - Full SDK with hooks and components
* **Vue** - Coming soon
* **Angular** - Coming soon
* **Vanilla JavaScript** - Basic integration support

## Next Steps

<Card title="React SDK" icon="react" href="/embedded-importers/react-sdk">
  Get started with our React SDK for embedded importers.
</Card>
