# Adding a new project

Follow these steps to create a new project and link a controller to the Voltmasters EMS platform.

#### 1. On the homescreen click on the 'Add new project' - button.&#x20;

#### 2. Enter Project Information

Fill in the basic details of the installation site:

* **Project name**\
  Enter a clear and unique name for the project (e.g. *Company HQ – Battery System*).
* **Street**\
  Street name of the installation address.
* **City**\
  City where the system is installed.
* **Postal code**\
  Postal or ZIP code of the location.
* **Country**\
  Select the country from the dropdown list.

#### 3. Configure Grid Capacity Limits

These values define the technical limits of the grid connection and are critical for EMS operation.

* **Grid import capacity limit (kW)**\
  Enter the maximum power that may be imported from the grid.\
  This value is used for load limiting and peak shaving.
* **Grid export capacity limit (kW)**\
  Enter the maximum power that may be exported to the grid.\
  This is important for export limitation and PV curtailment.

> 💡 Tip: These limits should match the contractual or physical grid connection limits. Be sure to verify this in advance.

#### 4. Link the Controller

* **Controller ID**\
  Enter the unique Controller ID of the EMS controller installed on-site.

  * Make sure the controller is powered on and connected to the internet.
  * The Controller ID can be found on the device label.

<figure><img src="/files/aNRdCEjz0uhZVHtr5w9Y" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.voltmasters.io/documentation/getting-started/adding-a-new-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
