> For the complete documentation index, see [llms.txt](https://move-solutions.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://move-solutions.gitbook.io/untitled/getting-started/how-to-set-up-a-project.md).

# How to set up a project?

**Guide to configuring the monitoring project on MyMove**

Configuring your monitoring project is essential as it ensures that monitoring information, sensor placement, and unit of measurement preferences are aligned with your facility's specific needs.

{% hint style="info" %}
Learn more about [**General Settings page**](/untitled/mymove-manual/settings/general-settings.md).
{% endhint %}

***

## Project Setup in General Settings

The General Settings page provides a space for users to customize and manage project-specific configurations. This page is divided into two main sections:

### **System Preferences**

1. **Units of Measurement**: Choose preferred units for various metric types to ensure the information is displayed in a format that suits the project.

Apply these preferences universally across all dashboards and visualizations for a consistent and user-defined view of monitoring data.

<figure><img src="/files/mhfAWe3FVzv5F9vEWk78" alt=""><figcaption><p>General settings - System preferences</p></figcaption></figure>

### **Device Visualization**

1. **Upload Structure image**: Enhance spatial understanding by uploading images of the monitored structure, such as photos, technical drawings, or schematics.
2. **Place sensor icons**: Position sensor icons on the uploaded image to provide a clear visual representation of sensor locations.

This feature is particularly useful for large or intricate structures like bridges or buildings, facilitating easier data reference and navigation. The configured image and sensor placement will be visible on several key pages, including the Dashboard, Data Explorer, and Devices pages.

<figure><img src="/files/z1zlpLMG5AU2mS626OfU" alt=""><figcaption><p>General settings - Device visualization</p></figcaption></figure>


---

# 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://move-solutions.gitbook.io/untitled/getting-started/how-to-set-up-a-project.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.
