AIP Analyst is an interface for agentic workflows that lets you use natural language to perform ad-hoc analyses across your ontology. You can ask AIP Analyst a question, and the agent will answer by autonomously searching your ontology, creating object sets, and transforming data before generating summaries and visualizations.
You can access AIP Analyst at /workspace/aip-analyst to begin asking questions about your ontology.

As an example, imagine a user that runs a coffee chain and wants to perform a competitive analysis. They want to examine whether it is viable to open a new location in Northampton, England. To start an analysis, this user can ask "Which coffee shops are within 10km of Northampton? Are any chains particularly prominent?"
AIP Analyst will then traverse the ontology, find the coffee shop data, and identify the shops that meet the criteria. It will then derive insights on their relative ratings and best selling products. AIP Analyst searches across your ontology for relevant data using multiple search terms to increase the likelihood of finding a relevant object type.

Having found some coffee shops, AIP Analyst examines the data and applies a geospatial filter centered around Northampton.

Finally, after performing some additional aggregations on the chains, it generates a summary of the shops within the specified area and competing chains.

AIP Analyst leverages several categories of tools during analysis to iteratively find, analyze, and present the answer to a natural language query. You can customize the tools that are available for AIP Analyst to use by selecting checkboxes from the Tools menu.

These tools enable AIP Analyst to discover the relevant object types and datasets for the request.
With the correct context defined, AIP Analyst can use the following tools to explore and analyze retrieved data.
AIP Analyst can execute Foundry functions and ontology actions during analysis.
AIP Analyst can present its outputs using data visualization tools. The Create Visualization tool allows you to use Vega charts to build interactive visualizations from tabular data including ontology aggregations, SQL results, or dataset queries. The Map Visualization tool lets you visualize geospatial data. AIP Analyst also supports Mermaid diagrams for rendering flowcharts, sequence diagrams, and other structured diagram types.
You can upload files directly into the analysis for AIP Analyst to process. Supported formats include spreadsheets (Excel, CSV), documents (Word, DOCX), images, and PDF files. You can also attach media items from Foundry media sets as analysis context.
AIP Analyst includes several additional capabilities that support the analysis workflow:
You can export an analysis session to PDF by selecting the Export to PDF option from the session header. The export dialog lets you select which context items to include, expand or collapse tool results, and preview the document before printing. This uses your browser's print dialog, allowing you to save the output as a PDF file.
AIP Analyst does not currently retain conversation history after a session is closed. Users are encouraged to save their queries and Vega-Lite visualization code to pick up where they left off.
Note: AIP feature availability is subject to change and may differ between customers.