# Option 2 : CSV file with image urls

{% file src="/files/Pk2UHL5lffZlRMRnHam8" %}
Option 2 : CSV file with image urls
{% endfile %}

This method is more streamlined as it requires only the CSV, with direct URLs pointing to where each product image is hosted online.

**Steps:**

1. **Prepare the CSV**:
   * Populate the CSV with all the necessary product information.
   * For the image column, paste the direct URL where the product image is hosted online. Ensure these URLs are publicly accessible and do not expire.
2. **Image Hosting Recommendations**:
   * Use reliable image hosting platforms to ensure the URLs remain active and accessible.
   * Opt for high-resolution images but consider the loading time and bandwidth for end-users.
3. **Sending the Data**:
   * Attach the completed CSV to an email.
   * Subject should be “Name - Add Product Database with Image URLs”.
   * Email it to <support@spacely.ai>.

**CSV directory:**

<table><thead><tr><th width="190">Column</th><th>Definition</th><th data-hidden>Definition</th><th data-hidden></th></tr></thead><tbody><tr><td>product_id <mark style="color:red;">(required)</mark></td><td>A unique identifier for each product.</td><td></td><td></td></tr><tr><td>url <mark style="color:red;">(required)</mark></td><td>The web address where more information about the product can be found.</td><td></td><td></td></tr><tr><td>brand <mark style="color:red;">(required)</mark></td><td>The brand name of the product.</td><td></td><td></td></tr><tr><td>name <mark style="color:red;">(required)</mark></td><td>The name or title of the product.</td><td></td><td></td></tr><tr><td>category <mark style="color:red;">(required)</mark></td><td>The broad category to which the product belongs (e.g., Bed Frames, Tables &#x26; desks).</td><td></td><td></td></tr><tr><td>sub_category</td><td>A more specific classification within the main category (e.g., Sofa-beds, Desks &#x26; Computer Desks).</td><td>no require</td><td></td></tr><tr><td>tags</td><td>Keywords or phrases associated with the product, useful for search and categorization.</td><td></td><td></td></tr><tr><td>color</td><td>The primary color(s) of the product.</td><td>no require</td><td></td></tr><tr><td>price</td><td>The selling price of the product.</td><td></td><td></td></tr><tr><td>currency</td><td>The currency in which the price is listed.</td><td></td><td></td></tr><tr><td>unit</td><td>The number of units this pricing refers to.</td><td></td><td></td></tr><tr><td><mark style="color:blue;">images</mark> <mark style="color:red;">(required)</mark></td><td><mark style="color:blue;">URLs of images associated with the product, directly accessible over the internet.</mark></td><td></td><td></td></tr><tr><td>width_cm</td><td>The width of the product in centimeters.</td><td></td><td></td></tr><tr><td>length_cm</td><td>The length of the product in centimeters.</td><td></td><td></td></tr><tr><td>height_cm</td><td>The height of the product in centimeters.</td><td></td><td></td></tr></tbody></table>


---

# 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://docs.enterprise.spacely.ai/spacely-ai-enterprise-old/furniture-partnership/option-2-csv-file-with-image-urls.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.
