FAQ Search
Adding FAQ Search to your FAQ Page
Add this code to your FAQ page
- Minimum Height should be 300 and change height to what you need. 
- Update the div style according to your brand styles. 
- Add your CLIENT_ID to src 
<div style="margin: 50px auto;margin-bottom: -68px; display: flex; width: 100%; align-items: center; justify-content: center;">
    <iframe
      id="faqIframeSearch"
      height="300px"
      width="100%"
      style="background-color: white; border: none;"
      src="https://chat.discoverist.ai/clients?clientid={CLIENT_ID}&assitant_mode=faq_search"
    ></iframe>
  </div>Go to Discoverist Dashboard to enable FAQ Chat.
Last updated