> For the complete documentation index, see [llms.txt](https://help.besmart.software/be.smart-site-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/be.smart-site-management/en-site-productivity/asset-management/sites/creating-a-new-site.md).

# Creating a new site

Create a new site by click "Create New" on the right side of the page.&#x20;

<figure><img src="/files/UO398aPiqLm1x8Ha73XE" alt=""><figcaption><p>Create New site</p></figcaption></figure>

A new dialog is opened, to fill in the necessary information for a site. It contains four separate tabs; General, parameters, machines and zones.

### General tab

General tab contains total of five fields of informations, that can be filled, from these there are three mandatory (\*) fields:

* Name\*
  * Site name
* Longitude\*
  * Estimated longitude of the project
* Latitude\*
  * Estimated latitude of the project
* Group
  * Allows you to assign users to a single site
* Description
  * Free text field to give more information about the site

<figure><img src="/files/xVa6xhBybowE8gA3k6ol" alt=""><figcaption><p>General tab, with filled information</p></figcaption></figure>

### Parameters tab

Parameters tab contains total of five fields of information, that can be filled. There are not mandatory but it is highly recommended to fill these to obtain accurate feedback about the production.

<figure><img src="/files/7HVoRbBTUvHtCheYdhRK" alt=""><figcaption><p>Parameters tab, with filled information</p></figcaption></figure>

### Machines tab

Machines tab is something that cannot be filled when creating the site. The site must be established and after that, machines can be added to it. This workflow is covered in the next page, Editing an existing site.&#x20;

### Zones tab

<mark style="background-color:blue;">Zones tab is something that is edited when creating the site. Zones must be added from zone section in the Asset Management section. This workflow is covered in the next page, Editing an existing site.</mark>&#x20;

### Next step

After all the general information is filled, click **Submit** (or create in other words) the site. If something went wrong, the site can be edited or deleted later, but it is also possible to cancel the creation at this point.

<figure><img src="/files/B9tNzdmpFXXSjrKKhKh6" alt=""><figcaption><p>New created site</p></figcaption></figure>

After clicking Submit, the new site appears on the list and it can be edited or deleted.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.besmart.software/be.smart-site-management/en-site-productivity/asset-management/sites/creating-a-new-site.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
