UXit Documentation
Guidelines

Managing Categories

Organize guideline criteria into meaningful groups for evaluation and analytics.

Overview

Categories organize related guideline criteria into logical groups. They help you scope issues into meaningful areas such as accessibility, usability, customization, or security so evaluations are easier to review and analytics are easier to interpret.

Instead of treating every criterion as one flat list, categories show where problems are actually happening. This makes it easier to understand which parts of the experience are performing well and which areas need attention over time.

Understanding Category Structure

Guideline Set: E-commerce Platform
├── Category 1: Navigation & Information Architecture
│   ├── How many clicks to find product categories?
│   ├── Is the breadcrumb trail visible?
│   └── Can users filter by multiple criteria?
├── Category 2: Visual Hierarchy
│   ├── Are call-to-action buttons prominent?
│   ├── Is the visual weight balanced?
│   └── Can users distinguish interactive elements?
└── Category 3: Accessibility
    ├── Do all images have alt text?
    ├── Is color contrast WCAG AA compliant?
    └── Can the flow be navigated by keyboard only?

Each category acts like a parent folder for related guideline criteria. This structure helps keep evaluations organized and makes category-level reporting more useful later.

When to Add Categories

You can add categories while building a new guideline set or later as the set evolves.

Each category includes:

  • Top-level category name.
  • Identification color for guideline criteria ID tracking and category designation.
  • All like-subject guideline criteria questions grouped under the category.

Use categories to separate different types of checks so evaluations stay easier to review and analytics stay easier to understand.

Add a Category

To add a category:

  1. Open Guidelines
  2. Select the guideline set you want to update.
  3. Click Manage Categories
  4. Enter the category name in the New category name text field
  5. Click Add
Manage Categories modal showing existing categories, the New category name field, and the Add button

Renaming a Category

To update an existing category:

  1. Click Manage Categories
  2. Open the category ellipsis menu.
  3. Choose Rename to update the category name.

Keep category names short, clear, and easy to scan so evaluators can quickly understand what each group covers.

Manage Categories modal showing existing categories and ellipsis menus used before renaming a category

Changing Category Color

To change a category color, open the category ellipsis menu and choose Change Color. Designated category association colors are auto-populated across UXit, so no further action is required for updates to appear.

Tip

Category color has no effect on the final results. It is simply used for faster category association.

Category action menu showing Rename, Change Color, and Delete options along with available color choices

Reorder Categories

The order of your categories affects how evaluators move through the guideline set. A logical order makes reviews easier to follow and helps teams compare results more consistently over time.

To reorder categories:

  1. Open Manage Categories
  2. Find the category you want to move.
  3. Use ChevronUp and ChevronDown beside the category to change its position.

Order categories in a way that matches how your team naturally reviews work. Group related issue types together so evaluations feel smoother and easier to repeat.

Delete a Category

Warning

Deleting a category also deletes all guideline criteria inside it. This action is irreversible.

To delete a category:

  1. Open Manage Categories
  2. Open the category action menu.
  3. Click Delete

Best Practices

  • Group related criteria together so each category reflects one type of issue.
  • Use names that are clear at a glance, such as Accessibility, Usability, or Customization
  • Keep the category structure stable if you want cleaner comparisons across evaluations over time.
  • Review category order periodically so it still matches how your team evaluates mockups and flows.

On this page