# Manufacturer

## Possible Entity Keys

Manufacturer supprots ID or Name as entity key.

{% hint style="warning" %}
Your entity key must be unique. If you have two manufacturers with same Name fields, you will not be able to use Name as entity key.
{% endhint %}

## Column Destinations

{% hint style="info" %}
Altohugh category has many different column destinations, we would describe only ones that have special functionality.
{% endhint %}

<table><thead><tr><th width="231">Column destination</th><th>Explanation</th></tr></thead><tbody><tr><td>Key (Manufacturer Id)</td><td>The value that you selected as entity key for this template.</td></tr><tr><td>Picture</td><td>File name of a picture (ex. phone.png), or URL to a picture, or full path on server.</td></tr><tr><td>Discount Name of ID</td><td>You can specify <strong>multiple discounts</strong> in one cell, you should use | (vertical bar) symbol for this. Example, <strong>20% off|30% off</strong> would apply 20% off and 30% off discounts.</td></tr></tbody></table>

{% hint style="info" %}
All other column destinations do not support inputing multiple values in one cell.
{% endhint %}

## Example Table

<table><thead><tr><th>Key (Name)</th><th width="276.3333333333333">Picture</th><th>Discount</th></tr></thead><tbody><tr><td>Dell</td><td>dell.png</td><td>20% off</td></tr><tr><td>Apple</td><td>C:\Pictures\apple.png</td><td>30$ off</td></tr><tr><td>Samsung</td><td>https://example.com/sam.png</td><td>10$ off|10% off</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://importmanager.docs.foxnetsoft.com/column-mappings/manufacturer.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.
