How to Add a Tab in Salesforce
- Sophie Ricci
- Views : 28,543
Table of Contents
Salesforce has over 150,000 customers worldwide and is used by more than 10 million people daily. Yet one of the most common frustrations new and experienced users share? Not being able to find — or build — the right tabs inside their org.
Tabs are the backbone of how your team navigates Salesforce. Miss a step when creating one, and critical data stays buried. Get it right, and your whole workflow clicks into place.
This guide walks you through every method to add a tab in Salesforce — whether you’re in Lightning Experience or Classic, working with standard objects, custom objects, or Visualforce pages.
What Is a Tab in Salesforce?
A tab in Salesforce is a clickable navigation item in your app’s top menu bar. It gives users direct access to a specific object, record list, or page — think Accounts, Contacts, Opportunities, or any custom object you’ve built.
There are four core tab types in Salesforce:
- Custom Object Tabs — for tabs tied to custom objects you’ve created
- Web Tabs — for embedding external URLs directly inside Salesforce
- Visualforce Tabs — for custom pages built using Visualforce markup
- Lightning Component Tabs — for Aura or LWC (Lightning Web Component) pages
Each serves a different purpose, and knowing which one you need saves a lot of back-and-forth with your admin.
Why Adding Tabs the Right Way Matters
According to Salesforce’s own research, sales teams spend up to 66% of their time on non-selling activities — and a significant chunk of that is navigating poorly configured CRM interfaces.
When your navigation is clean and purpose-built, it directly reduces the time your team wastes clicking around. Studies show that well-configured CRM systems improve sales productivity by up to 34% (Salesforce State of Sales Report). A properly placed tab is a small change with a surprisingly large impact on daily efficiency.
How to Create a Custom Object Tab in Salesforce
This is the most common scenario. You’ve built a custom object and now need a tab so your team can actually access it.
Go to Setup
Click the gear icon in the top-right corner of Salesforce Lightning and select Setup. In Classic, click Your Name → Setup.
Search for Tabs
In the Quick Find box on the left, type “Tabs” and click the Tabs option that appears under User Interface.
Create a New Tab
You’ll land on the Tabs page, which is divided into three sections: Custom Object Tabs, Web Tabs, and Visualforce Tabs. Under Custom Object Tabs, click New.
Select Your Custom Object
In the Object dropdown, choose the custom object you want to associate the tab with. If you haven’t created the object yet, you’ll need to do that first via Object Manager.
Choose a Tab Style
Pick a colour and icon from the Tab Style selector. This determines how your tab looks in the navigation bar. Salesforce offers dozens of colour-coded icon options — choose something intuitive for your team.
Set Tab Visibility
This step controls who sees the tab and when. You’ll get three options per profile:
- Default On — the tab is visible by default for all users with this profile
- Default Off — available but hidden unless the user turns it on manually
- Hidden — completely invisible to users with this profile
Configure visibility for each relevant profile, then click Save.
How to Add a Tab to a Salesforce App
Creating a tab is only half the job. If you don’t add it to the right app, users still won’t see it in their navigation bar.
Open the App Manager
From Setup, type “App Manager” in Quick Find and click it. This shows every Lightning and Classic app in your org.
Edit the Relevant App
Find the app you want to add the tab to, click the dropdown arrow on the right, and select Edit.
Add Your Tab to Navigation Items
In the App Settings screen, go to the Navigation Items section. You’ll see a list of available items on the left and selected items on the right. Find your newly created tab in the available list and move it to the selected column using the arrow button.
Use the up and down arrows to position the tab where it should appear in the menu order.
Save and Verify
Click Save & Finish. Switch to the app by clicking the App Launcher (waffle icon) and selecting your app. Your new tab should now appear in the top navigation bar.
How to Create a Web Tab in Salesforce
Web Tabs let you embed an external URL directly inside Salesforce — useful for tools your team checks constantly alongside their CRM data.
Navigate to Tabs in Setup
Same as before: Setup → Quick Find → Tabs → Web Tabs → New.
Choose Your Layout
Salesforce offers two Web Tab layouts:
- Full Page — the URL fills the entire content area
- Framed with Sidebar — adds the Salesforce sidebar alongside the external page
Enter the URL
Type in the external URL you want the tab to point to. You can also use Salesforce merge fields to pass dynamic values (like user ID) into the URL if the external tool supports it.
Set Visibility and Save
Configure the same tab visibility settings per profile as you did for custom object tabs, then click Save.
How to Create a Visualforce Tab
If your team uses custom Visualforce pages — pages built with Salesforce’s own markup language — you can surface them as tabs.
Go to Tabs in Setup
Setup → Tabs → Visualforce Tabs → New.
Select the Visualforce Page
In the Visualforce Page dropdown, choose the page you want to expose as a tab. Only Visualforce pages that have already been created will appear here.
Name the Tab and Set Style
Give it a label (what users will see), pick a tab style, set visibility by profile, and click Save.
How to Create a Lightning Component Tab
For teams building modern Salesforce experiences with Lightning Web Components or Aura Components, you’ll create Lightning Component Tabs.
Navigate to Tabs in Setup
Setup → Tabs → Lightning Component Tabs → New.
Choose the Component
In the Lightning Component dropdown, select the Aura or LWC component you want to surface. Only components tagged as isExposed: true in their metadata will appear here.
Configure and Save
Set the tab label, choose an icon, configure profile visibility, and save.
How to Add Tabs in Salesforce Classic
If your org is still on Classic (around 25% of Salesforce orgs were still running Classic as of recent estimates), the process is slightly different.
Go to Setup in Classic
Click Your Name in the top-right, then select Setup.
Navigate to Create → Tabs
In the left sidebar, expand App Setup → Create → Tabs.
Follow the Same Creation Steps
The tab creation workflow in Classic mirrors Lightning’s — select the object or page, choose a style, set visibility per profile, and save.
Add to an App via App Setup
Go to App Setup → Create → Apps, find your app, click Edit, and move your new tab into the Selected Tabs column.
Managing Tab Visibility for Different User Profiles
One of the most powerful — and most overlooked — features of Salesforce tabs is profile-level visibility control. According to Salesforce’s admin research, over 70% of CRM navigation complaints come from users seeing too many irrelevant tabs.
Here’s the fastest way to audit and update tab visibility:
- Go to Setup → Profiles
- Click the profile you want to adjust
- Scroll to Custom Tab Settings (in Classic) or Object Settings (in Lightning)
- Change each tab from Default On / Off / Hidden as needed
- Save
For orgs with complex permission structures, consider using Permission Sets to layer tab visibility on top of base profiles — this gives you more granular control without needing to create new profiles.
Troubleshooting: Tab Not Showing Up in Salesforce
You created the tab. You added it to the app. It’s still not there. Here are the most common reasons:
Profile visibility is set to Hidden — Go to Setup → Profiles → [Profile Name] → Custom Tab Settings and check the tab’s visibility.
Tab wasn’t added to the correct app — Confirm you’re editing the app the user actually logs into via App Manager.
User overrode their tab settings — Users can personally hide tabs from their navigation. Ask them to go to their navigation bar settings and re-enable it.
Component isn’t marked as exposed — For Lightning Component Tabs, confirm the component metadata includes isExposed: true.
You’re in the wrong app — Click the App Launcher waffle icon and switch to the correct app where the tab was added.
Key Salesforce Statistics That Put This in Context
Understanding where tabs sit in the bigger picture of Salesforce adoption:
- Salesforce holds a 23.8% share of the global CRM market — more than its next four competitors combined (IDC, 2024)
- Sales teams that actively use CRM see 29% higher win rates on average (Salesforce State of Sales)
- Users who personalise their Salesforce navigation report 40% higher daily adoption rates in internal Salesforce studies
- 65% of Salesforce admins report that navigation complexity is the top barrier to end-user CRM adoption (Salesforce Admin Community Survey)
- Companies with well-structured Salesforce orgs see $8.71 return for every $1 invested in CRM (Nucleus Research)
Getting your tabs right isn’t cosmetic. It’s directly tied to whether your team uses Salesforce at all — and how effectively they work when they do.
Conclusion
Adding a tab in Salesforce is a five-minute task once you know the sequence — but skipping a step or misconfiguring visibility settings is enough to leave your team with a cluttered, confusing navigation that kills CRM adoption.
Here’s the quick recap:
- Use Custom Object Tabs for your own data models
- Use Web Tabs to embed external tools
- Use Visualforce or Lightning Component Tabs for custom pages and components
- Always add the tab to your app via App Manager
- Control who sees what using Profile visibility settings
A clean Salesforce setup reflects a clean sales process. And a clean sales process is the foundation for everything that happens in outbound — whether that’s tracking leads, managing pipeline, or scaling prospecting efforts.
📈 Stop Waiting for Leads to Come
We build complete outbound systems — targeting, campaigns, and scaling — that book meetings consistently.
7-day Free Trial |No Credit Card Needed.
FAQs
Does a properly configured CRM like Salesforce actually improve outbound performance?
Can I add a tab without being a Salesforce admin?
How many tabs can I add to a Salesforce app?
What's the difference between a tab and a page in Salesforce?
Can I reorder tabs after adding them?
We deliver 100–400+ qualified appointments in a year through tailored omnichannel strategies
- blog
- Sales Development
- How to Add a Tab in Salesforce