Skip to main content
Agents can query your application data or execute actions on your behalf. You interact with them using natural language and the agent translates your intent into the appropriate data operations.

Query agents

Ask the agent to retrieve data from your application. For example:
  • “Show me the last 10 orders placed today”
  • “How many users registered this month?”
  • “List the pending invoices for client Acme”
The agent uses your application’s data model and datasources to answer, returning structured results directly in the chat.

Transaction agents

Agents can also perform write operations when configured with the appropriate permissions:
  • “Create a new customer with name John Doe and email john@example.com
  • “Update the status of order #1234 to Delivered”
  • “Delete all archived records older than 6 months”
Transaction agents modify your data. Make sure the agent role has the correct permissions and that you review any destructive operations before confirming them.