Catalog or knowledge base?
This is the first decision most people face, and the two are for different jobs:- Use a catalog for structured, repeating things with attributes you would put in a table: a service and its price, a product and its stock, a plan and what it includes. The agent can look up a specific record and read a specific field (like price) from it.
- Use a knowledge base for prose the agent reads to explain things: policies, hours, how a treatment works, frequently asked questions. See Knowledge bases.
Create a catalog
Open Catalogs and create one. You give it a name (for example “Services”), a singular form for single-record labels (“Service”), an icon, and a short description. Write the description carefully: it tells the AI what these records represent, so it knows when to use them. How many catalogs you can create depends on your plan.Add fields and records
Each catalog has properties, the fields every record can carry. Add the fields you need, such as Name, Price, Duration, or Category. Then add records one by one, or bring an existing list in with Import CSV / XLSX. Saved views let you choose which columns to show, and a Board view can group records into columns by a single-select property. Keep prices and details current here. The agent quotes from what is in the catalog, so an out-of-date price in the catalog is an out-of-date price to your customer.
Let an agent use a catalog
A catalog is only used by the agents you connect it to. When you configure a qualifier, sales, or FAQ agent in Control center > Agent team, use Catalogs this agent can access to grant it each catalog. From then on, that agent can search the catalog and read a record’s fields to answer questions and quote the right price. Agents without access to a catalog cannot see it. Access is read-only by default. Per catalog you can additionally allow the agent to Add content (register new records, for example a sales agent logging an order) or Edit content (update existing records). Grant write access only where it clearly helps. Read-only is the safe default.