Overview of Setup with Agentforce
Setup with Agentforce puts an assistant on the Setup home page that you talk to in plain language instead of clicking through the menu. You can ask it to handle configuration, audit permissions and model data. It is still in beta, which is worth keeping in mind when you look at what it hands back.
Getting started: configuration and prerequisites
The agent will not show up until the org is provisioned for it:
- Enable Data Cloud in your org, along with Einstein Generative AI and Agentforce.
- Give users these permissions:
- Customize Application
- Data Cloud User
- Use Setup with Agentforce
- Execute Prompt Template
- Check that the user has access to the default Data Cloud data space.
- Open the new Setup with Agentforce page in the Setup menu and turn the feature on.
Practical use cases for admins
1. Data modeling and object creation
Ask for a custom object or a set of fields in plain language and the agent tries to follow sensible architecture.
If what you describe duplicates standard functionality, like an 'Account' or a 'Contact', it will often point you back at the standard object instead. Check the field types it picks, though. In the current beta some of the complex types, including the custom Address field, are not supported and can come back as Text Areas.
2. Formula generation and validation
The agent also helps with complex formula fields and validation rules. If you are already in the formula editor, the Use Formula Assistant button will generate or debug the logic in place.
Read what comes back before you save it. Clear AND/OR logic holds up better than deeply nested IF() statements when someone else has to maintain the formula.
3. Permission and access auditing
This is where you stop opening profiles and permission sets one at a time. You can ask the agent:
- which users hold a specific system permission, Modify All Data for example
- how a user ends up with access to a particular object or field
- to create or change a permission set from a prompt
4. Org health monitoring
The Setup home page now has health tiles you can use to watch security metrics and Apex class API versions, so the version check becomes a bulk exercise instead of a page by page one.
Handling unsupported requests
When the agent cannot do something itself, it falls back to guidance. It pulls the matching articles from help.salesforce.com and deep links you to the specific Setup pages you need to finish the job by hand.
Leave a Comment