Choose a query for the question
For a table of cars with columnscars, production_year, color, and description, “What is the most common color for cars produced between 2000 and 2010?” is a table-query question. “What is the best car to buy if I live in NYC?” needs interpretation of unstructured descriptions and is better suited to search.
Use both methods when the task needs a quantitative result plus explanatory context.
Add Query Tables to an Agent
When the feature is available, open the Agent Builder and find Action & Data sources. Choose Add a tool, then select Query Tables. Select one or more tables for the Agent to use and save the configuration. The tool can query selected tables together, including tables from different supported sources. For a join, explain the matching columns in the Agent instructions. For example, if ausers table has email and an orders table has user_email, say that these columns identify the same user. State whether the relationship is one-to-one or one-to-many when that affects totals, so the Agent can avoid multiplying rows accidentally.
Create a table from CSV
If your workspace allows manual CSV tables, a Builder can create one in a Knowledge folder:- Open Knowledge, then Folders in the Space where the table should live.
- Select a folder or choose Add a new folder.
- Open the folder’s Tables tab and select Add table.
- Upload a CSV file and provide a useful description.