
Reading the Table
Each column header shows the column name and a type badge (text, number, date, boolean, url). Values are formatted according to their type:
Structured values (nested objects) are displayed as JSON.
Sorting
Click a column header to sort ascending; click again to sort descending. The active sort is shown with an arrow (↑ or ↓) in the header. Sorting applies to the whole collection, not just the visible page.Navigating Pages
Pagination controls at the bottom of the table let you:- Move between pages with the ◀ ▶ arrows or by clicking a page number
- Change the page size with the rows per page dropdown (10 to 50 rows, default 25)
- See your position with the “Showing X–Y of Z” counter
Selecting and Deleting Records
1
Select rows
Use the checkbox on each row, or the header checkbox to select the whole page. A badge shows how many rows are selected.
2
Delete
Click Delete in the selection bar. The selected records are removed and the table refreshes.
Data Written by Agents
Collections linked to agents evolve outside the UI: agents insert and update records during conversations. Two things to keep in mind:- New columns can appear. Schemas are flexible — if an agent starts recording a new field, it shows up as a new column.
- System fields are protected. Record identifiers, creation timestamps, and ownership metadata are managed by the platform and cannot be modified, even by agents.
Best Practices
Sort before you clean
Sort before you clean
Sorting by a suspect column is the quickest way to find outliers — empty values group together, and malformed entries stand out at the top or bottom of the ordering.
Use page size to match your task
Use page size to match your task
Reviewing data quality? Use 50 rows per page to scan quickly. Comparing individual records? Drop to 10 for readability.
Delete in small batches
Delete in small batches
Select and delete rows page by page rather than removing large swaths at once — it is easier to verify what you removed.
Next Steps
Visualizations
Turn your records into charts
API Reference
Query and update records programmatically