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

# Welcome to FileFeed

> Powerful file import and processing platform for modern applications

## What is FileFeed?

FileFeed is a comprehensive platform that simplifies file import and processing for modern applications. Whether you need to embed file importers directly into your React applications or set up automated file processing workflows, FileFeed provides the tools you need.

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Start building with FileFeed in minutes.
</Card>

## Key Features

<Columns cols={2}>
  <Card title="Embedded Importers" icon="code" href="/embedded-importers/overview">
    Integrate file import functionality directly into your React applications with our easy-to-use SDK.
  </Card>

  <Card title="Automated Flows" icon="cog" href="/automated-flows/overview">
    Set up automated file processing workflows with SFTP and other integrations.
  </Card>
</Columns>

## Quick Navigation

<Columns cols={3}>
  <Card title="React SDK" icon="react" href="/embedded-importers/react-sdk">
    Learn how to integrate FileFeed into your React applications.
  </Card>

  <Card title="SFTP Flow" icon="server" href="/automated-flows/sftp-flow">
    Set up automated file processing with SFTP integration.
  </Card>

  <Card title="API Library" icon="code" href="/api-library/overview">
    TypeScript SDK for programmatic access to FileFeed.
  </Card>
</Columns>
