Updated articles

  1. Add search to the glossary page

    Use these steps to add a standalone search box to the Glossary page to allow readers to search the glossary page only.
  2. API calls in snippets

    Sometimes you might want to extend KnowledgeOwl's built in functionality by utilizing client side API calls in your knowledge base. Previously, this involved constructing an AJAX call that contains a KnowledgeOwl API key for authentication. Howev...
  3. Open widget to specific tab

    Use the methods here to open the widget to a specific tab.
  4. Widget 2.0 JWT authentication

    Learn how to set up JWT authentication for your widget.
  5. Widget 2.0 OAuth2 authentication

    Learn how to set up OAuth2 authentication for your widget.
  6. Prepopulate Widget 2.0 Contact Form fields

    Learn how to use the updateContact method to pre-populate the email and name fields in Widget 2.0's contact tab.
  7. Custom Widget Javascript

    Learn how to add custom Javascript to your widget.
  8. Create an article table of contents (TOC) from headers

    Learn how to use a script to automatically generate an article table of contents based on headers.
  9. API query operators

    The KnowledgeOwl API supports a selection of query operators, allowing you to add logic to the body of your API calls. This means you can do things like search for a particular name or term, or filter your results. This section lists all the avail...
  10. Upload and edit files

    To use the examples we provide in our Postman collection, you must do some extra setup: Either place the file you want to upload in your Postman working directory, or enable reading all files. Refer to the Postman documentation for more ...