# Import Manager

## Import Manager

- [Overview](https://importmanager.docs.foxnetsoft.com/overview.md): Create and update properties of products, categories, manufactures, create pictures, localized values, etc. using external spreadsheet files
- [Installation process](https://importmanager.docs.foxnetsoft.com/installation-process.md)
- [Updating plugin](https://importmanager.docs.foxnetsoft.com/updating-plugin.md)
- [Templates](https://importmanager.docs.foxnetsoft.com/templates.md): In order to import any entities using Import Manager you would need to create an Import Template. Head to Templates page under Import Manager section to see your exsisting templates and create new one
- [Import Settings](https://importmanager.docs.foxnetsoft.com/import-settings.md): Import settings tab contains basic settings for your file
- [What is ID?](https://importmanager.docs.foxnetsoft.com/what-is-id.md)
- [Column mappings](https://importmanager.docs.foxnetsoft.com/column-mappings.md): Column mapping  serves essential purpose of Import Manager recognizing your columns in your spreadsheet file
- [ACL Mapping](https://importmanager.docs.foxnetsoft.com/column-mappings/acl-mapping.md): ACL Mapping is used to control permissions for your website
- [Category](https://importmanager.docs.foxnetsoft.com/column-mappings/category.md): Category is used to import or update Categories
- [Cross-sell product](https://importmanager.docs.foxnetsoft.com/column-mappings/cross-sell-product.md): Cross-sell product is used to add Cross-sell products to your Products
- [Localized Values](https://importmanager.docs.foxnetsoft.com/column-mappings/localized-values.md): Localized Values templates are used to add different languages to your store
- [Manufacturer](https://importmanager.docs.foxnetsoft.com/column-mappings/manufacturer.md): Manufacturer template is used to import Manufacturers
- [Product](https://importmanager.docs.foxnetsoft.com/column-mappings/product.md): Product is used to import or update Products
- [Product Attribute](https://importmanager.docs.foxnetsoft.com/column-mappings/product-attribute.md): Product Attribute template is used to import Product Attributes
- [Product Attribute Combinations](https://importmanager.docs.foxnetsoft.com/column-mappings/product-attribute-combinations.md): Product Attribute Combinations allows to import pictures, prices, etc. for different Product Attribute Combinations
- [Product Attribute Mapping](https://importmanager.docs.foxnetsoft.com/column-mappings/product-attribute-mapping.md): Product Attribute Mapping is used to assign Product Attributes to Products
- [Product Attribute Value](https://importmanager.docs.foxnetsoft.com/column-mappings/product-attribute-value.md): Product Attribute Value allows to import Values for Product Attributes for a Product
- [Product Category mapping](https://importmanager.docs.foxnetsoft.com/column-mappings/product-category-mapping.md): Product Category mapping allows to add Categories to existing Products.
- [Predefined Product Attribute Values](https://importmanager.docs.foxnetsoft.com/column-mappings/predefined-product-attribute-values.md): Predefined Product Attribute Values mapping allows to add Predefined Values for Product Addributes.
- [Localized Predefined Product Attribute Values](https://importmanager.docs.foxnetsoft.com/column-mappings/localized-predefined-product-attribute-values.md): Localized Predefined Product Attribute Values mapping allows to add Localized Predefined Values for Product Addributes.
- [Product Manufacturer mapping](https://importmanager.docs.foxnetsoft.com/column-mappings/product-manufacturer-mapping.md): Product Manufacturer mapping allows to add Manufacturers to existing Products.
- [Product Picture](https://importmanager.docs.foxnetsoft.com/column-mappings/product-picture.md): Product Picture allows you to add multiple pictures to your products.
- [Product Specification Attribute](https://importmanager.docs.foxnetsoft.com/column-mappings/product-specification-attribute.md): Product Specification Attribute is used to assign Specification Attributes to Products
- [Product Tag](https://importmanager.docs.foxnetsoft.com/column-mappings/product-tag.md): Product Tag allows to add Tags to existing Products.
- [Related Product](https://importmanager.docs.foxnetsoft.com/column-mappings/related-product.md): Related product is used to add Related products to your Products
- [Specification Attribute](https://importmanager.docs.foxnetsoft.com/column-mappings/specification-attribute.md): Specification Attribute is used to import or update specification attributes
- [Specification Attribute Option](https://importmanager.docs.foxnetsoft.com/column-mappings/specification-attribute-option.md): Specification Attribute Option is used to add options to specification attributes
- [Store Mapping](https://importmanager.docs.foxnetsoft.com/column-mappings/store-mapping.md): Store Mappnig is used to control permissions for your website
- [Tier Price](https://importmanager.docs.foxnetsoft.com/column-mappings/tier-price.md): Tier Price allows you to set up tier prices for your products
- [File Sources](https://importmanager.docs.foxnetsoft.com/file-sources.md): Import Manager support different file sources: uploading a file, direct URLs, server paths or FTP. In this section we would show on how to set up a file source
- [Upload a File](https://importmanager.docs.foxnetsoft.com/file-sources/upload-a-file.md)
- [Upload a ZIP-file](https://importmanager.docs.foxnetsoft.com/file-sources/upload-a-zip-file.md)
- [URL](https://importmanager.docs.foxnetsoft.com/file-sources/url.md)
- [Server folder or file](https://importmanager.docs.foxnetsoft.com/file-sources/server-folder-or-file.md)
- [FTP, SFTP, FTPS](https://importmanager.docs.foxnetsoft.com/file-sources/ftp-sftp-ftps.md)
- [Scheduling imports](https://importmanager.docs.foxnetsoft.com/scheduling-imports.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://importmanager.docs.foxnetsoft.com/overview.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.
