Welcome to Zuora Product Documentation

Explore our rich library of product information

Correct data not displayed using AI Agent

Learn how to fix issues where an AI Agent returns data but the component does not display it correctly.

  1. Confirm that the Agent's query returns data.
  2. Identify the component that should display the data.
  3. Review the Agent-generated component content and the field or variable used by the display logic.
  4. Ask the Agent to display the returned data and correct the binding. For example, use the prompt I can't see the data returned by this query.
  5. If an error is shown, include the complete error in a new Agent prompt. For example, ReferenceError: invoice is not defined indicates that the component is referencing an unavailable variable.
  6. Preview the component again.
  7. Confirm that the displayed values match the returned data.