Before Prophecy 4.2.5, analysis dashboards were known as Prophecy Apps. We have renamed this
feature to more strongly couple analysis with pipelines. Functionality remains largely the same;
however, now you can interact with the analysis using Prophecy Agents.
Use cases
You can build an analysis dashboard to serve a variety of use cases. We’ll highlight two mental models for building analyses here; these can help you decide how to create the analysis that best serves your requirements. You can think about creating analyses in two ways:- Fixed dashboards: Always run the pipeline on the same sources. The data may change, but the pipeline is always the same.
- Interactive dashboards: Show results based on user input. Depending on how you build the dashboard, users can do things like upload their own data or change the parameters of the pipeline.
Fixed dashboards
Fixed dashboards display results from pipeline runs without requiring user input. They’re perfect when you want to:- Preview pipeline outputs before publishing to BI tools.
- Schedule regular reports with different parameter configurations.
- Share a specific analysis or report with stakeholders.
Interactive dashboards
Interactive dashboards let users customize inputs and run pipelines on demand. They’re ideal when you want to:- Enable team members to answer their own questions without writing code.
- Provide guardrails that guide users toward correct, tested execution paths.
- Upload custom data to replace pipeline input sources.
- Set pipeline parameters (dates, thresholds, regions) through simple form fields.
- Save personal configurations while maintaining a shared, standardized pipeline.
What’s next?
- Follow the tutorial to create an analysis or review different analysis components.
- Learn how users can consume analyses that you have shared with them.

