Self Service & Automation
About 20% of the CSA exam — see all 6 domains.
What this domain covers
- Knowledge Management
- Service Catalog
- Workflow Studio
- Virtual Agent
What it covers: Knowledge Management, Service Catalog, Workflow Studio (Flow Designer), and Virtual Agent.
Knowledge Management organizes articles into Knowledge Bases, controlled by user criteria (who can read/contribute). Articles move through a lifecycle (Draft → Review → Published → Retired) and support feedback, flagging, and versioning.
Service Catalog is the storefront for requestable items and services. Core building blocks:
- Catalog Items — the things users request.
- Variables — the questions on the item (types include Single Line Text, Multiple Choice, Select Box, Reference, Checkbox, etc.).
- Record Producers — create a record on any table from a catalog-style form.
- Order Guides — bundle multiple items into one ordering flow.
- The request structure: Request (REQ,
sc_request) → Requested Item (RITM,sc_req_item) → Catalog Task (SCTASK,sc_task) — one-to-many at each level (a REQ can hold several RITMs; an RITM can spawn several SCTASKs), not strictly 1:1.
Workflow Studio / Flow Designer is the low-code automation tool. Concepts: Flows (trigger + actions), Subflows (reusable logic), Actions, and triggers (record-based, scheduled, inbound). It largely replaces the legacy graphical Workflow editor for new automation.
Virtual Agent is the conversational chatbot; admins configure topics that guide users through self-service conversations.
Sample questions from this domain
Three of the 60 in this domain, with the reasoning. The full set is in the question bank.
In the Service Catalog, which component is used to create a record on a target table (such as Incident) from a simplified, catalog-style form?
- A. Order Guide
- B. Variable Set
- C. Record Producer ✓
- D. Catalog Category
Why: A Record Producer presents a catalog-style form that creates a record on a specified table. An Order Guide bundles multiple items into one order, a Variable Set is a reusable group of variables, and a category organizes catalog items.
A user orders a single catalog item. Which sequence correctly represents the records typically generated, from parent to child?
- A. Requested Item → Request → Catalog Task
- B. Request → Catalog Task → Requested Item
- C. Catalog Task → Requested Item → Request
- D. Request → Requested Item → Catalog Task ✓
Why: The catalog request structure flows Request (REQ) → Requested Item (RITM) → Catalog Task (SCTASK). The REQ is the overall order, each item becomes a RITM, and fulfillment work is tracked on catalog tasks under the RITM.
Which feature controls which users are allowed to read or contribute to a particular Knowledge Base?
- A. User criteria ✓
- B. Coalesce
- C. UI policy
- D. Update set
Why: Knowledge Bases use user criteria to define who can read and who can contribute. UI policies control form fields, coalesce matches imported records, and update sets move configuration between instances.