Skip to main content
Solved

Open a specific Help Center article in the widget from in-app tooltip links (outside the widget)?

  • July 16, 2026
  • 1 reply
  • 44 views

karlv
Forum|alt.badge.img

Hi Front team,

We use the Front Chat widget with our knowledge base enabled inside it, and we'd like to extend the widget's in-app Help Center experience to article links that live elsewhere in our web app.

Context on what we're doing:

We've started adding contextual tooltips throughout our web app that link to the relevant Front KB article for each feature. This has been great for helping users understand features — especially newer ones — right at the point where they encounter them.

The one bit of friction: those tooltip links open the article in a new browser tab, pulling the user out of our app. What we love about the widget's built-in Help Center is that when an article is linked inside the widget (from a chat reply, or from a link within another article), clicking it just opens the article in the Help Center tab of the widget. The user can read the full article, expand the widget for a better view, and follow along while staying in our app. That in-context experience is exactly what we want for our tooltip links too.

So concretely, today:

  • A KB article link inside the widget → opens in the Help Center tab in the widget ✅ (great experience)
  • The same article linked from a tooltip in our web app → opens in a new browser tab ❌ (user leaves the app)

We want any KB article we link from within our own web app to be able to open in the widget's Help Center tab instead.

What I've checked:

I've been through the Chat Widget SDK Reference. I can see show / hide, but those only control the main messenger panel — there doesn't seem to be a command to open the Help Center tab, and nothing to deep-link to a specific article.

3 questions:

  1. Is there any supported (or undocumented) way today to (a) open the Help Center tab programmatically, and ideally (b) deep-link it to a specific article — something like FrontChat('openArticle', { id }) or passing an article URL to show?
  2. If not, can this be logged as a feature request? Opening a given KB article inside the widget from our own in-app tooltip/"Learn more" links would keep users in-context instead of bouncing them to a new tab — a meaningful UX win for in-product education.
  3. Analytics: Since we'd be driving a meaningful chunk of our article traffic through the widget's Help Center tab, we want to make sure those views are still captured. Does an article opened inside the widget's Help Center tab count in the Knowledge base report the same way a visit to the public knowledge base page does — same "page views"/"visitors" metrics, same attribution? Or are in-widget views tracked differently (or not at all)? We rely on the Knowledge base report to measure how well our in-product education is landing, so consistent tracking regardless of entry point is important to us.

Best answer by justin

Hi ​@karlv — thanks for the clear write-up. Your read of the Chat Widget SDK is correct.

Programmatic Help Center / article open
There is no supported way today to open the Help Center tab or deep-link to a specific KB article from your web app via the Chat Widget SDK (no openArticle, article URL option on show, etc.).
FrontChat('show') / hide only open or close the main messenger panel. In-widget article opens work when a link is clicked inside the widget.
 

Analytics
Knowledge base report page views / visitors are driven by the public Knowledge Base portal. Opening an article in the Chat widget Help Center does not emit those portal page-view events, so those views are not counted the same way (they don’t feed the Knowledge base report’s page views / visitors metrics). 

Feature Request

As a result, we’ve logged each of these as a feature request on our end to share with our product team. If there are any additional questions, please let me know! 

1 reply

justin
Forum|alt.badge.img+8
  • Fronteer
  • Answer
  • July 17, 2026

Hi ​@karlv — thanks for the clear write-up. Your read of the Chat Widget SDK is correct.

Programmatic Help Center / article open
There is no supported way today to open the Help Center tab or deep-link to a specific KB article from your web app via the Chat Widget SDK (no openArticle, article URL option on show, etc.).
FrontChat('show') / hide only open or close the main messenger panel. In-widget article opens work when a link is clicked inside the widget.
 

Analytics
Knowledge base report page views / visitors are driven by the public Knowledge Base portal. Opening an article in the Chat widget Help Center does not emit those portal page-view events, so those views are not counted the same way (they don’t feed the Knowledge base report’s page views / visitors metrics). 

Feature Request

As a result, we’ve logged each of these as a feature request on our end to share with our product team. If there are any additional questions, please let me know!