How databases work
Unlike knowledge files, which are reference documents your agents read, databases are structured data your agents actively query and update. Think spreadsheets your agents can read and write to. When you give an agent access to a database, they can look up specific information, add new entries, and update existing records—all on their own.What you can do with databases
Databases are perfect for information that changes regularly and needs to be kept current. You can use databases to:- Store customer lists with contact details and preferences
- Track projects with status updates and deadlines
- Maintain inventories with current stock levels
- Keep records that your agents need to reference and update
Setting up a database
You configure databases through the Appy.AI web platform. Here’s the basic process:- Create a new database in your workspace
- Define your tables and fields
- Import existing data or start fresh
- Give your agents access to the database
Real-world examples
Sales team: Create a leads database with contact information, deal stage, and notes. Your agents can look up customer history, update deal status, and add new prospects. Service business: Maintain a client database with service history and preferences. Your agents can check past work, schedule appointments, and note customer requests. E-commerce: Track product inventory with SKUs, quantities, and pricing. Your agents can check stock levels, update quantities after sales, and flag low inventory.Databases work best for information that changes frequently. For static reference material, use Knowledge files instead.