Overview
Every resume has sections that appear in a specific order. By default, sections appear in this order:- Personal Information
- Professional Summary
- Experience
- Projects
- Education
- Skills
- Custom Sections
Available Sections
The following section IDs can be reordered:All sections use kebab-case identifiers internally:
personal-info- Personal Information (always shows contact details)summary- Professional Summaryexperience- Work Experienceprojects- Projectseducation- Educationskills- SkillscustomSections- All Custom Sections (as a group)
Reordering Sections
Locate the Section Order Card
Find the “Section Order” card in the editor interface.It displays all sections in their current order, numbered from 1 onwards.
Use the Arrow Buttons
Each section has two arrow buttons:
- Up Arrow: Moves the section up one position
- Down Arrow: Moves the section down one position
Section Labels
The interface displays friendly names for each section ID:| Section ID | Display Name |
|---|---|
personal-info | Personal Information |
summary | Professional Summary |
experience | Experience |
projects | Projects |
education | Education |
skills | Skills |
customSections | Custom Sections |
Data Structure
How It Works
The section ordering system:- Stores Order: Saves your preferred order in the
sectionOrderarray - Swap Logic: When you click an arrow, the section swaps positions with its neighbor
- Boundary Checks: Prevents moving sections beyond the first or last position
- Real-time Update: Updates the resume preview immediately after each change
Move Section Function
Strategic Section Ordering
Choose your section order based on your goals:For New Graduates
For Career Changers
For Experienced Professionals
For Portfolio-Focused Roles
UI Features
- Numbered List: Sections are numbered 1-7 for easy reference
- Visual Feedback: Hover states on buttons indicate interactivity
- Disabled States: Grayed-out arrows when sections can’t move further
- Clean Layout: Each section row has consistent spacing and alignment
- Accessibility: Proper ARIA labels on arrow buttons (“Move up”, “Move down”)
Important Notes
The Personal Information section can be reordered, but it’s strongly recommended to keep it at the top since it contains your contact details.
Custom Sections are treated as a single group. You cannot reorder individual custom sections - they appear in the order you created them.
Your section order is saved automatically with your resume data. When you export or import your resume, the section order is preserved.
Best Practices
- Lead with Strengths: Put your strongest selling points near the top
- Match the Role: Reorder sections based on job requirements
- Keep it Logical: Maintain a flow that’s easy for recruiters to follow
- Test Different Orders: Try different arrangements and see what looks best
- Don’t Overthink: The default order works well for most situations

