# Product Catalog Spreadsheet

If you don't have a supported ecommerce platform or want to supplement your product data, you can import products from a spreadsheet.

## How It Works

Provide a spreadsheet (CSV, XLSX, or Google Sheets) containing your product catalog. Alhena will extract product URLs from the sheet and scrape each product page to build your product database—just like a native ecommerce integration.

## Supported Formats

* CSV files
* Excel files (XLSX)
* Google Sheets

## Requirements

Your spreadsheet must include a column containing product page URLs. The column can contain any product information you want, but the URL column is required for Alhena to scrape and index your products.

## Setup

This integration requires configuration by the Alhena team. [Contact Alhena support](/docs/troubleshooting/troubleshooting.md#contact-support) to set up spreadsheet-based product imports for 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://alhena.gitbook.io/docs/integrations/ecommerce/product-catalog-spreadsheet.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.
