# Importing Categories
> Source: https://development.fuze-store.com/docs/store/import/categories

# Importing Categories

You can import categories into Fuze Store POS to set up or update your category structure in bulk. This is useful when migrating from another system or reorganizing your store.

![The Import Categories dialog in the Fuze Store app showing a CSV file upload area and a Download Template button](/docs/store/import/import-upload-dialog.png)

## Step-by-Step Guide

1. Open the sidebar menu.
2. Go to **Store** and select **Store** from the list.
3. Select **Import** from the Store screen.
4. Fill in the import form:
   - Choose **Categories** from the Type dropdown.
   - Upload your file in **CSV** or **Excel** format.
     > See [Sample Categories.xlsx](#) for reference.
5. Click **Import**. Your categories will be added to the store.

## Field Reference

Here are the columns in the Categories import file:

| Field | Description | Required | Possible Values | Example |
| --- | --- | --- | --- | --- |
| **id** | UUID identifier for the category. Leave empty to create a new category. | | | 123e4567-e89b-12d3-a456-426614174000 |
| **parent_id** | UUID of the parent category. Leave empty if none. | | | 123e4567-e89b-12d3-a456-426614174001 |
| **code** | Short code for internal use. Also serves as an identifier. An existing code updates the matching category. | | | massage-therapy |
| **name** | Name of the category. | **Yes** | | Massage Therapy |
| **color** | Hex color that represents the category. | | | #FF5733 |
| **description** | A short note about the category. | | | Relaxing massages for stress relief |
| **is_active** | Whether the category is active. | **Yes** | YES, NO | YES |
| **is_include_in_menu** | Whether the category appears on the POS Register screen. | **Yes** | YES, NO | YES |

## Tips

- Review your data before importing to avoid errors.
- Download a sample export file first if you are unsure about formatting.
- Use clear, descriptive names for your categories.
- Keep your category structure organized for easier management.
