Overview
Auction Excellence uses a multi-tenant architecture where each auction represents a separate organization or business unit. When you create an auction you automatically become the owner, giving you full administrative control.Account approval required for new users: Super admins must approve your account before you can create auctions. If you have just registered and don’t see the Create Auction button, contact your super admin. See User Access & Auction Permissions for details.
Creating an Auction
Quick Start
Creating a new auction takes less than 30 seconds:Your account must be approved for auction creation. If you are a new user, contact your super admin. See User Access & Auction Permissions.
Open Auction Switcher
Click the auction name in the top header bar to open the auction switcher dropdown
Select Create New Auction
Click “Create new Auction” at the bottom of the dropdown menuYou’ll be redirected to the auction creation page
Enter Auction Name
Type your auction’s name (2-100 characters)
- Required field
- Must be between 2 and 100 characters
- Leading and trailing whitespace will be trimmed
- A URL-friendly slug will be auto-generated
As you type, you’ll see a live preview of your auction’s URL slug below the name field
Review What Happens Next
The page displays a helpful “What happens next?” guide:
- You’ll become the owner with full administrative access
- Invite team members and assign roles
- Configure locations where your team will work
- Start tracking submissions, inspections, and rocks
Congratulations! Your auction is now ready to configure. You’ll see your new auction in the auction switcher and can start inviting team members.
Slug Generation
Auction slugs are automatically generated from your auction name to create clean, SEO-friendly URLs.Transformation Rules
| Rule | Description | Example |
|---|---|---|
| Lowercase | All characters converted to lowercase | ”DDASW” → ddasw |
| Spaces to Hyphens | Spaces replaced with hyphens | ”Big Valley” → big-valley |
| Special Characters | Removed (!@#$%^&*()) | “Auto!” → auto |
| Consecutive Hyphens | Collapsed to single hyphen | ”Auto—Auction” → auto-auction |
| Trim Hyphens | Leading/trailing hyphens removed | ”—Auto—” → auto |
| Preserve Alphanumeric | Letters and numbers kept | ”Auction 2024” → auction-2024 |
Common Examples
Handling Duplicates
If an auction with the generated slug already exists, the system automatically appends a numeric suffix:Slug uniqueness is enforced at the database level. You don’t need to worry about conflicts—the system handles them automatically.
Validation Rules
The auction creation form validates your input:| Validation | Rule | Error Message |
|---|---|---|
| Required | Name cannot be empty | ”Auction name is required” |
| Minimum Length | At least 2 characters | ”Auction name must be at least 2 characters” |
| Maximum Length | No more than 100 characters | ”Auction name must be at most 100 characters” |
| Whitespace | Trimmed automatically | Leading/trailing spaces removed |
Understanding Auction Ownership
Owner Role
When you create an auction, you automatically become the Owner. This role has the highest level of access:Full Permissions
Full Permissions
- All Editor and Viewer permissions
- Manage auction settings (branding, logo, colors)
- Configure submission types and locations
- Invite and manage all users
- Transfer ownership to another user
- Delete the auction (with confirmation)
User Management
User Management
- Invite new team members
- Assign roles (Owner, Editor, Viewer)
- Edit user profiles and permissions
- Remove users from the auction
- View all user activity
Configuration Access
Configuration Access
- Auction branding and identity
- Submission type catalog
- Location setup and capacity
- Notification settings
- Integration keys and webhooks
Data Access
Data Access
- View all submissions, inspections, rocks
- Access all analytics and reports
- Export any data in CSV/Excel format
- Generate custom reports with Query Builder
Transferring Ownership
Owners can transfer ownership to another user:Select New Owner
Choose an existing team member from the dropdown
Only existing members with Editor or Owner role can become the new owner
Auction Settings
After creating your auction, customize it via Settings > Auction Settings:Branding
| Setting | Description | Format |
|---|---|---|
| Auction Name | Display name throughout the app | 2-100 characters |
| Slug | URL-friendly identifier (read-only) | Auto-generated |
| Logo | Custom logo image | PNG/JPG, max 2MB |
| Primary Color | Brand color for UI accents | Hex color code |
| Timezone | Default timezone for reports | IANA timezone |
Contact Information
| Setting | Description |
|---|---|
| Contact Email | Support email for team questions |
| Phone Number | Optional contact phone |
| Address | Physical business address |
Preferences
| Setting | Description | Default |
|---|---|---|
| Date Format | Display format for dates | MM/DD/YYYY |
| Time Format | 12-hour or 24-hour | 12-hour |
| Currency | For future pricing features | USD |
| Language | Interface language | English |
Managing Multiple Auctions
Switching Context
If you belong to multiple auctions, switch between them easily:- Click the auction name in the header
- Select the desired auction from the dropdown
- The entire dashboard reloads with that auction’s data
Data Isolation: Each auction’s data is completely separate. Switching auctions changes everything you see.
Creating Additional Auctions
You can create multiple auctions up to your approved limit:- Each auction is independent
- You become the owner of each one you create
- Invite different team members to each auction
- Configure each auction uniquely
Your super admin sets your auction creation limit. Contact them if you need to create more auctions than your current limit allows.
| Scenario | Structure |
|---|---|
| Multiple Locations | One auction per major site/region |
| Business Units | Separate auction for each division |
| Testing | Create a test auction for training |
| Clients | Separate auction per client (for service providers) |
Deleting an Auction
Only Owners can delete an auction:Confirm Deletion
Click “Delete Auction” buttonA confirmation dialog appears requiring you to type the auction name exactly
If you’re a member of other auctions, you’ll be redirected to one of them. If this was your only auction, you’ll see the auction creation page.
Best Practices
Naming Conventions
Good Names:- “Carolina Auto Auction” (clear location + purpose)
- “DDASW Portland” (organization + location)
- “Big Valley West Region” (business + region)
- Single letters or numbers (“A”, “1”, “Test”)
- Generic names (“Auction”, “Main”, “Primary”)
- Temporary names (“New Auction”, “Temp”)
Initial Setup Order
After creating an auction, complete setup in this order:Security Recommendations
- Limit Owners: Only promote trusted users to Owner role
- Use Viewer Role: Give read-only access when editing isn’t needed
- Regular Audits: Review user list monthly and remove inactive members
- Strong Passwords: Require team members to use strong, unique passwords
- Activity Monitoring: Check activity logs for suspicious behavior
Troubleshooting
Common Issues
Cannot create auction
Cannot create auction
Symptoms: Create button is disabled or form won’t submitSolutions:
- Verify auction name is 2-100 characters
- Remove leading/trailing spaces
- Try a different name if seeing duplicate errors
- Check browser console for JavaScript errors
- Try a different browser or clear cache
Slug conflicts
Slug conflicts
Symptoms: Seeing numeric suffix on slug unexpectedlyExplanation: Another auction with that slug existsSolutions:
- This is normal behavior—each auction gets a unique slug
- The suffix doesn’t affect functionality
- Choose a more unique auction name if desired
Cannot switch auctions
Cannot switch auctions
Symptoms: Dropdown shows only one auction or noneExplanation: You only have access to one auctionSolutions:
- Create additional auctions if needed
- Request invitation to other auctions from their owners
- Check with your team about auction memberships
Settings not saving
Settings not saving
Symptoms: Changes to auction settings don’t persistSolutions:
- Verify you have Owner role (check Settings access)
- Check for validation errors on the form
- Try refreshing the page and editing again
- Check network connectivity
- Contact support if issue persists