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

# Create New Project

> Define a new project with a name and geographic location

The Create New Project page allows you to define a new project by specifying a project name and geographic location. The location determines which weather files are available and is used for solar position calculations.

<Frame caption="Create New Project UI">
  <img src="https://mintcdn.com/terabaseenergy/Y20P5moyNXxT5Hye/images/create-new-project-ui.png?fit=max&auto=format&n=Y20P5moyNXxT5Hye&q=85&s=59e21ac97db6fe60de937f8954d54fb8" alt="Create New Project UI" width="2048" height="1258" data-path="images/create-new-project-ui.png" />
</Frame>

## Overview

The Create New Project page is organized into two main areas:

1. **Project Header** — Enter the project name and specify the geographic location using either a location search or direct latitude/longitude coordinates.
2. **Interactive Map** — Visual map interface for selecting or verifying the project location. Supports both Map and Satellite views.

***

## 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>**Project Name**</td>
      <td>Text Field</td>
      <td>—</td>
      <td>Enter a descriptive name for the project. This name will be used to identify the project throughout PlantPredict.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**2**</td>
      <td>**Pick Project Location**</td>
      <td>Search Field</td>
      <td>—</td>
      <td>Search for a location by entering a city, address, or landmark. The search uses Google Maps to find and geocode the location, automatically populating the Latitude and Longitude fields.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**3**</td>
      <td>**Latitude**</td>
      <td>Text Field</td>
      <td>degrees</td>
      <td>The latitude coordinate of the project location. Positive values indicate North, negative values indicate South. Can be entered manually or populated via location search or map click.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**4**</td>
      <td>**Longitude**</td>
      <td>Text Field</td>
      <td>degrees</td>
      <td>The longitude coordinate of the project location. Positive values indicate East, negative values indicate West. Can be entered manually or populated via location search or map click.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**5**</td>
      <td>**Map / Satellite**</td>
      <td>Toggle</td>
      <td>—</td>
      <td>Switch between Map view (street/terrain) and Satellite view (aerial imagery) for the interactive map.</td>
      <td>—</td>
    </tr>

    <tr>
      <td>**6**</td>
      <td>**Save New Project**</td>
      <td>Button</td>
      <td>—</td>
      <td>Saves the project with the specified name and location. The project will be created and you will be redirected to the project dashboard.</td>
      <td>[Predictions Library](/user-guide/ui/predictions)</td>
    </tr>
  </tbody>
</table>

***

## Saving Changes

Click **Save New Project** (6) to create the project with the specified name and location. Click the **X** button to cancel and discard the new project.
