This reference maps every major screen and setting in ProductLift to its exact menu path. Use it when writing documentation to provide accurate "How to get there" instructions.
The admin sidebar is always visible when logged in as an admin. By default it starts collapsed; click the chevron at the top to expand it.
| Menu Item |
Path |
| Portal Home |
Click Portal Home in the sidebar |
| Dashboard |
Click Dashboard in the sidebar |
| Moderation |
Click Moderation in the sidebar |
| Boards |
Click Boards in the sidebar → select a board |
| Add Board |
Click Boards in the sidebar → Add Board |
| Incoming Feedback |
Click Incoming Feedback in the sidebar |
| Product Vision |
Click Product Vision in the sidebar |
| All Posts |
Click All Posts in the sidebar |
| Users |
Click Users in the sidebar |
| Score-Based Prioritization |
Click Prioritize in the sidebar → Score-Based Prioritization |
| AI Prioritization |
Click Prioritize in the sidebar → Prioritize with AI |
| Organize (Kanban) |
Click Organize in the sidebar |
| Settings |
Click Settings in the sidebar |
| Account |
Click Account in the sidebar |
| Custom Domain |
Click Custom Domain in the sidebar (under Share), or Settings → Custom Domain |
| Widgets |
Click Widgets in the sidebar (under Share) |
Settings Page
How to get there: Click Settings in the sidebar.
The Settings page opens on the Overview tab by default. The Overview shows setup status (portal name, branding, custom domain, emails, users, integrations) plus a search input and quick actions. Use the menu on the left to jump into a specific section.
Portal Section
| Setting |
Path |
| Overview |
Settings → Overview tab (default landing) |
| General |
Settings → General tab |
| Branding |
Settings → Branding tab |
| Custom Domain |
Settings → Custom Domain tab |
| Emails |
Settings → Emails tab |
| Custom Code |
Settings → Custom Code tab |
| Links |
Settings → Links tab |
Content Section
| Setting |
Path |
| Boards |
Settings → Boards (separate page) |
| Post Types |
Post Types admin page |
| Statuses |
Settings → Statuses tab |
| Categories |
Settings → Categories tab |
| Tags |
Settings → Tags tab |
| Posting |
Settings → Posting tab |
| Viewing |
Settings → Viewing tab |
| Moderation |
Settings → Moderation tab |
| Prioritization |
Settings → Prioritization tab |
| Widgets |
Widgets (separate page in sidebar) |
| Import & Export |
Settings → Import tab |
Users & Access Section
| Setting |
Path |
| Users |
Settings → Users tab |
| User Groups |
Settings → Groups tab |
| Privacy |
Settings → Privacy tab |
| Security |
Settings → Security tab |
| Single Sign-On (SSO) |
Settings → Security tab → scroll to Single Sign-On (SSO) card |
| Microsoft 365 / Entra ID SSO |
Settings → Security tab → scroll to Microsoft 365 / Entra ID SSO card |
Integrations Section
| Setting |
Path |
| Integrations Overview |
Settings → Integrations tab |
| Stripe |
Settings → Integrations tab → Stripe section |
| Jira |
Settings → Integrations tab → Jira section |
| Azure Boards |
Settings → Integrations tab → Azure Boards section |
| Slack |
Settings → Integrations tab → Slack section |
| AI |
Settings → AI tab |
Developer Section
| Setting |
Path |
| Developer / API & Webhooks |
Settings → Developer tab |
| SDK |
Settings → SDK tab |
Danger Zone
| Setting |
Path |
| Delete Portal |
Settings → Delete tab |
Post Management
| Action |
Path |
| View all posts |
Click All Posts in the sidebar |
| Create a post |
Click All Posts in the sidebar → New Post button |
| Edit a post |
Open a post → click the Edit button |
| Split a post |
Open a post → click More (⋯) → Split |
| Merge posts |
Open a post → click More (⋯) → Merge |
| Bulk operations |
Click All Posts in the sidebar → select posts → use bulk action bar |
User Management
| Action |
Path |
| View all users |
Click Users in the sidebar |
| Invite customers |
Click Users in the sidebar → Invite button |
| Invite admins |
Click Users in the sidebar → Invite Admins button |
| Block a user |
Click Users in the sidebar → find user → Block |
| Action |
Path |
| Manage widgets |
Click Widgets in the sidebar |
| Create a widget |
Click Widgets in the sidebar → click a board card to auto-create an embed widget, or pick a different widget kind below |
| Get embed code |
Click Widgets → select widget → Installation tab |
Webhooks & API
| Action |
Path |
| Manage webhooks |
Settings → Developer tab |
| Create API token |
Settings → Developer tab → API Tokens section |
Public Pages (Visitor/User View)
| Page |
URL Path |
| Portal Home |
/ |
| Board view |
/t/{board-slug} |
| Knowledge base section landing |
/t/{board-slug}/{section-slug} |
| Post detail |
/p/{post-slug} |
| Knowledge base article |
/f/{board-slug}/{article-slug} |
| Search |
/search |
| New post form |
/new (optionally ?post_type={id}) |
| User profile |
/user/profile/{id} |
| Login |
/login |
| Register |
/register |