The Ontology tab in the Pilot workspace displays an interactive graph of the ontology entities that Pilot created or reused for your application. Use this tab to review your data model, inspect entity details, and preview seed data.
The ontology graph is an interactive visualization that displays the following information:
You can pan, zoom, and select nodes to explore the graph. The graph uses an automatic hierarchical layout to arrange nodes and edges.

The ontology graph includes a status legend that indicates the state of each entity:
You can filter the graph by entity status to focus on specific categories.
Select an object type node to open the data preview panel. The data preview panel contains the following details:

Use the data preview to verify that the generated seed data matches your expectations. If the data does not look correct, ask Pilot to regenerate or adjust seed data in the chat panel.
You can modify the ontology by typing instructions in the chat panel. Pilot uses a specialized ontology architect agent to process ontology changes. Common modifications include the following:
Add a "due date" property to the Task object typeCreate a Category object type with a name and descriptionLink each Task to a CategoryChange the priority property from a string to an enum with values High, Medium, and LowAfter Pilot applies the changes, the ontology graph updates to reflect the new structure. The app builder agent then updates front-end code to use the modified ontology.