> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stock-sync.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Tags Field

|| Available on: ✔️ Add ✔️ Update ✔️ Export
|| If your feed file has no column as tags and you want to apply tags as **newly_added** for all your products. You can use a [fixed value](https://help.stock-sync.com/en/article/how-to-set-fixed-value-ccjtgf/) to set it.

${youtube}[Tag Field](wM8-VT4qQOg?si=eJP0o7QkOwBm3I0h)

![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/tag2_1ijmahe.jpg)Tags field can be updated using either **mapping** from feed file columns or **AI generated** method based on the product details in store. To automatically **generate AI Tag** based on your product details, see [here](https://help.stock-sync.com/en/article/how-does-ai-generated-works-in-matching-column-step-2-12zt2oh/?bust=1773035058469).

There are a few settings for this field which are:

# 1. Prefix

This is a field to add the prefix in front of the tag values. 

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52523_12x1pul.jpg)

# 2. Find

Find for multiple words or phrases separated by commas. The search matches any part of the words, supports wildcard (*) and regular expressions. You can test your regular expression at this link: https://regex101.com/

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52543_sg552r.jpg)

| For example: (Find: ***man**) will include - **woman, manicur**e etc from the feed file

| Example of regular expression: To remove [ ] brackets or " " quotes from the tags, you can use this ***[\[\]"]*** in Find field and leave the Replace field empty. 

# 3. Replace with

Replace the words or phrases used with **Find** above, separated by a comma.

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52644_121b906.jpg)

| For example: **word1,word2**. (Auto-matched with Find) It will replace your store word from auto-match with find. To replace the words with the column name, use **{{title}}** and place the column name inside the bracket {{}}

# 4. Include tags

It can include certain tags, separated by commas to be imported only. 

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52652_g40xdq.jpg)

| For example: Have product A with 20 tags and want to include only one of them, can use this field to include it.

# 5. Ignore Tags

Ignore tags is for listing out all the tags that wanted to ignore from importing, can use it by separating the comma. 

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52703_135mojj.jpg)

# 6. Replace store product tags

When is unchecked, it will not remove any existing tags on the store and only add new tags from the feed file.

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52719_smaohe.jpg)

# 7. Append new tags to existing tags

By default, it will be enabled. If not the tags will remove from the existing tags. If it's disabled, it will REMOVE from existing tags. 

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52728_1riklcv.jpg)
### [Replace store product tags](#1-6-replace-store-product-tags) vs [Append new tags to existing tags](#1-7-append-new-tags-to-existing-tags)

Example: **Shopify store** has tags (tag A, tag B) and the same product in the **feed file** has tags (tag B, tag C)

| Replace store product tags #6 | Append new tags to existing tags #7 | Result |
| ---- |
| Disabled | Enabled | tag A, tag B, tag C |
| Disabled | Disabled | tag A |
| Enabled | Disabled | tag B, tag C |
| Enabled | Enabled | tag B, tag C |

# 8. Tag column separator

This field is for adding any column separator for the tag. It's a custom field to add the column separator.

![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/screenshot-2024-08-20-at-52751_bq6os2.jpg)