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

# Quick Start

> Get up and running with FileFeed in minutes

## Get started with FileFeed

Follow these simple steps to integrate FileFeed into your application.

### Step 1: Create your account

<AccordionGroup>
  <Accordion icon="user-plus" title="Sign up for FileFeed">
    Create your FileFeed account to get started with our platform.

    1. Visit our [dashboard](https://filefeed.io/signup)
    2. Sign up with your **company email** — registration requires a work email
       address; public providers (gmail.com, outlook.com, etc.) are rejected.
  </Accordion>

  <Accordion icon="key" title="Get your API key">
    Once you’re logged in, go to My Account → Security Settings, then click Reveal API Key to view your API key.

    <Tip>Keep your API key secure and never commit it to version control.</Tip>
  </Accordion>
</AccordionGroup>

### Step 2: Choose your integration method

<AccordionGroup>
  <Accordion icon="code" title="Embedded Importers">
    For React applications, use our React SDK to embed file import functionality directly into your app.

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

  <Accordion icon="cog" title="Automated Flows">
    Set up automated file processing workflows with SFTP and other integrations.

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

### Step 3: Test your integration

<Accordion icon="check-circle" title="Verify everything works">
  1. Follow the integration guide for your chosen method
  2. Test file uploads and processing
  3. Check your dashboard for processed files
</Accordion>

## Next steps

Now that you have FileFeed set up, explore these features:

<CardGroup cols={3}>
  <Card title="Embedded Importers" icon="code" href="/embedded-importers/overview">
    Learn about our embedded file import solutions.
  </Card>

  <Card title="React SDK" icon="react" href="/embedded-importers/react-sdk">
    Integrate FileFeed into your React applications.
  </Card>

  <Card title="Automated Flows" icon="cog" href="/automated-flows/overview">
    Set up automated file processing workflows.
  </Card>

  <Card title="SFTP Flow" icon="server" href="/automated-flows/sftp-flow">
    Configure SFTP-based file processing.
  </Card>

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

<Note>
  **Need help?** Contact our [support team](mailto:support@filefeed.io) or check out our detailed guides.
</Note>
