Skip to main content

Overview

A FAQ Set is a collection of knowledge that an agent can search during a live call. When a caller asks something the agent needs to look up — pricing details, policies, procedures — the agent automatically searches the FAQ Set and uses the result to answer accurately. Each FAQ Set becomes a tool call in the agent’s toolCalls. The agent’s AI decides when to use it based on the description you write for that FAQ Set. FAQ Sets overview — list of all FAQ sets in the project
  1. Open Account Settings from the top navigation.
  2. In the sidebar, click FAQ Sets.
You’ll see all FAQ Sets in your project with their name, tool name, active status, and a preview of their content.

Creating a FAQ Set

Click Add FAQ Set in the top-right corner of the FAQ Sets page.

Required Fields

Writing a Good Description

The description is the most important field. Be specific about what topics this FAQ Set covers:
  • Good: answers questions about refund policy, cancellation process, and billing cycles
  • Too vague: general information

Content Modes

You can structure your knowledge in two ways. Use the Q&As / Context toggle to switch.

Q&As Mode

Add discrete question-and-answer pairs. Each pair is stored and searched independently, so the agent retrieves precise answers. FAQ Set modal — Q&As mode with sample pairs
  • Click Add another to add a new pair.
  • Use the × button on a card to remove a pair.
  • You can add as many pairs as needed.
In Q&As mode, chunk size settings (min/max words) have no effect — each Q&A pair is always stored as its own unit regardless of length.

Context Mode

Paste any free-form text — support articles, product documentation, call scripts, etc. The system automatically splits it into searchable sections. FAQ Set modal — Context mode with pasted text Use the Advanced settings (see below) to control how the text is split.

Connecting Agents

While creating or editing a FAQ Set, you’ll see a list of your active agents. Click any row to toggle whether this FAQ Set is linked to that agent.
  • Highlighted with a checkmark — the agent has this FAQ Set in its toolCalls.
  • Unchecked — the agent does not have access to this FAQ Set.
When you save, the tool call is automatically added to or removed from each agent. There is no need to edit agent settings separately.
To see which agents are currently connected to a FAQ Set, open its Details view. Connected agents are shown as badges.

Advanced Settings

Click Advanced settings at the bottom of the form to expand additional options. Advanced settings panel expanded

Viewing Details

Click Details on any FAQ Set card to open a read-only summary. FAQ Set details modal From the Details view you can:
  • Toggle the FAQ Set active or inactive without opening the Edit form.
  • See all Q&A pairs or the full content text.
  • See the connected agents as badges.
  • Open Edit to make changes.
  • Delete the FAQ Set.

Testing a FAQ Set

Click Test on any FAQ Set card to open a modal with the exact curl command for it, plus a Live Test box to run a query directly in the browser — no terminal needed. This is the same Test feature available on Knowledge documents; see Testing a Knowledge Document for more detail.

Editing a FAQ Set

Open the Details view and click Edit. You can update all fields except the Tool Name. Changes take effect immediately — the agent’s knowledge base is rebuilt in the background as soon as you save.

Enabling and Disabling

From the Details view, use the Status toggle to activate or deactivate a FAQ Set without deleting it.

Deleting a FAQ Set

Open the Details view and click Delete. This permanently removes the FAQ Set, its stored knowledge, and the tool call from all connected agents.
Deletion cannot be undone.

How It Works End-to-End

1

Create a FAQ Set

Add your Q&As or paste content and link it to the relevant agents.
2

Tool call is created automatically

The system registers a tool call for the FAQ Set and adds it to each linked agent’s toolCalls.
3

Agent uses it during calls

When a caller’s question matches the FAQ Set’s description, the agent automatically searches it and retrieves the most relevant sections.
4

Agent answers with grounded information

The agent uses the retrieved content to form an accurate, specific response — no manual routing needed.