> ## 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.

# Predictions Library

> Manage predictions within a project and perform project-level actions

The Predictions Library serves as the project dashboard where you can create, manage, and access all predictions within a single project. You can also perform project-level actions such as renaming, cloning, or changing the project status from this page.

<Frame caption="Predictions Management Page">
  <img src="https://mintcdn.com/terabaseenergy/XPdouCP6WrTD1cEb/images/predictions-ui.png?fit=max&auto=format&n=XPdouCP6WrTD1cEb&q=85&s=41965c0c0a5b66ea737135ec057cd1fb" alt="Predictions Management Page" width="2048" height="1271" data-path="images/predictions-ui.png" />
</Frame>

## Overview

The Predictions page is organized into three main sections:

1. **Project Header** — Displays the project name, status, location details (latitude, longitude, elevation, time zone, locality, country, region), and provides project-level action buttons.
2. **Predictions Toolbar** — Contains buttons to import or create new predictions, delete multiple predictions, change multiple statuses, and search/filter the predictions list.
3. **Predictions List** — Displays all predictions within the project with summary information (MWdc, MWac, DC:AC ratio, mounting type, GCR%) and individual prediction action buttons.

***

## 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>**Rename**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens a dialog to rename the current project.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**2**</td>
      <td>**Clone** (Project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Creates a copy of the entire project, including all predictions and configurations.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**3**</td>
      <td>**Export** (Project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Exports the project data to a downloadable file format.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**4**</td>
      <td>**Change Status** (Project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens a dialog to change the project status (e.g., Draft, Active, Archived).</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**5**</td>
      <td>**Delete** (Project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Deletes the entire project and all associated predictions. This action requires confirmation.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**6**</td>
      <td>**Import Prediction**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the import dialog to import a prediction from an external file into the current project.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**7**</td>
      <td>**Create New Prediction**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the prediction creation wizard to define a new prediction within the current project.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**8**</td>
      <td>**Delete Multiple Predictions**</td>
      <td>Button</td>
      <td>—</td>
      <td>Enables multi-select mode to delete multiple predictions at once.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**9**</td>
      <td>**Change Multiple Statuses**</td>
      <td>Button</td>
      <td>—</td>
      <td>Enables multi-select mode to change the status of multiple predictions at once.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**10**</td>
      <td>**Search**</td>
      <td>Search Field</td>
      <td>—</td>
      <td>Filters the predictions list by name, latitude, longitude, state, region, or other attributes. Use the filter icon to access advanced filtering options.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**11**</td>
      <td>**View Energy Results**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the prediction results page to view energy production estimates, loss tree, and detailed outputs. Only available for predictions that have been run.</td>
      <td>[Summary Results](/user-guide/results/summary-results)</td>
    </tr>

    <tr>
      <td>**12**</td>
      <td>**Clone** (Prediction)</td>
      <td>Button</td>
      <td>—</td>
      <td>Creates a copy of the selected prediction within the same project.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**13**</td>
      <td>**Export** (Prediction)</td>
      <td>Button</td>
      <td>—</td>
      <td>Exports the selected prediction data to a downloadable file format.</td>
      <td>—</td>
    </tr>

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

    <tr>
      <td>**15**</td>
      <td>**Delete** (Prediction)</td>
      <td>Button</td>
      <td>—</td>
      <td>Deletes the selected prediction. This action requires confirmation.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**16**</td>
      <td>**Prediction Name**</td>
      <td>Link</td>
      <td>—</td>
      <td>Click the prediction name to open and edit the prediction configuration.</td>
      <td>[Prediction Overview](/user-guide/ui/prediction-overview)</td>
    </tr>

    <tr>
      <td>**17**</td>
      <td>**More**</td>
      <td>Button</td>
      <td>—</td>
      <td>Expands the prediction card to show additional details and metadata.</td>
      <td>—</td>
    </tr>
  </tbody>
</table>
