# Onboarding Guide

RestocksAIO now uses feature onboarding popups instead of one long walkthrough. When you open a major tab or tool for the first time, a focused modal explains that area with screenshots, short guidance, progress dots, and **Back** / **Next** controls.

<figure><img src="/files/4UQZ39kjKlxc6CQLYEzP" alt=""><figcaption><p>Each feature popup shows the current feature, slide count, screenshot, path, explanation, progress dots, and navigation controls.</p></figcaption></figure>

## How it works

Feature onboarding appears the first time you open supported areas such as Dashboard, Inventory, Listings, Bricker Mode, Sales, Confirm Sales, Features, Label Dialog, Invoice Generation, Item Addition, Barcode Search, Consignment Diagnostics, Bricker Recommendations, Price Comparator, and Settings.

<figure><img src="/files/Ujh2GQZzdhKW1E4EBmPA" alt=""><figcaption><p>Feature popups explain specific workflows, such as Bricker Mode monitor tooltips and why each market signal was accepted or rejected.</p></figcaption></figure>

Each popup is scoped to the feature you are using. For example, Inventory starts with the inventory grid and navigation between Inventory/Listings views, while Bricker Mode covers controllers, task creation, monitor data, statistics, Smart Bricker Mode, Hidden Sales, Mass Editor, and function menus.

## Navigation

* **Next** moves to the next slide in the current feature.
* **Back** returns to the previous slide.
* Progress dots show where you are inside the feature popup.
* Finishing a feature marks that popup as completed so it does not keep appearing every time.

## Covered areas

### Dashboard

Dashboard onboarding explains the business overview, marketplace/timeframe filters, inventory snapshot rows, price data status, and inventory value change signals.

### Inventory and Listings

Inventory onboarding explains the Inventory grid, Inventory vs Listings views, fetching marketplace data, search, filters, export, More Actions, right-click item actions, item integrations, and bulk maintenance.

Listings onboarding explains grouped marketplace postings, expanded groups, selected listing toolbar actions, More listing actions, right-click listing actions, Link Inventory, Price Toolbox, Pricing Window, and deleting linked Bricker tasks.

### Bricker Mode

Bricker Mode onboarding explains the controller grid, task creation, payout bounds, expanded controllers, monitor tooltip reasoning, statistics and quick filters, Smart Bricker Mode, Hidden Sales, Mass Editor, function menu, and start/stop controls.

### Sales and Confirm Sales

Sales onboarding explains the Sales grid, Inventory Sales vs Account Sales, row actions, and Proof of Delivery downloads. Confirm Sales onboarding explains loading unconfirmed sales and using Auto-Confirm.

### Features and utility windows

Features onboarding introduces the feature launcher and the main shipping/document tools: Generate Labels, Generate Invoices, Schedule Pickup, POD Downloader, Calculator, Size Chart, Barcode Search, and analysis tools.

Separate popups are available for deeper tools such as Label Dialog, Invoice Generation, Barcode Search, Consignment Diagnostics, Bricker Recommendations, and Price Comparator.

### Item Addition

Item Addition onboarding explains manual adding, editing item details, barcode scanning, saved item sets, CSV menu, More Actions, recreating Bricker tasks, Quick List vs Inventory + Listing, and Bricker task options.

### Settings

Settings onboarding explains Accounts, Site Options, Bricker defaults, account login controls, StockX routing, Alias routing, Discord notifications, notification tests, Telegram Bot, Webhook API, Proxy, Preload Fees, and Other Settings.

## Resetting onboarding

If you want to see the feature popups again, go to **Settings -> Other Settings** and click **Reset Onboarding**. This clears completed feature-popup state so the onboarding cards can appear again as you open each area.

## Need more help?

After a popup introduces a feature, use the related GitBook page for the full workflow details, edge cases, and troubleshooting notes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.restock.gg/getting-started/onboarding-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
