← All Guides

Getting Started with Stockroom Plus

Stockroom Plus is a cloud-based inventory management app for iOS. It organizes your inventory into folders, where each folder contains items whose fields are defined by templates. Everything syncs across your team via the cloud.

1. Creating Your Account

When you first launch the app, you're greeted with the Landing Page offering three options:

After signing in, the app drops you into the Tab Bar with four main areas: Home (dashboard), Folders (your inventory), Search, and More (settings).

2. Understanding the Core Concepts

Before creating anything, it helps to understand how three key concepts relate to each other:

Template (defines fields) → Folder (uses a template) → Items (data entries with those fields)

3. Creating Templates

While the app provides a Default Template (with Name, Quantity, Price, Description, and ID fields), you'll likely want to create custom templates for different types of inventory. Templates are managed from the More tab.

To create a template:

  1. Go to the More tab (bottom-right).
  2. Tap Templates.
  3. If you have no templates yet, you'll see an empty state explaining: "Templates allow you to define a custom set of fields to track for your items. For example, you could create a template for a set of books that includes the Title, Author, and Number of pages." Tap Create a Template, or tap the + button in the top-right.
  4. On the New Template screen, enter a Template Name (e.g., "Electronics", "Books", "Warehouse Stock").
  5. The template starts with the default attributes. You can customize it:
    • Add an attribute: Tap the "Add Attribute" row at the top of the Attributes section, which opens the Attribute Editor.
    • Reorder attributes: Drag the handle on any row to rearrange field order (the Name field is always pinned at the top and cannot be moved or deleted).
    • Delete an attribute: Swipe left on any attribute row (except Name).
    • Edit an attribute: Tap on any existing attribute to change its name or configuration.
  6. Tap Create in the top-right corner.

Available attribute types

Type What it stores
Text Short single-line text (e.g., SKU, brand)
Extended Text Multi-line text (e.g., notes, descriptions)
Quantity Numeric value with optional minimum threshold and unit of measure
Currency Monetary value (uses your organization's currency setting)
Date A date value
Boolean A yes/no toggle (e.g., "In Stock", "Inspected")
Link A URL (e.g., supplier website)
Single Select Pick from a predefined list (backed by an Option Set — create these under More → Option Sets)
AI-powered template generation (iOS 26+): If your device supports Apple Intelligence, you'll see a wand icon in the top-right of the template list. Tap it to describe the kind of inventory you want to track, and the AI will suggest a template name and attributes. You can then review and edit the suggestion in the standard template editor before saving.

4. Creating Folders

Folders are the primary organizational structure. You can nest folders up to 2 levels deep (parent → subfolder).

To create your first folder:

  1. Go to the Folders tab. If this is your first time, you'll see "No Folders... yet" with a Get Started button.
  2. Tap Get Started (or the floating + button that appears once you have at least one folder).
  3. On the New Folder screen, fill in:
    • Name — Give the folder a descriptive name (e.g., "Warehouse A", "Kitchen Supplies", "Library").
    • Template — Choose which template items in this folder should use. This defaults to the Default Template unless you select a custom one. The hint text explains: "A template allows you to specify what fields to track."
  4. Tap Save in the top-right corner.

Subfolders: When viewing items inside a folder, if the folder's depth is less than 2, the floating + button gives you a choice between Create Item and Create Folder. Creating a folder here makes it a subfolder. Subfolders inherit their parent's template by default, but you can pick a different one.

Editing a folder: From inside a folder, tap the ... (options) menu in the top-right, then Edit Folder. You can rename it or change its template. Changing the template on an existing folder will show a Template Reconciliation screen that summarizes which fields will be added, removed, or kept — so you can review the impact before applying.

Deleting a folder: Swipe left on a folder in the list, or use the options menu inside the folder. If the folder contains items, you'll be warned that deleting the folder will also delete all its items. If it has subfolders, you must delete the subfolders first.

Sorting: Use the ... menu on the Folders tab to access Sort Folders (by creation date, ascending or descending).

5. Creating Items

Items are the individual inventory entries that live inside a folder.

To create an item:

  1. Navigate into a folder by tapping it.
  2. If the folder is empty, you'll see "No Items yet, create an item within this folder." with a Create Item button. Tap it, or use the floating + button.
  3. The Item Editor opens with form fields determined by the folder's template. Common fields include:
    • Name — always present; this is the item's title
    • Quantity — current stock count; optionally set a minimum quantity for low-stock alerts
    • Price — unit price in your organization's currency
    • Description — extended text notes
    • ID — an internal reference code or SKU
    • Plus any custom fields from your template (dates, booleans, links, single-select dropdowns, etc.)
  4. Fill in the desired fields and tap Save.

After creating items, you can:

Bulk operations from the item list:

AI Quick Add (iOS 26+): If Apple Intelligence is available, you'll see a wand icon in the toolbar. Tap it to describe an item in natural language, and the AI will parse your description into the template's fields for quick creation.

6. Setting Up Option Sets (for Single-Select Fields)

If your templates use Single Select attributes (e.g., "Condition: New/Used/Refurbished" or "Color: Red/Blue/Green"), you need to create Option Sets first.

  1. Go to More → Option Sets.
  2. Tap the + to create a new set (e.g., "Condition").
  3. Add individual options (e.g., "New", "Used", "Refurbished").
  4. When creating or editing a template, add a Single Select attribute and link it to your option set.

7. Recommended Getting-Started Workflow

Here's the most efficient order for setting up your inventory:

  1. Create your account and log in.
  2. (Optional) Set organization preferences: More → Organization Preferences. Set your organization name, preferred currency, and whether to display total inventory value on the dashboard.
  3. Create Option Sets if you need dropdown/picklist fields (More → Option Sets).
  4. Create Templates that match the types of inventory you track (More → Templates). Think about what fields each category of items needs.
  5. Create Folders for each logical grouping of items (Folders tab → +), assigning the appropriate template to each.
  6. Add Items within each folder — manually one-by-one, via CSV import for bulk data, or with AI Quick Add.
  7. Invite team members: More → Team Members → Invite. Team members can be assigned permission levels (Owner, Admin, Stock Updater, or Read Only) controlling what they can view and modify.

8. The Dashboard (Home Tab)

Once you have folders and items set up, the Home tab provides an at-a-glance overview:

9. Additional Features