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

# Import data

> Bring data into Databar from CSV files, integrations, or webhooks.

Databar gives you multiple ways to get data into your tables: upload a file, connect a third-party service, receive webhooks, or add rows by hand. Choose the method that fits your workflow.

## CSV upload

Upload a comma-separated CSV file to create a new table or add data to an existing one.

<Tabs>
  <Tab title="New table from CSV">
    Click **New table** from your workspace, then select **Import CSV**. Databar creates a table with columns and types inferred from your file.
  </Tab>

  <Tab title="Import into existing table">
    Open the table you want to add data to, click **Import Data**, and select **CSV**. You will be prompted to map CSV columns to existing table columns or create new columns for any unmatched fields.

    <Frame>
      <video muted loop playsInline controls preload="metadata">
        <source src="https://mintcdn.com/databar/-Gjtpx63cup10j4X/images/product-guide/import-csv-into-table.mp4?fit=max&auto=format&n=-Gjtpx63cup10j4X&q=85&s=1a7fd20d7281ec061d2fbed871c2b737" type="video/mp4" data-path="images/product-guide/import-csv-into-table.mp4" />
      </video>
    </Frame>
  </Tab>
</Tabs>

<Warning>
  Only **comma-separated** CSV files are supported. If your file uses semicolons, pipes, or other delimiters, convert it to comma-separated format before uploading.
</Warning>

## Importers and integrations

The **Import Data** modal lists all available importers: direct connections to third-party services that pull data into your table automatically.

### Available importers

<Info>
  The list below is a sample of some available data sources. We add new integrations regularly, so this page may not reflect the latest options. Visit the [Integrations page](https://databar.ai/integrations) for the full, up-to-date list.
</Info>

| Importer         | What it imports                                             |
| ---------------- | ----------------------------------------------------------- |
| **Calendly**     | Scheduled events, invitee details, custom booking questions |
| **Attio**        | Contacts, companies, and deals with custom attributes       |
| **Salesforce**   | Leads and contacts with standard and custom fields          |
| **Instantly**    | Leads across campaigns, contact details, engagement metrics |
| **HeyReach**     | Leads from LinkedIn outreach campaigns                      |
| **Salesforge**   | Contacts with sequence data                                 |
| **Folk**         | People and companies from Folk CRM                          |
| **Fireflies AI** | Meeting recordings, transcripts, and summaries              |
| **tl;dv**        | Meeting metadata, participants, and key moments             |
| **HubSpot**      | Contacts, companies, and deals                              |
| **Pipedrive**    | Persons, organizations, and deals                           |

<Tip>
  The Import Data modal displays all importers in a flat, searchable list, with no category tabs to navigate. Type to filter and find the integration you need instantly.
</Tip>

### Setting up an importer

<Steps>
  <Step title="Open Import Data">
    Click **Import Data** in the table toolbar or from the workspace home.
  </Step>

  <Step title="Select an importer">
    Browse or search the list of available integrations and click the one you want.
  </Step>

  <Step title="Authenticate">
    Connect your account by following the OAuth flow or entering an API key, depending on the service.
  </Step>

  <Step title="Configure and import">
    Choose which records to import, map fields, and click **Import**. The data appears in your table immediately.
  </Step>
</Steps>

## Webhooks

Receive data from external systems in real time by creating a webhook endpoint for your table. Each incoming request creates a new row.

For setup instructions and configuration options, see the dedicated [Webhooks](/product-guide/webhooks) page.

## Manual entry

### Adding a single row

Click the **Add rows** button at the bottom of your table to append a new empty row. Fill in the cells manually.

### Adding multiple rows

Click the chevron next to **Add rows** to open the bulk-add menu. Specify the number of rows you want and choose whether to insert them at the top or bottom of the table.

<Info>
  There is no limit on how many rows you can add at once. Add as many as your workflow requires.
</Info>

## Next steps

<CardGroup cols={2}>
  <Card title="Webhooks" icon="webhook" href="/product-guide/webhooks">
    Set up webhook endpoints to receive data automatically.
  </Card>

  <Card title="Tables overview" icon="table" href="/product-guide/tables-overview">
    Learn how tables, columns, and rows work in Databar.
  </Card>

  <Card title="Deduplication" icon="clone" href="/product-guide/deduplication">
    Remove duplicate rows after importing data.
  </Card>

  <Card title="Enrichments" icon="wand-magic-sparkles" href="/product-guide/enrichments">
    Enrich your imported data with third-party providers.
  </Card>
</CardGroup>
