# Bulk Content Import

1. **Accessing the Import Screen**: Navigate to the import screen, which is accessible via the sidebar under settings. Click on 'Import'. You'll see two tabs; focus on the one titled 'Import from Sheet'. Here, you'll need to enter a sheet ID.

<figure><img src="/files/0lXakShwNxQxtdRpmqp6" alt=""><figcaption></figcaption></figure>

2. **Opening the Google Sheet**: Open the Google Sheet URL \[<https://docs.google.com/spreadsheets/d/1_OIxHqpONfzC3d2KtJPA7_n2rQbttZ7zolZfAFPGUkA/edit?usp=sharing>] in a separate tab. This sheet, titled 'InstantUploader - Bulk Import Template', contains two tabs at the bottom.

<figure><img src="/files/MVlMMjsbBR0LzDAqJKsx" alt=""><figcaption></figcaption></figure>

3. **Understanding the Content and Media Tabs**: The first tab, 'Content', includes rows with sample information related to content such as title, description, address, latitude, longitude, and other fields related to the content type. Each individual content (such as a product, project, or FAQ, etc) is described within its own unique row. The second tab, 'Media', is where you attach images to the content. Each content has a unique ID, which should correspond to a row in the Media sheet.

<div><figure><img src="/files/b66IvMWtRzMzCwPVF5Mg" alt=""><figcaption><p>Content tab</p></figcaption></figure> <figure><img src="/files/J1PoAiL52oWMFOsDrLmK" alt=""><figcaption><p>Media tab</p></figcaption></figure></div>

4. **Editing the Sheet**: Make a copy of the sheet to edit it.

<figure><img src="/files/QQJfsSwFSL5Vq1c0g0Kw" alt=""><figcaption></figcaption></figure>

5. **Adding Fields**: Add fields relevant to your content. For an e-commerce, you might add SKU, brand, price, product specifications, and product warranty. Populate these fields with the relevant information.

<figure><img src="/files/9bWRmrtnkdzTwWtkArla" alt=""><figcaption></figcaption></figure>

6. **Filling in the Media Tab**: In the Media tab, provide URLs and additional descriptive data for each image.

<figure><img src="/files/naHfwJTA2PTk9PS6gBxJ" alt=""><figcaption></figcaption></figure>

7. **Sharing the Sheet**: Click on 'Share' and change access to 'Anyone with the link' with the editor role.

<figure><img src="/files/9CwXtwuDijzKhZIIdZWY" alt=""><figcaption></figcaption></figure>

8. **Copy the Sheet ID**: In the browser URL, copy the sheet ID, which is the text from the backslash after the 'd' to the backslash before 'edit'.

<figure><img src="/files/uuf5kz4J9SIMaSEIIqKi" alt=""><figcaption></figcaption></figure>

9. **Importing the Sheet**: Back in the InstantUploader, paste the sheet ID into the 'Sheet ID' field.

<figure><img src="/files/r9ZLk5MTlQ2nEaRssk6P" alt=""><figcaption></figcaption></figure>

10. **Select the Content Type and Stage**: Select 'Product' from the dropdown menu for the content type. Set the default stage (e.g., 'Approval') and map the fields and images.

<div><figure><img src="/files/0PStNpxtRdEcbv9TL49a" alt=""><figcaption></figcaption></figure> <figure><img src="/files/R3akevIYWkDCP0LgBXwO" alt=""><figcaption></figcaption></figure></div>

11. **Connect Content with Media**: Select "ContentID in the Project Field and "ContentID" in the Media Field to related content with it's media.

<div><figure><img src="/files/QcRBXdFELlmrwHTOpDCm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/jdUzxNU5U8vBo8Qo5gN0" alt=""><figcaption></figcaption></figure></div>

12. **Mapping Content Fields**: Map the content fields by selecting the values from the sheet and checking the options available in the dropdown to the right of the field as it appears in the content type's custom fields. Check the "From sheet" checkbox to activate the options in the dropdown.

<figure><img src="/files/YSo6syDVk3jNGd2nVj0l" alt=""><figcaption></figcaption></figure>

13. **Mapping Media**: In the Media Mapping section, Map the images by selecting the URL of the images, its name, caption and other related fields. Click on 'Import from Sheet' to import all the content.

<figure><img src="/files/SgEmhulsJa81z0aTtteB" alt=""><figcaption></figcaption></figure>

14. **Preview Import** : Click "Connect" to preview your import.

<figure><img src="/files/0thgCni0HNf58H6GeyKF" alt=""><figcaption></figcaption></figure>

15. **Preview and Import**: Preview the imported data to ensure everything matches correctly. Click on 'Add all from this list' to import all the content.

<div><figure><img src="/files/PFxKCJEuArQHMS3SNQYi" alt=""><figcaption></figcaption></figure> <figure><img src="/files/A7YDKIjT16h72NRd5aQt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dYasyvaSOAiCk6otr4VY" alt=""><figcaption></figcaption></figure></div>

16. **Review Imported Content**: Once the content has been imported successfully, go to the 'Content feed' section to review. You should see your content imported as products, complete with custom fields and images.

<figure><img src="/files/SEUxcCViBQSqIC32WA7D" alt=""><figcaption></figcaption></figure>

This guide should help you successfully use the InstantUploader bulk importer to add a large number of records to your account.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.instantuploader.com/business-account-setup-guide/bulk-content-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
