Introduction
No matter how carefully you build an FAQ, if users skip it and just contact you, your CS (customer support) load won't drop.
"We have an FAQ but inquiries aren't going down" — that's a pretty common frustration, isn't it?
In this article, I explain the flow design that, for an apparel and gear EC site, encouraged self-service by placing FAQ search before the contact form. It's a humble but effective trick that turns the FAQ from "just sitting there" into "actually used."
Steering Toward the FAQ Before the Form
Inserting Search Before Reaching the Form
On many sites, a contact form just sits there. Users write into the form the moment a question arises and hit send. We insert a layer of FAQ search here. When a user enters the contact page, the first thing they see is a search box saying "enter what you'd like to look up." Since most questions are already covered in the FAQ, if the answer turns up before they write into the form, they simply resolve it themselves.
Sending Only "People Who Found No Answer" to the Form
The key is not to make FAQ search a blocker. People who searched but didn't get resolved naturally want to contact you as-is. So below the search results, we keep a path to the form: "if this didn't help, click here." People the FAQ can resolve drop off there (i.e., self-serve), and only those who genuinely need a human proceed to the form. Make this triage work and the quality of inquiries reaching CS changes.
A user opens the page with a question
Have them enter "what they want to look up" before the form
Self-served on the spot (no inquiry generated)
Proceed to the form via "if this didn't help, click here"
Showing Related FAQs Inside the Form Too
Related FAQs Based on What's Entered
Even with search inserted, some people proceed to the form. So as one more nudge, we display links to related FAQs on the contact form screen. When a user picks an inquiry category or starts writing, we surface likely-relevant FAQs to the side. If they realize "oh, this might solve it" while writing, they drop off before sending. The form is the last line of defense, and even within it we leave a chance for self-service.
Turning the Effort of Sending into a "Realization"
A contact form is a place where users spend effort typing. The aim of this design is to cleverly turn that effort into a "realization." Showing related FAQs isn't obstructing the send — it's a suggestion that "there's a faster path to resolution." As a result, users resolve without waiting, and CS reduces its handling volume. It ends up good for both sides.
Any question, straight to send. Even FAQ-answerable questions get handled by a human
Search up front and related FAQs in the form encourage self-service, leaving humans only what truly needs them
Growing Self-Service Into an Asset
Feeding Inquiries Back Into the FAQ
Even with the flow tuned, questions not in the FAQ will always come. In fact, inquiries that reached the form are a treasure trove of "what's missing from the FAQ." If the same question keeps coming, just add it to the FAQ. Feed inquiry content back into the FAQ this way and the FAQ gets smarter the more it's used, gradually raising the self-service rate. Since staff can edit right from the admin UI, this cycle is easy to keep turning — another strength of building in-house.
Synergy with SEO Traffic
An FAQ shown before the contact form also becomes an entry point for search-engine traffic. Enrich the FAQ with the actual words users struggle with, and people with the same question land directly on FAQ pages from search. The flow meant to reduce CS load doubles as a content asset for acquisition. This dual effect is exactly the value of building the FAQ in-house and holding it on your own site, isn't it?
The Aim Is Triage, Not Blocking
FAQ search isn't a wall to stop inquiries — it's a mechanism to triage "people who can resolve it" from "people who need a human." Designing it to smoothly pass unresolved people through to the form lets you cut CS load without hurting satisfaction.
Conclusion
Insert FAQ search before the contact form, and show related FAQs inside the form too. This two-tier approach triages people who can self-serve toward resolution while sending only those who need a human to the form. Feed inquiry content back into the FAQ and the self-service rate keeps rising the more it's used.
For the full picture of this series, see Building an In-House FAQ System; for details on data and editing operations, see FAQ Data Management and Search Index with JSON + KV and Admin-UI Editing with Git-Based Sync.