> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Prediction Overview

> Configure prediction settings, access sub-pages for design specifications, run predictions, and view results

The Prediction Overview page is the central hub for configuring and running a prediction. From this page, you can access sub-pages to enter design specifications (environmental conditions, power plant layout, energy storage, system details), configure simulation settings, run the prediction, and access results.

<Frame caption="Prediction Configuration Page">
  <img src="https://mintcdn.com/terabaseenergy/yBu9PW4fdDcQrxqF/images/prediction-configuration-ui.png?fit=max&auto=format&n=yBu9PW4fdDcQrxqF&q=85&s=8c7733a24b2a3ac0c01edc115b4dbf70" alt="Prediction Configuration Page" width="2048" height="1214" data-path="images/prediction-configuration-ui.png" />
</Frame>

## Overview

The Prediction Configuration Page is organized into the following sections:

1. **Prediction Header** — Displays the prediction name, status, last modified date, and summary capacity metrics (MWdc, MWac, DC:AC ratio). Provides prediction-level action buttons.
2. **Environmental Conditions** — Configure weather data and time series data inputs.
3. **Power Plant Specifications** — Define the physical plant layout including PV blocks & arrays, 3D scene, energy storage system, and system details.
4. **Simulation Settings** — Configure model choices for transposition, degradation, and other algorithmic options.
5. **Results Panel** — Shows prediction run status, provides access to energy results and financial analysis, and displays prediction metadata options.

***

## User Inputs

<table>
  <colgroup>
    <col style={{width: "4%"}} />

    <col style={{width: "18%"}} />

    <col style={{width: "10%"}} />

    <col style={{width: "6%"}} />

    <col style={{width: "44%"}} />

    <col style={{width: "18%"}} />
  </colgroup>

  <thead>
    <tr>
      <th>#</th>
      <th>Input</th>
      <th>Type</th>
      <th>Units</th>
      <th>Description</th>
      <th>Related Documentation</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>**1**</td>
      <td>**Run Prediction / View Energy Results**</td>
      <td>Button</td>
      <td>—</td>
      <td>Displays **Run Prediction** if the prediction has not been run, which initiates the simulation. After the prediction completes, changes to **View Energy Results** to access the results page.</td>
      <td>[Summary Results](/user-guide/results/summary-results)</td>
    </tr>

    <tr>
      <td>**2**</td>
      <td>**Favorite**</td>
      <td>Button</td>
      <td>—</td>
      <td>Toggles the prediction as a favorite for quick access and filtering.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**3**</td>
      <td>**Rename**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens a dialog to rename the current prediction.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**4**</td>
      <td>**Clone**</td>
      <td>Button</td>
      <td>—</td>
      <td>Creates a copy of the current prediction within the same project.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**5**</td>
      <td>**Export**</td>
      <td>Button</td>
      <td>—</td>
      <td>Exports the prediction data to a downloadable file format.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**6**</td>
      <td>**Change Status**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens a dialog to change the prediction status (e.g., Draft, Shared, Active).</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**7**</td>
      <td>**Delete**</td>
      <td>Button</td>
      <td>—</td>
      <td>Deletes the current prediction. This action requires confirmation.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**8**</td>
      <td>**Update** (Weather Data)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Environmental Conditions Page to configure weather file selection, soiling, spectral, albedo, and design temperatures.</td>
      <td>[Environmental Conditions](/user-guide/ui/environmental-conditions)</td>
    </tr>

    <tr>
      <td>**9**</td>
      <td>**Add** (Time Series Data)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Time Series Data configuration to add custom time series inputs such as inverter setpoint/design derate, tracker angle overrides, surface temperature, or LGIA limit.</td>
      <td>[Time Series Data](/user-guide/ui/time-series-data)</td>
    </tr>

    <tr>
      <td>**10**</td>
      <td>**Quick Edit** (PV Blocks & Arrays)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens a simplified editor for quick modifications to the PV system configuration without navigating to the full configuration page.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**11**</td>
      <td>**Update** (PV Blocks & Arrays)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Power Plant Builder to define blocks, arrays, inverters, DC fields, and transformer settings in a single-line diagram view.</td>
      <td>[Block Overview](/user-guide/ui/power-plant-builder-block)</td>
    </tr>

    <tr>
      <td>**12**</td>
      <td>**Add** (3D Scene)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the 3D Scene configuration to define row geometry, terrain, and objects for detailed shading analysis.</td>
      <td>[3D Scene Overview](/user-guide/ui/3d-scene-overview), [3D Shading](/models/shading/3d_shading_dc_field)</td>
    </tr>

    <tr>
      <td>**13**</td>
      <td>**Add** (Energy Storage System)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Energy Storage System configuration to add battery storage, inverter, and transformer specifications.</td>
      <td>[Energy Storage System](/user-guide/ui/energy-storage-system), [Energy Storage Overview](/models/energy-storage/overview)</td>
    </tr>

    <tr>
      <td>**14**</td>
      <td>**Edit** (System Details)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the System Details configuration to define substation, transmission, and interconnection settings.</td>
      <td>[System Details](/user-guide/ui/system-details), [AC System Losses](/models/ac-losses/ac_system_losses)</td>
    </tr>

    <tr>
      <td>**15**</td>
      <td>**Update** (Model Choices)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Model Choices configuration to select transposition model, degradation settings, and other simulation algorithm options.</td>
      <td>[Simulation Settings](/user-guide/ui/simulation-settings), [Transposition Overview](/models/transposition/overview)</td>
    </tr>

    <tr>
      <td>**16**</td>
      <td>**Financial Analysis**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Financial Analysis module to perform economic analysis on the prediction results. Only available after the prediction has been run.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**17**</td>
      <td>**Options** (Nodal Data)</td>
      <td>Link</td>
      <td>—</td>
      <td>Opens the Nodal Data options to configure which detailed output parameters are generated during the prediction run.</td>
      <td>[Nodal Data](/user-guide/results/nodal/intro)</td>
    </tr>

    <tr>
      <td>**18**</td>
      <td>**Change** (Prediction Logic)</td>
      <td>Link</td>
      <td>—</td>
      <td>Opens a dialog to change the prediction logic version. Different versions may include updated algorithms or bug fixes.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**19**</td>
      <td>**Change** (Prediction Notes)</td>
      <td>Link</td>
      <td>—</td>
      <td>Opens an editor to add or modify notes for the prediction. Notes are displayed on the prediction card and can include version history or change descriptions.</td>
      <td>—</td>
    </tr>
  </tbody>
</table>
