Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionarySSetup
AdministrationBeginner

Setup

Setup is the Salesforce administration area where admins, developers, and architects configure every aspect of an org.

§ 01

Definition

Setup is the Salesforce administration area where admins, developers, and architects configure every aspect of an org. Access happens through the gear icon in the top-right of the Lightning Experience header, which opens a sidebar navigation organized by category: Administration (Users, Profiles, Permission Sets, Roles), Platform Tools (Apps, Objects, Process Automation, Flow, Apex), Settings (Company Information, Single Sign-On, Login Hours), and many more. Every configuration change an admin can make on the platform happens inside Setup.

Setup is also the navigation root for the search-driven Quick Find bar that admins use to jump to any configuration page without browsing the tree. Typing the name of a feature (Profiles, Flow, Sharing Settings, Workflow Rules) into Quick Find opens the right Setup page in one keystroke. Mature Salesforce admins live in Quick Find rather than the tree; the keystroke-driven navigation is the difference between fast and slow Salesforce work.

§ 02

Working effectively in Salesforce Setup

Setup organization: Administration, Platform Tools, Settings

Setup organizes its hundreds of pages into broad categories. Administration covers user-management: Users, Profiles, Permission Sets, Roles, Public Groups, Queues, Communities-side roles. Platform Tools covers customization: Apps, Object Manager, Process Automation (Flow), Apex, Lightning Components, Custom Settings, Custom Metadata Types. Settings covers org-wide policies: Company Information, Health Check, Single Sign-On, Session Settings, Login Hours, Trusted IP Ranges. Feature-specific sections appear for each enabled product (Service Cloud Settings, Sales Cloud Features, Marketing Cloud Connect). The exact organization varies slightly per Salesforce release but the broad categories remain stable. Spending an hour browsing Setup from top to bottom is the standard introduction for new admins.

Quick Find and keyboard-driven Setup navigation

Quick Find is the search box at the top of the Setup sidebar. Type any feature name (Profiles, Flow Builder, Sharing Settings, Lightning App Builder) and Setup filters the navigation tree in real time. Click the matching entry (or press Enter on the first match) and the relevant Setup page opens immediately. Quick Find is the fastest way to navigate Setup; mature admins use it for every Setup action rather than browsing the tree. Quick Find also supports partial matches and synonyms, so typing Profile finds both Profiles and Profile Settings, and typing Flow finds Flows, Flow Builder, and Flow Trigger Explorer. Bookmark Quick Find as a habit; saving 5 seconds per navigation compounds across an admin workday.

Object Manager and object-level configuration

Object Manager is the Setup section where admins configure standard and custom objects. Each object record page has tabs for Fields and Relationships, Page Layouts, Lightning Record Pages, Buttons Links and Actions, Compact Layouts, Field Sets, Record Types, Validation Rules, Triggers, and Search Layouts. The same structure applies to every object, which makes the pattern easy to learn. Adding a field to Account, for example, is the same workflow as adding a field to a custom object: Object Manager, Account, Fields and Relationships, New. Object Manager replaces the older Schema Builder-only path for object configuration; Schema Builder still exists but is now a visualization tool more than the primary editing surface.

Setup audit, change tracking, and the Setup Audit Trail

Every change made in Setup is logged to the Setup Audit Trail, a Salesforce-maintained log that records the user, the timestamp, and the type of change (Created User Profile X, Modified Validation Rule Y, Deleted Sharing Rule Z). The Audit Trail is accessible from Setup, Security, View Setup Audit Trail, and supports filtering by user, date, and action type. For compliance audits and incident investigations, the Audit Trail is the authoritative record of what changed when. Mature admins review the Audit Trail weekly to spot unusual activity (a permission set assigned to a non-admin, a sharing rule modified outside business hours). The log retains a fixed period of history (typically 180 days for free access; longer with Field Audit Trail for specific fields).

Lightning Setup vs Classic Setup

Salesforce has two Setup experiences: Lightning Setup (the current default) and Classic Setup (the legacy version). Lightning Setup organizes pages in the sidebar navigation described above and ships new Setup pages exclusively to it. Classic Setup uses a tree-based navigation on the left of the page and is retained for backward compatibility. The two cover the same configuration surface but with different ergonomics. Some feature configuration pages have been deprecated in Classic and are accessible only through Lightning Setup; the reverse is rarely true. New admins should learn Lightning Setup first; Classic Setup is increasingly a legacy skill. Switching between the two is a per-user preference that does not affect the underlying configuration.

Setup permissions and the principle of least privilege

Access to Setup is governed by the View Setup and Configuration permission and the Modify All Data permission. System Administrators have both by default. Non-admin users typically have neither, which prevents them from seeing or changing Setup. Mature orgs grant Setup access selectively through permission sets: View Setup for users who need to see configuration (release engineers, business analysts) but not change it; Modify All Data for users who need to make configuration changes (admins, deployment engineers); plus narrower permissions (Manage Users, Manage Sharing, Manage Profiles and Permission Sets) for users with specific scoped admin responsibilities. Auditing Setup access is part of every org regular security review.

§ 03

Operating Salesforce Setup productively and safely

Working effectively in Setup is more about navigation habits and audit hygiene than about a specific configuration. The four-step routine covers: learn Quick Find as the primary navigation tool, organize Setup access by permission set, use the Setup Audit Trail for change tracking, and document Setup conventions in the org admin runbook. Each habit compounds: an admin who navigates Setup quickly, grants access correctly, audits changes regularly, and documents conventions explicitly does substantially more useful work per hour than one who improvises each step.

  1. Learn Quick Find as the primary navigation tool

    Open Setup once and confirm Quick Find is the search box at the top of the sidebar. Practice navigating to common pages by typing partial names: Profiles, Permission Sets, Object Manager, Flow, Sharing Settings, Company Information, Health Check. Within a week, every navigation should be through Quick Find rather than tree browsing. Document the canonical Quick Find searches in the team onboarding doc so new admins learn the keystrokes too. The 5-second navigation saving per page compounds across the admin workday.

  2. Organize Setup access by permission set

    Create permission sets that reflect the team Setup access needs. View Setup permission set for release engineers and business analysts who need read-only Setup. Modify All Data plus standard admin permissions for full admins. Narrower permission sets (Manage Users, Manage Sharing, Manage Profiles) for users with scoped admin responsibilities. Assign permission sets through permission set groups so onboarding and offboarding flow through the standard user lifecycle. Avoid granting blanket System Administrator profile assignment to anyone who does not truly need it. Audit Setup access quarterly through the org security review.

  3. Use the Setup Audit Trail for change tracking

    Open Setup, Security, View Setup Audit Trail at least weekly. Review the changes since the last review. Flag any unexpected activity: configuration changes by users you did not expect, sharing rule modifications outside business hours, permission set assignments to non-admin users. The Audit Trail retains 180 days of history by default. For longer retention, enable Field Audit Trail on specific objects. Document the review cadence in the admin runbook and rotate the reviewer across the team so the discipline persists even when individual admins are out.

  4. Document Setup conventions in the admin runbook

    Maintain a single source of truth for how the org configures Setup. Document conventions: naming standards for permission sets and profiles, sharing rule patterns, layout assignment rules, custom field naming conventions. Document one-off decisions: why this specific validation rule exists, why this sharing rule was added, why this permission set has these contents. Without documentation, future admins reinvent decisions or, worse, undo them without understanding the original intent. The runbook is the admin equivalent of a developer README; treat it as a living document.

Gotchas
  • Setup access is binary at the profile level: System Administrators see everything, standard users see nothing. Use permission sets to grant scoped Setup access; do not assign the System Administrator profile broadly.
  • Lightning Setup and Classic Setup have different ergonomics but the same underlying configuration. Switching between them is a per-user preference; it does not change what is configured in the org.
  • Setup Audit Trail retains a fixed period of history (typically 180 days). For longer retention on specific fields, enable Field Audit Trail; without it, older changes are not recoverable from the Audit Trail.
  • Some Setup pages are deprecated in Classic and accessible only through Lightning Setup. New features land in Lightning; Classic is in maintenance mode for the Setup surface.
  • Quick Find synonyms can match too broadly. Typing Flow returns Flows, Flow Builder, Flow Triggers, and Flow Orchestration; type the full name when precision matters.
§

Trust & references

Official documentation

Straight from the source - Salesforce's reference material on Setup.

Keep learning

Hands-on resources to go deeper on Setup.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.

About the Author

Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.

§

Test your knowledge

Q1. What is Setup?

Q2. How do you access Setup?

Q3. What can you do in Setup?

§

Discussion

Loading…

Loading discussion…