Write knowledge base articles for Instant Answers

Instant Answers can only answer from the help articles you give it — there’s no general knowledge and no guessing. This article covers generating, adding, and managing that library.

Found under Settings → AI → Instant answers (owner-only).

Generate a help file with AI

  1. Go to Settings → AI → Instant answers.
  2. Under Step 1 — Generate your help file, click Copy prompt. This copies a ready-made prompt for producing a help file in the format Essential Support expects (es-kb-1 JSON).
  3. Paste the prompt into an AI chat or coding tool (ChatGPT, Claude, etc.) and replace every {placeholder} in it with your own product details — name, one-line description, docs URL(s), tone, and your most common customer questions — before sending.
  4. The tool should return only JSON: a single object with "format": "es-kb-1" and an "articles" array of 20 to 60 short, focused entries, each with a title, question, answer (Markdown, up to 4000 characters), optional links (up to 5 real https URLs), and 3–8 keywords. Save that output as a .json file, or keep it copied.

Add the file

  1. Under Step 2 — Add your help file, paste the JSON directly into the box, or click Upload .json and pick the file.
  2. Once the pasted or uploaded text parses as valid JSON with an articles list, a preview appears showing how many articles were found and the first several titles.
  3. Click Save help file. Saving replaces your entire help library — it does not merge with what’s already there.
  4. A confirmation message shows how many articles were saved.

Manage the library

Article limits

Writing good answers

Privacy and indexing: where semantic (smart) matching is available on your platform, newly added or changed articles are indexed in the background — question text is sent to OpenAI to generate the search embedding — and the page shows indexing progress. Keyword matching is used for any article until its indexing finishes.

Edge case

Uploading or pasting invalid JSON, or JSON with no articles list, shows an error and nothing is saved — fix the file and try again.