If you are new to Salesforce, or you already work with it and want a more structured way to grow as an Admin, Developer, Architect, or AI specialist, this page is for you.
On this Start page, I will show you:
- How to use the tutorials and hub pages on this site without getting lost.
- Clear learning paths for Admins, Developers, Agentforce/AI, and Analytics.
- The order in which I recommend you learn each topic so you don’t waste time jumping randomly between features.
I’ve organized the main tutorials into focused hub pages, such as Salesforce Flows, Agentforce, Formulas & Functions, Apex & Triggers, Lightning Web Components, Data Loader, Omni‑Channel, Reports, and Tableau, so you always know where to go next.
How to Use this “Start Here” Page
You don’t have to read everything in one sitting. Instead, use this page as your map:
- Pick the learning path that matches you best right now.
- Follow the steps in order for that path.
- When I mention a topic (like Flows or Agentforce), I open the corresponding hub page in a new tab and work through those tutorials.
Here are the main hub pages you will see referenced:
- Salesforce Tutorials (all topics)
- Salesforce Flows Handbook
- Agentforce Handbook
- Formulas & Functions Library
- Apex & Triggers Guide
- Lightning Web Components Tutorials
- Data Loader Guide
- Omni‑Channel Guide
- Reports & Dashboards Guide
- Tableau Tutorials
Next, choose the path that fits you.
Learning Path 1: Salesforce Admin & Consultant
If your goal is to become a Salesforce Administrator, Functional Consultant, or Business Analyst, follow this path.
Step 1: Understand Salesforce Basics and the Platform
Goal: Get comfortable with the Salesforce UI, core objects, and how data flows through the system.
What to focus on:
- Logging in, navigation, App Launcher, tabs, list views.
- Core objects like Accounts, Contacts, Opportunities, Leads, Cases.
- The idea of standard objects vs custom objects, and how they relate.
From here, start using the general Salesforce Tutorials hub to learn with small, real‑world tasks:
- Go to Salesforce tutorials and pick beginner‑friendly topics like managing users, fixing home pages, and handling basic configuration.
Step 2: Learn the data model and basic configuration
Goal: Learn how to model the business in Salesforce.
Key skills:
- Creating custom objects and fields.
- Understanding field types (text, number, checkbox, picklist, lookup, master‑detail).
- Page layouts and record types.
- Validation rules and basic formulas on fields.
Use the Formulas & Functions Library to support this:
- Visit Salesforce functions and formulas when you need patterns like date calculations, text formatting, and conditional logic in formulas.
Step 3: Master Salesforce reports and dashboards
Goal: Give the business visibility into data with reports and dashboards.
Key topics:
- Standard vs custom report types.
- Summary, matrix, and joined reports.
- Grouping by date (month, quarter, year).
- “No activity” reports and field history tracking.
- Exporting to Excel and using basic report‑level formulas.
Use the Reports & Dashboards hub:
- Go to Salesforce reports and dashboards and follow the tutorials on custom report types, win/loss reports, campaign reports, and activity reports.
Step 4: Get comfortable with Data Loader and data operations
Goal: Manage data at scale safely.
Key topics:
- Installing Data Loader.
- Insert, update, upsert, and delete operations.
- Mass‑updating users, ownership, territories, and campaign members.
- Recovering and restoring deleted data.
Use the Data Loader hub:
- Go to Salesforce data loader and follow real scenarios like importing users, mass‑updating records, and recovering deleted data.
Step 5: Learn Salesforce Flows as your main automation tool
Goal: Automate processes without code.
This is one of the most important skills for an Admin right now.
Key topics:
- Screen flows vs record‑triggered flows.
- Before‑save vs after‑save flows.
- Decision elements, loops, assignments, and subflows.
- Error handling and debugging.
- Integrating Flows with email alerts, approvals, and external callouts.
Use the Salesforce Flows Handbook:
- Go to Salesforce flows.
- Start with Flow basics, then move into real-world patterns like record‑triggered automations, approval processes, and integrations.
Step 6: Add formulas and functions to your automation toolkit
Goal: Write better Flow expressions, validation rules, and formula fields.
Key topics:
- Date/time formulas for SLAs and due dates.
- Text formulas for labels and URLs.
- Logical functions (IF, AND, OR, CASE, ISBLANK).
- Cross‑object formulas and ID handling.
Use the Formulas & Functions Library heavily:
- Keep Salesforce functions and formulas open while writing validation rules, formula fields, and Flow formulas.
Prefer guided learning? Join Our Salesforce Admin Training
If you prefer a structured learning path with live guidance, practice projects, and feedback instead of learning only from free tutorials, you can also join our premium Salesforce admin training programs.
Learning Path 2: Salesforce Developer (Apex & LWC)
If you want to become a Salesforce Developer or Architect, you should first be comfortable with the Admin path, then add Apex and LWC on top.
Step 1: Complete the Admin path basics
Make sure you are comfortable with:
- Data model, reports, dashboards.
- Data Loader.
- Flows and formulas.
Then move on to Apex and LWC.
Step 2: Learn Apex and trigger patterns
Goal: Write scalable, testable Apex code for scenarios where Flow is not enough.
Key topics:
- Apex classes, triggers, and helper classes.
- Collections (List, Set, Map) and SOQL.
- Trigger patterns (one trigger per object, handler classes).
- Async Apex (Queueable, Batch).
- Error handling and
addError.
Use the Apex & Triggers hub:
- Go to Apex in Salesforce.
- Work through the sections on Apex fundamentals, triggers, async Apex, callouts, and error handling.
Step 3: Learn Lightning Web Components (LWC)
Goal: Build modern UIs on Salesforce.
Key topics:
- LWC basics, component structure, and decorators (
@api,@track,@wire). - Handling events and component communication.
- Lightning data table patterns (custom cells, filters, pagination, export).
- Calling Apex from LWC and using Lightning Data Service.
- Error handling and custom validation.
Use the LWC tutorials hub:
- Go to Salesforce Lightning Web Components and follow the sections on LWC basics, decorators, events, data access, and Lightning data tables.
Step 4: Combine Flows, Apex, and LWC
Goal: Design solutions using the right tool for the job.
Typical patterns:
- Flow for most automation; Apex for complex or bulk logic.
- LWC + Apex for UI + server logic.
- Flows calling Apex, and LWC embedding in Flow screens.
As you build real solutions, jump between:
to choose patterns that fit each requirement.
Prefer guided learning? Join Our Salesforce Developer Training
If you prefer a structured learning path with guidance, practice projects, and feedback instead of learning only from free tutorials, you can also join our premium Salesforce developer training course.
Learning Path 3: Agentforce and AI Agents
If you are interested in AI, digital labor, and agents, this path is for you.
Step 1: Understand Agentforce fundamentals
Goal: Learn what Agentforce is and where it fits versus Flows and Apex.
Key topics:
- Agent types (employee, service, setup, Einstein agents).
- Prompts and prompt templates.
- Data libraries and the Atlas reasoning engine.
- Custom actions and guardrails.
Use the Agentforce hub:
- Go to Agentforce and start with the fundamentals and architecture section.
Step 2: Design agents for real business problems
Goal: Move from “toy agents” to real use cases.
Key topics:
- Sales, service, and employee‑support agents.
- Calling custom actions (Apex, Flow, external APIs).
- Integrating with Omni‑Channel and Slack.
- Handling AI → human handoff.
Use:
- Agentforce for Agentforce patterns.
- Salesforce omni-channel for Omni‑Channel routing use cases.
- Apex and flows when you need to build actions and orchestrations behind your agents.
Prefer guided learning? Join Our Agentforce Training
If you prefer a structured learning path with live guidance, practice projects, and feedback instead of learning only from free tutorials, you can also join our Agentforce training programs.
Agentforce & AI Training – For admins and developers who want to design and build Salesforce Agentforce agents, prompts, actions, and Omni‑Channel integrations.
Learning Path 4: Analytics and Tableau
If you want to specialize in analytics and dashboards, especially combining Salesforce with Tableau, follow this path.
Step 1: Master Salesforce reports and dashboards
Start with the Reports & Dashboards path described earlier:
- Use Salesforce reports and dashboards to learn reporting patterns.
- Make sure you are comfortable building the main Salesforce‑native views your stakeholders need.
Step 2: Learn Tableau with Salesforce
Goal: Build richer analytics and executive dashboards.
Key topics:
- Connecting Tableau to Salesforce.
- Creating bar, line, area, and pie charts.
- Working with calculations (aggregations, LOD, table calculations).
- Designing dashboards and using dynamic zone visibility.
Use the Tableau hub:
- Go to Tableau tutorials and follow the sections on connecting to Salesforce, building visualizations, and designing dashboards.
Quick topic‑based links
If you already know what you want to work on today, use these shortcuts:
- All Salesforce tutorials
- Flows & automation
- Agentforce & AI agents
- Formulas & functions
- Apex & triggers
- Lightning Web Components (LWC)
- Data Loader & bulk data
- Omni‑Channel & routing
- Reports & dashboards
- Tableau & analytics
What to do next
- Decide your current primary role or goal (Admin, Developer, Agentforce/AI, Analytics).
- Follow the corresponding learning path section on this page.
- Open the hub pages linked above and work through 1–2 tutorials per day.
Over time, this Start page will keep you oriented, while each hub page gives you depth on a specific topic.