> ## Documentation Index
> Fetch the complete documentation index at: https://help.ciarem.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Catalogs: your products, services, and prices

> How to put your products, services, and prices into a catalog so the AI agent can look them up and quote them.

**Catalogs** in the sidebar are structured tables for the things your business sells or works with: products, services, price lists, plans, locations. Each catalog is a type of record with its own fields, and the AI agent can look records up to answer questions like "how much is a cleaning?" with the right number.

## 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 [Teaching your agent](/ai-agent/teach-your-agent).

A dental clinic, for example, puts its treatments and prices in a catalog, and puts "how to prepare for a whitening" or its cancellation policy in the knowledge base. Prices belong in a catalog because they change and are looked up exactly; explanations belong in the knowledge base.

## 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.

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 create or edit an AI agent in **Control center > AI agent team**, use **Catalogs this agent can access** to grant it a catalog. From then on, that agent can search the catalog and read a record's fields to answer questions and quote prices. Agents without access to a catalog cannot see it.

See [Teaching your agent about your business](/ai-agent/teach-your-agent) for how catalogs fit alongside business context and knowledge bases.
