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

# Categories

> Organize products into categories, configure display styles, slug routing, and banner images.

Crafter Store Categories allow you to organize your web store into logical departments such as VIP memberships, crate keys, currencies, or server-specific bundles.

Navigate to [Dashboard > Store > Categories](https://app.crafter.net.tr/tr/dashboard/store/categories) to manage existing categories or add new ones.

<Frame caption="Store Categories Management List">
  <img src="https://mintcdn.com/crafter/jspcYF2Z6o7rLCZh/images/6a21895f-6ebe-4f2e-ba80-f0b27c052bd1.png?fit=max&auto=format&n=jspcYF2Z6o7rLCZh&q=85&s=e551e19a30f61c99389b34b0f3b35fb1" alt="Categories List" width="1858" height="932" data-path="images/6a21895f-6ebe-4f2e-ba80-f0b27c052bd1.png" />
</Frame>

***

## Creating a Category

<Steps>
  <Step title="Open Category Creator">
    Click the **+ Create** button in the top right corner of the Categories page.
  </Step>

  <Step title="Configure Details & Display Type">
    * **Name:** Title displayed in the store navigation (e.g., `VIP Ranks`, `In-Game Crates`).
    * **Type:**
      * **Listed Products:** Traditional catalog grid displaying multiple products.
      * **Single Product Showcase:** Featured showcase highlight focusing on dedicated packages.
    * **Server:** Target server where items in this category apply.
  </Step>

  <Step title="Select Category Image">
    Choose a banner/icon from the Crafter Media Library or upload a custom image.
  </Step>

  <Step title="Enter Description & Save">
    Add a brief summary describing what perks players receive, then click **Create**.
  </Step>
</Steps>

<Frame caption="Category Creation & Edit Panel">
  <img src="https://mintcdn.com/crafter/jspcYF2Z6o7rLCZh/images/7a9144ec-2900-4431-91f7-40685609b8b5.png?fit=max&auto=format&n=jspcYF2Z6o7rLCZh&q=85&s=3e497937141d4333a85ad90f23908335" alt="Category Creation Panel" width="1853" height="958" data-path="images/7a9144ec-2900-4431-91f7-40685609b8b5.png" />
</Frame>

***

## URL Slugs & Clean Routing

Each category receives a clean, SEO-optimized URL path:

* **VIP Memberships:** `yourdomain.com/store/<server>/vip-ranks`
* **Crates:** `yourdomain.com/store/<server>/crates`

<Tip>
  After creating categories, visit the [Products](https://app.crafter.net.tr/tr/dashboard/store/products) page to assign items to your newly created categories.
</Tip>
