> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisepim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Assign to Categories

> Bulk add products to one or more categories without removing existing ones. Parent categories are selected for you, and conflicts get flagged.

Add products to one or more categories in a single pass. By default this adds to their current categories instead of replacing them, so nothing you already set up gets lost.

Use this to organize new products or build out a category as your catalog grows.

## Assign products to categories

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/NmcJ6hcXYN7g9AMz/images/marketing-screenshots/products/products-bulk-edit-assign-categories-light-transparent.webp?fit=max&auto=format&n=NmcJ6hcXYN7g9AMz&q=85&s=f1127a3c5a98abecaa5a079ff69cb4f8" alt="Bulk editing, Assign to Categories across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-assign-categories-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/NmcJ6hcXYN7g9AMz/images/marketing-screenshots/products/products-bulk-edit-assign-categories-dark-transparent.webp?fit=max&auto=format&n=NmcJ6hcXYN7g9AMz&q=85&s=9cba4618dad64d2ef76b6f4e0103674b" alt="Bulk editing, Assign to Categories across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-assign-categories-dark-transparent.webp" />

<Steps>
  <Step title="Select products">
    Check the products you want to categorize. Or use filters and select all matching results.
  </Step>

  <Step title="Open Bulk Edit and choose Assign to Categories">
    Click **Bulk Edit**. Search for "Assign to Categories" or find it under **Categories & Organization**.
  </Step>

  <Step title="Pick categories">
    Use the category tree to select one or more categories. Parent categories are selected for you by default.
  </Step>

  <Step title="Adjust options and apply">
    Change the options below if you need to, then click **Apply**.
  </Step>
</Steps>

## Options

| Option                                        | What it does                                                        | Default |
| --------------------------------------------- | ------------------------------------------------------------------- | ------- |
| **Categories**                                | The categories to assign, picked from the category tree             | None    |
| **Auto-select parent categories**             | Includes every parent category when you pick a child                | On      |
| **Skip products already in these categories** | Leaves products that already have the selected categories untouched | Off     |
| **Keep existing category assignments**        | Adds to current categories instead of replacing them                | On      |

## Tips

* Keep **Auto-select parent categories** on so products stay properly nested in the tree. Most e-commerce platforms need this.
* WisePIM flags parent-child conflicts, so you know when a selection creates unexpected nesting.
* Filter your product list first. For example, filter by brand, then assign all matching products to a brand category in one go.

## Related

<CardGroup cols={2}>
  <Card title="Remove Categories" icon="folder-minus" href="/en/essentials/bulk-editing/remove-categories">
    Take products out of specific categories in bulk.
  </Card>

  <Card title="Replace All Categories" icon="folder-sync" href="/en/essentials/bulk-editing/replace-categories">
    Clear current categories and set new ones in one step.
  </Card>

  <Card title="Set Primary Category" icon="folder-check" href="/en/essentials/bulk-editing/set-primary-category">
    Choose which category is the main one for each product.
  </Card>

  <Card title="All Bulk Edits" icon="layers" href="/en/essentials/bulk-editing">
    Browse every bulk action available in WisePIM.
  </Card>
</CardGroup>
