What are AI agents?
AI agents are custom assistants you create inside your Gainable apps. They can answer questions, look up data, perform actions, and guide users through a conversational chat interface called the copilot.Build agents vs custom agents: Gainable uses build agents (Planner, Build, Validation, Conversation) to create your app. The agents described here are different. They are custom AI assistants that live inside your finished app and help your users.
What can AI agents do?
Customer Support
Answer questions using knowledge bases and look up order or account data
Data Analysis
Query your app data, filter results, and surface insights through conversation
Guided Workflows
Walk users through processes with conversation starters and step-by-step guidance
Knowledge Assistant
Reference uploaded documents like policies, playbooks, and product catalogs
How it works end to end
Create an agent
Describe the assistant you want. The Agent Builder creates it with a name, instructions, and personality.
Add functions
Connect the agent to your app’s data so it can look up records, filter lists, and perform actions.
Add knowledge
Upload documents (PDFs, guides, policies) the agent can reference when answering questions.
Agent capabilities
| Capability | Description |
|---|---|
| Chat | Natural language conversation with your users |
| Function calling | Read and write data through your app’s API endpoints |
| Knowledge bases | Reference uploaded documents (RAG) |
| Web search | Search the web for additional context when enabled |
| Conversation starters | Pre-defined prompts that help users get started |
| Data connectors | Connect external sources and normalize data into your app models |