Context can be manually added to AIP Analyst using the + button in the input field. AIP Analyst includes a Context cleanup tool that automatically manages conversation context by hiding outdated or unnecessary information. This enables longer analytical sessions while ensuring the agent focuses on relevant data when answering your questions. You can also manage context manually using the analysis outline.

An analysis path can be forked at any point, creating a new tab that only contains upstream context and enables users to explore multiple analysis paths from identical starting states. Empty analysis paths can be created using the + button in the tab header. Tabs will continue running even when not in focus.

In the Settings menu, you can limit the scope of search tools within the analysis by providing a specific ontology and set of object type groups. When these are provided, the Object type search and Object search tools will only discover results from the specified ontology and groups. When an ontology includes hundreds or thousands of object types, applying these filters can greatly improve performance.
AIP Analyst can be embedded in Workshop or OSDK applications using an iframe. It supports a number of URL parameters to allow for specialization.
ontologyRid: Sets the ontology that AIP Analyst can explore, for example, ri.ontology.main....objectTypeGroupRids: Limits AIP Analyst to searching across specific object type groups.hideManualContextMenu: Prevents users from manually adding other data sources when set to true.Copied!1/workspace/aip-analyst?ontologyRid=ri.ontology.main.abc123&objectTypeGroupRids=group1,group2&hideManualContextMenu=true
Give users a head start by loading the following data automatically:
workshopRids: Load object types, links, and functions from your Workshop module, for example ri.workshop.main.module....objectSetRids: Load saved object sets, for example ri.object-set.main....datasetRids: Load specific datasets.objectTypeIds: Load individual object types.functionRids: Load individual functions.Copied!1/workspace/aip-analyst?workshopRids=ri.workshop.main.module.xyz789&objectSetRids=ri.object-set.main.abc456
embedded: Hides the workspace sidebar for a cleaner look when set to true.hideSettingsMenu: Hides the settings menu when set to true.theme: Set the color theme (light or dark).If enabled, AIP Analyst can send notifications when in the background, allowing users to ask questions and be informed when the analysis requires their attention.