Updated Articles

  1. Custom content category merge codes

    Use this list of merge codes to display subcategories and content in custom content categories.
  2. Keyword search

    Enter a word or phrase to complete a keyword search.
  3. Typeahead (autosuggest) versus full text search

    A detailed breakdown of the differences between typeahead (autosuggest) and full search results.
  4. Keyword search overview

    Keyword search is the default search type in your knowledge base. To begin a keyword search, enter a word or phrase in the search bar.
  5. Keyword typeahead (autosuggest) search

    Keyword typeahead (autosuggest) search will suggest relevant articles as your reader enters a search word or phrase.
  6. AI chatbot JavaScript API Reference

    Use these methods and events to control the chatbot and respond to its state changes. // Available API Methods window.KnowledgeOwlChatbot.setAuthToken(token) // Set authentication token window.KnowledgeOwlChatbot.setContext(co...
  7. Add context to chatbot queries

    You can make your chatbot’s answers more relevant by passing custom data attributes with your embed code. These attributes are automatically included in the chatbot’s search for related articles. Context attributes are extra details about whe...
  8. Embed AI chatbot on an external website or app

    To embed the AI chatbot on an external website or app: Go to  KB settings > AI chatbot . The AI chatbot settings page opens. Under the  External website embed section , enter your full website or app domain. Save your changes. Under the Em...
  9. AI chatbot

    Now available! You may have noticed the chatbot in the lower right corner of this knowledge base. This chatbot is now available by default on new accounts  and by request for existing accounts . We're continuing to refine the feature based o...
  10. Chatbot OAuth 2.0 authentication

    When you use the AI chatbot with private knowledge bases or knowledge bases with a mix of public and private content , you can use OAuth 2.0 authentication to control access. To use OAuth2, you'll need to: Generate a client ID a...