# Manufacturer

## Column Destinations

{% hint style="info" %}
Altohugh manufacturer 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>Picture</td><td>URL to a picture on your website.</td></tr><tr><td>Discount Name of ID</td><td>If your manufacturer has <strong>multiple discounts</strong> they will be saved using | (vertical bar) symbol. Example, <strong>20% off|30% off</strong> if manufacturer has 20% off and 30% off discounts.</td></tr></tbody></table>

## 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>https://example.com/dell.png</td><td>20% off</td></tr><tr><td>Apple</td><td>https://example.com/apple.png</td><td>30$ off</td></tr><tr><td>Samsung</td><td>https://example.com/samsung.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://exportmanager.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.
