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

# Project Library

> Browse, search, create, and manage projects for your organization

The Project Library is the central repository for all projects in your organization. Access this page by clicking **Projects** in the [Sidebar Navigation](/user-guide/ui/ui-overview).

<Frame caption="Project Library">
  <img src="https://mintcdn.com/terabaseenergy/qtUVo4o6CXqCPw6h/images/project-library-ui.png?fit=max&auto=format&n=qtUVo4o6CXqCPw6h&q=85&s=8c7d616e0cb11b2ca613087b8ca82a72" alt="Project Library" width="2048" height="1009" data-path="images/project-library-ui.png" />
</Frame>

## Overview

The Project Library displays all projects accessible to you, including:

* **My Projects** — Projects you have created or own
* **Shared Projects** — Projects shared by other users in your organization

Each project card displays key location information:

* **Latitude** — Project latitude coordinate
* **Longitude** — Project longitude coordinate
* **Time Zone** — UTC offset for the project location
* **Locality** — City or locality name
* **Country** — Country where the project is located

***

## 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>**Search**</td>
      <td>Text Field</td>
      <td>—</td>
      <td>Search for projects by name, latitude, longitude, state, region, ID, or other attributes. Filter toggles allow filtering by ownership (e.g., My Projects) and status (e.g., Active, Draft, Retired).</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**2**</td>
      <td>**Import Project**</td>
      <td>Button</td>
      <td>—</td>
      <td>Import a project from an exported project file. Use this to restore projects or transfer projects between PlantPredict accounts.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**3**</td>
      <td>**Create New Project**</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens the Create New Project page where you define the project name, location, and initial settings.</td>
      <td>[Create New Project](/user-guide/ui/create-new-project)</td>
    </tr>

    <tr>
      <td>**4**</td>
      <td>**Switch to Map View**</td>
      <td>Button</td>
      <td>—</td>
      <td>Toggles between list view and map view. Map view displays project locations geographically, allowing you to visually browse projects by region.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**5**</td>
      <td>**Project Card**</td>
      <td>Interactive</td>
      <td>—</td>
      <td>Click on a project card to open the project and view its predictions. Each card displays the project name, status, and location details.</td>
      <td>[Predictions Library](/user-guide/ui/predictions)</td>
    </tr>

    <tr>
      <td>**6**</td>
      <td>**Map** (per project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Opens a map view showing the geographic location of the selected project.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**7**</td>
      <td>**Rename** (per project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Rename the project. Opens a dialog to enter a new project name.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**8**</td>
      <td>**Clone** (per project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Create a copy of the project including all predictions and settings. Useful for creating variations or backups of existing projects.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**9**</td>
      <td>**Export** (per project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Export the project to a file. The exported file can be imported into another PlantPredict account or used as a backup.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**10**</td>
      <td>**Change Status** (per project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Change the status of the project. Available statuses: **Draft Private** (visible only to creator), **Draft Shared** (visible to company), **Active** (approved for use), **Retired** (archived).</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**11**</td>
      <td>**Delete** (per project)</td>
      <td>Button</td>
      <td>—</td>
      <td>Permanently delete the project and all associated predictions. This action cannot be undone.</td>
      <td>—</td>
    </tr>
  </tbody>
</table>

***

## Project Statuses

| Status            | Description                                                                      |
| ----------------- | -------------------------------------------------------------------------------- |
| **Draft Private** | Visible only to the creator. Use for work-in-progress projects.                  |
| **Draft Shared**  | Visible to all users in your company. Use for projects under review.             |
| **Active**        | Approved and finalized. Visible to all company users.                            |
| **Retired**       | Archived and no longer actively used. Still accessible for historical reference. |

<Note>
  Unlike component libraries (Weather, Inverters, Modules), projects do not have Global status. Projects are always scoped to your organization.
</Note>
