Importing from the dashboard
Learn how to index your data from Algolia’s dashboard.
Using the dashboard, you can either import a file or connect Algolia to a file on your servers.
File importing can be helpful when you’re just starting with Algolia and want to test it with sample data. However, you can’t use the dashboard to update existing data. To synchronize or update such data, use an alternative method.
In the dashboard, you can upload files up to 100 MB. For larger files, consider using the API, CLI, or the CSV no-code connector instead.
Import files
Algolia uses JSON to model records and can import JSON, CSV, and TSV files:
Create a new index
To create a new index to import your file data into:
-
Go to the Indices tab in the Algolia dashboard and click New > Index.
-
Give your index a name and click Create.
Upload the file
To add records to a new index, click Upload records > Upload file to import your file.
To add records to an existing index:
-
Click Add records > Upload file.
-
Drop the file into the Upload records box or select it on your file system. Then, click Upload.
-
Once Algolia has indexed your data, the dashboard will notify you of a successful save.
Was this page helpful?