Menu Structure
Organize your items with menus and sections.
Hierarchy
Atlee organizes items in a hierarchy:
Restaurant
└── Menus
└── Sections
└── ItemsExample:
Joe's Bistro
├── Lunch Menu
│ ├── Appetizers
│ │ ├── Caesar Salad
│ │ └── Soup of the Day
│ ├── Sandwiches
│ │ ├── Club Sandwich
│ │ └── BLT
│ └── Desserts
│ └── Chocolate Cake
└── Dinner Menu
├── Starters
├── Entrees
└── DessertsMenus
What Are Menus?
Menus represent physical or conceptual menu groupings:
- Lunch Menu
- Dinner Menu
- Brunch Menu
- Kids Menu
- Drinks Menu
Creating a Menu
- Navigate to Menus
- Click New Menu
- Enter menu name
- Set status (Published/Draft)
- Save
Menu Settings
Each menu has:
- Name - Display name
- Description - Optional description
- Status - Published or Draft
- Default - Is this the default menu?
Default Menu
The default menu loads first when diners scan your QR code:
- Click menu options (⋮)
- Select Set as Default
- This menu shows first
Sections
What Are Sections?
Sections divide menus into categories:
- Appetizers
- Salads
- Main Courses
- Sides
- Desserts
- Beverages
Creating Sections
- Open a menu
- Click Add Section
- Enter section name
- Save
Section Order
Reorder sections to control display:
- Open the menu
- Drag sections up/down
- Order saved automatically
Section Settings
Each section has:
- Name - Display name
- Description - Optional (shows on public menu)
- Order - Position in menu
Adding Items to Sections
During Item Creation
- Create new item
- Select Category (section)
- Item appears in that section
Moving Existing Items
- Open the menu view
- Drag items between sections
- Or edit item and change category
Items Without Sections
Items can exist without a section:
- Available in item library
- Not displayed on public menu
- Assign to section to make visible
Public Display
How Diners See It
Diners viewing your menu see:
- Menu selector (if multiple menus)
- Sections as categories
- Items within sections
- Expandable details
Section Display
Sections appear as:
- Collapsible headers
- Tabs (depending on theme)
- Scrollable regions
Managing Structure
Rename Menu/Section
- Click on the menu or section
- Edit the name
- Save
Changes reflect immediately on public menu.
Delete Section
- Click section options
- Select Delete
- Choose what happens to items:
- Move to another section
- Remove from menu (keep in library)
- Delete items entirely
Delete Menu
- Click menu options
- Select Delete
- Items remain in library but are removed from menu
Multiple Menus
When to Use Multiple Menus
Use separate menus for:
- Different meal periods (Lunch vs. Dinner)
- Different concepts (Main menu vs. Specials)
- Seasonal menus
- Event menus
Sharing Items Across Menus
Items can appear in multiple menus:
- Create item once
- Add to Section in Menu A
- Add same item to Section in Menu B
- Edits to item update everywhere
Menu Switching
Diners can switch menus:
- Menu selector shows all published menus
- Click to switch
- URL updates for sharing
Best Practices
Organization
- Use clear, descriptive names
- Keep section count manageable (5-10)
- Order logically (appetizers → mains → desserts)
- Match your physical menu if applicable
Consistency
- Same section names across menus when possible
- Consistent item placement
- Predictable structure for diners
Maintenance
- Archive seasonal menus instead of deleting
- Review structure quarterly
- Remove empty sections
Common Patterns
Single Menu Restaurant
Main Menu
├── Starters
├── Mains
├── Sides
└── DessertsMultiple Meal Periods
Breakfast Menu
├── Eggs & Omelets
├── Pancakes & Waffles
└── Sides
Lunch Menu
├── Salads
├── Sandwiches
└── Soups
Dinner Menu
├── Appetizers
├── Entrees
└── DessertsWith Beverages
Food Menu
├── ...
Drinks Menu
├── Cocktails
├── Wine
├── Beer
└── Non-AlcoholicLast updated on