Recommended actions card configurations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi,
I am wondering how I configure the buttons and cards for recommended actions as per the image attached.
When doing so through guidances it seems to allow some buttons on the cards to be updated for example, the similar incidents record card is easily configurable through the guidances, however the knowledge articles don't seem to be as configurable.
This is strange as it lets me change the completion message easily for the knowledge cards but the action label itself it doesn't.
Any advice?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
This is a common point of confusion because ServiceNow treats knowledge article recommendation cards and similar incident recommendation cards differently under the hood, even though they appear side-by-side in the same Contextual Side Panel.
Here's what's going on and how the configuration works:
Why Similar Incidents are more configurable than Knowledge cards:
Similar Incident cards are fully driven by the Guidance framework (sys_guidance / sys_guidance_step). Each step exposes properties like the action label, completion message, and button behavior — so you get full control through the Guidance configuration.
Knowledge Article cards, however, are rendered by a dedicated platform component (the agent assist knowledge card component in the contextual side panel). The buttons like "Attach article," "Copy to comments," etc. are defined at the component level, not through the Guidance step record. That's why you can change the completion message (which IS stored on the guidance step) but not the action label itself (which is owned by the component).
How to configure what you can:
- Completion messages — Continue using the Guidance Step record as you've been doing. This works because the message is a guidance-layer property.
- Which actions appear on knowledge cards — Look under Agent Assist > Settings (or the
sys_agent_assist_settingstable). This controls which action buttons are available on knowledge recommendation cards globally. - For deeper label customization — If you're on a Next Experience workspace (UI Builder-based), you can look at the Contextual Side Panel page definition in UI Builder and inspect the knowledge card component's properties. In some releases, the action labels are exposed as configurable component properties there.
- If you need full control — You may need to create a custom recommendation component or override the OOTB knowledge card using a scoped UI Component. This is more effort but gives you complete control over labels, icons, and behavior.
It's not a bug — it's an architectural split. Similar Incidents are guidance-driven (fully configurable via steps), while Knowledge cards use a dedicated component where only some properties bubble up to the Guidance layer. For the action label specifically, check Agent Assist Settings or the UI Builder component properties depending on your workspace type (Service Operations Workspace vs. legacy Agent Workspace).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
38m ago
