5-234 for box 5, slot 234. Hoard hands out the numbers as you place cards. A slot is used once. After the card in it sells or you clear it, that slot is not handed out again.

Turning it on
Go to Settings → Repricing and find Chaos sort box numbers. There are three settings.- Chaos sort box numbers turns numbering on. It is off by default.
- Cards per box is how many slots a box holds before Hoard opens the next box. Set it to the number of cards that fit in your physical boxes.
- First box number is where numbering starts. Set it to the next empty box on your shelf, or leave it at 1.
Numbers as you add cards

Finding cards on the Cards tab

+N. In the screenshot, Llanowar Elves reads 1-3 +1: one slot at 1-3 and one more slot. Click the column header to sort by location. Cards with no location sort last.
On a phone, the grid view adds the code to the set and condition line on each tile.
Four search tokens work with the rest of the search syntax.
The tokens combine with other tokens, for example
box:5 game:magic or is:unshelved price>20.
The Location row on the card panel

1-3 x2 for two copies in one slot, and 1-9 for one copy. Click a chip to filter the Cards tab to that slot.
Each chip has two controls.
- Move opens an input. Type a new code and press Enter. Hoard refuses a slot that holds a different card. If the new slot already holds a stack of the same card, the two stacks merge into that slot.
- × clears the slot. The copies become unshelved, and the slot is retired.
Shelving stock you already have
Turning on chaos sort does not number cards you already own. To shelve existing stock, use Shelve results. It is in the Export panel on the Cards tab, next to Add results to a list and Print QR labels. Filter the table to the cards you want to place. Sort the table in the order you will walk the shelf. Then click Shelve results. Hoard numbers every unshelved copy in the filtered set, in the table’s current order, up to 500 cards per click. The sort order decides which card gets which slot, so sort the table the way you will place the cards. For more than 500 cards, click again. Cards that were just shelved leave theis:unshelved filter, so the next click starts where the last one stopped.
The pull sheet
Once the account has an open location, the Visual Pull overview has a Box + slot sort. It orders lines by box, then by slot. Lines with no location come last. Each line shows the slot or slots that cover its quantity. An order for two copies split across two slots reads3-40, 3-41. When two orders in one pull need the same card, each line is sent to a different slot.

Importing locations from another tool
The inventory CSV import accepts a Location column. Hoard also reads the headers Storage Location, Bin, Box, Slot, and Chaos Sort. These formats are accepted.5-234and005-0234: box and slot, with or without leading zerosB5-#234: the SortSwift formatBOX-A-001andA-001: the TCG Actana format, including lettered boxes
A becomes a numbered box with the letter as its label. Hoard creates it at the next free box number.
Uploading the same file twice changes nothing, because only unshelved copies are placed. A slot that already holds a different card is skipped and counted. A value Hoard cannot read is counted. The counts appear in a message on the dashboard after the import.
Drift
is:location-drift finds cards whose open slots hold more copies than the card’s on-hand quantity. The usual causes are a copy that shipped outside a Hoard pull and a slot that was never cleared.
To fix a card, open it, click My Copies, and either move the slot to where the card is or clear the slot. Hoard does not clear drift on its own.
To turn the drift results into a read-only physical count queue before you correct a record, see Find shelf records that need a human count with an AI assistant. A location mismatch is metadata to investigate, not proof of what is on the shelf.
API
Rows from/api/cards and the response from /api/cards/:id/detail include three fields. locations is an array of open slots, oldest first, each with id, box, slot, code, quantity, and placed_at. location_code is the first code, or null when the card has no slot. unshelved_quantity is the number of copies with no slot. Pass sort=location to sort by box and slot. The Card lists page shows the shelf tokens in search. Assistants connected through MCP can read locations but cannot shelve or move cards.
What it does not do yet
- There is no renumber or compaction tool. Cleared slots stay empty.
- Slots are not reused. A cleared box and slot pair is retired.
- Custom listings and photo listings show no location on the pull sheet.