Appearance
Exercise 2: Configure a Salesforce Project
In this Exercise, you'll configure your Salesforce Project so that you can begin Vibe Coding with context.
Step 1: Configure Your Project
Open the Org Browser Sidebar to retrieve your project metadata.
Expand Custom Objects and retrieve (download) the following standard objects:
- Account
- Lead
- Opportunity
TIP
Downloading objects ensures Agentforce Vibes can analyze your org’s schema and accurately generate Apex and LWC code.
Expand Lightning Component Bundle and download the genericPageHeader component.
Expand Permission Sets and download the Partner Management Permission Set.
Use the Explorer Sidebar to verify your project folder includes:
- Account, Lead, and Opportunity metadata
- Partner Management permission set
- The genericPageHeader LWC
- Any additional Apex classes required for your project context
Your project is now fully configured with the metadata Agentforce Vibes needs to plan and generate the Partner Performance Dashboard.
Step 2: Configure the Agentforce Vibes Sidebar
Open the Agentforce Vibes Sidebar.
Take note of the Manage MCP Server options, we will visit those later.

You can modify the Auto-approve settings to adjust the actions an agent can take on your behalf.

You can adjust the context settings and mode in the toolbar at the bottom of the sidebar.

Click on Manage Agentforce Rules, Workflows, Hooks & Skills in the context settings.
Select the Skills tab and take note of the built-in Salesforce Skills available. Skills are modular instruction sets that Agentforce loads on-demand for specific tasks.

TIP
The Rules tab provides persistent guidance that applies to every conversation. One rule (
a4v-expert-global-rule.md) is active by default. You can create your own skills and rules to align the agent to your team's standards.
Step 3: Update the Salesforce DX MCP Servers
In the Agentforce Vibes Sidebar, Click Manage MCP Servers.
Toggle off the Salesforce API Context and Salesforce Metadata Experts MCP servers. We will only use the Salesforce DX server for the workshop.

Click the Configuration Icon.

Expand the Salesforce DX MCP server to take a look at the various tools that are enabled.

Step 4: Enable Local Development
Open your Salesforce org from the status bar at the bottom of the IDE using the Open Default Org in Browser Button.

TIP
If you get an error while opening the org, open the terminal(
cmd+`ORctrl+`) and runsf org login web.Navigate to Setup.
Search for and Select
Local Devin the quick find.Set Enable Local Dev to On.
TIP
If you are working with VS Code instead of the browser-based Agentforce Vibes IDE, you need to install the Salesforce Live Preview extension.
Summary
In this exercise, you became familiar with the Agentforce Vibes IDE and configured your local project. You explored key areas like the Explorer, Extensions, Org Browser, Terminal, and Status Bar, and retrieved the metadata needed for the Partner Performance Dashboard. You also explored the Agentforce Vibes sidebar settings and took a look at the available Skills and Rules to understand what's possible.
Your environment is now fully prepared for the next steps - where you’ll begin using Agentforce Vibes to analyze your project and build your application.