Skip to main content
FAQs are the simplest form of training—question-answer pairs that teach your agent specific information. They’re organization-specific, so each location can have its own set, and can be shared across an organization’s bots. Use FAQs for:
  • Common questions with straightforward answers
  • Location-specific policies (cancellation, parking, payments)
  • Information that doesn’t require back-and-forth conversation

Creating an FAQ

FAQ Fields

title
string
required
The question or topic this FAQ addresses. Annie uses this to match caller questions.Example: "What is your cancellation policy?"
content
string
required
The answer Annie should give when this FAQ matches.Example: "We require 24 hours notice to cancel or reschedule. Missed appointments may incur a $50 fee."
botIds
array
Optional list of bot IDs to attach this FAQ to. If not provided, the FAQ is available to all bots in the organization.

FAQs API

See the full API reference for FAQ endpoints.