> 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/getting-started/project-set-up-in-site-management/site-management-project-configuration.md).

# Site Management - Project configuration

Project configuration is the way of improving the already good user experience. Add wanted map layers, select default files, any many others.&#x20;

{% hint style="info" %}
The minimum information that is needed is the coordinate reference system.&#x20;
{% endhint %}

Project configuration can be done by anyone in the project, but project admins control the basic user experience for all the project users. There can be multiple configuration files, meaning that different groups or even users have their own way of looking at the project.

<figure><img src="/files/e2M6DPE7pyx3NUDlPBvV" alt=""><figcaption><p>Project configuration</p></figcaption></figure>

Project configuration can be found from the Project Settings -menu. Clicking "Project configuration" -button opens a new dialog. If the project contains an old mapext.config -file, it will be used to create the new configuration (settings that have been defined there will be used). In the first dialog Site Management prompts whether to delete or store the old configuration file.&#x20;

If the project doesn't have a configuration to begin with, the first dialog will be skipped. The second dialog lists all the available configurations for the project.&#x20;

<figure><img src="/files/s38R86LNTZn2ENtMOFhY" alt=""><figcaption><p>Project configuration main page</p></figcaption></figure>

It is up to the user to decide what needs to be defined for the project. It is recommended to add at least the project coordinate system and project boundary. The following pages will cover each setting of the project configuration.&#x20;

{% hint style="info" %}
Project configuration can be edited at any point during project. If more maps are needed or new default files are to be added, project configuration can be edited.&#x20;
{% endhint %}


---

# 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/getting-started/project-set-up-in-site-management/site-management-project-configuration.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.
