> 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-create-a-report.md).

# How to create a Report?

#### Guide to Creating Your First Template and Downloading a Report in MyMove

This step-by-step guide will help you create your first report template on the MyMove platform and show you how to generate and download a report based on that template.

The Reports section in MyMove allows you to generate and download structured summaries of sensor data in PDF format. Reports can be created manually or scheduled to be sent automatically at custom intervals.

{% hint style="info" %}
Learn more about the [**Reports page**](/untitled/mymove-manual/reports.md).
{% endhint %}

***

**Create the Template**

* Step 1: Navigate to the Reports page.
* Step 2: Click on "Create New Template".
* Step 3: Enter a name for the template, e.g., "Bridge Monitoring".

**Customize the Report Cover**

* Step 4: In the General Info section, customize the cover by filling in the following:
  * Report Title: Name your report.
  * Project Name: Specify the monitoring project name.
  * Description: Add a brief description of the report.
  * Image/Logo: Upload your company logo and a relevant project image.
  * Name & Role: Enter your name and role, or the person responsible for the report.

<figure><img src="/files/fiwRZkkg4jGJDqFoOkUf" alt=""><figcaption><p>Create a Template - General info</p></figcaption></figure>

**Add Content to the Template**

* Step 5: In the Contents section, choose the type of content you want to add:
  * **Image**: Select "Image content" to upload relevant images (e.g., photos of the monitoring site).
  * **Text**: Add descriptive text by choosing "Text content". This can include titles, project descriptions, or data comments.
  * **Chart**: Choose "Chart content" to create a custom chart (similar to Analytics). Select the sensor data you want to display (e.g., inclination, vibrations) and customize the chart.

<figure><img src="/files/3uRa1EYsRJPOo1IZLI45" alt=""><figcaption><p>Add a content</p></figcaption></figure>

**Create and customize a Chart**

* Step 6: Through the same chart configurator used in the Analytics tool, create a chart content.
* Step 7: Decide between different heights for the chart to change the amount of contents that will fit in a report page.

**Set the Time Range for Charts**

* Step 8: For each chart, configure the time range:
  * **Global**: Use the overall report time range.
  * **Locked Data Range**: If a specific chart should have a fixed time range, enable the "Locked data range" switch and set a custom range:
    * **Custom date range**: Select a specific time period.
    * **Suggested data range:** Configure a relative time period for the chart that updates dynamically.
    * **Since Date**: Show data from a specific date until today.
    * **Last N Days**: Display data for the last N days dynamically.

<figure><img src="/files/0cCcwRDzNOMOOlBcwoO1" alt=""><figcaption><p>Chart content - Locked data range</p></figcaption></figure>

**Customize the Template**

* Step 9: Customize the template further:
  * Choose whether to display the company logo in the header of each report page.
  * Add a footer to each page and decide whether to include page numbers.

**Save the Template**

* Step 10: Once customization is complete, click "Save Template". Your template will now be available for future use.

***

## **Generating and downloading a Report from the Template**

**Select the Template**

* Step 1: Go back to the **Reports** page and clic "**Download**" the template you just created from the list.

<figure><img src="/files/QgbsiPFp6tswT4T5K5tj" alt=""><figcaption><p>Report page - Your templates gallery</p></figcaption></figure>

**Set the global Report data range**

* Step 2: Before downloading the report, **choose the time range** that will apply to all dynamic charts that are not locked. The platform will update the charts with data for the selected period.

**Download the Report as a PDF**

* Step 3: Click **"Download Report"** to save the report as a **PDF**. The file will be ready for sharing with colleagues, clients, or other stakeholders.

<figure><img src="/files/Pap2gH8T9giZAy0m2zgd" alt=""><figcaption><p>Download Report</p></figcaption></figure>

***

### **Final Notes**

* Whenever you need an updated report, you can reuse the template by selecting a new time range.
* You can create multiple templates for different projects and customize each report based on the project's specific needs.


---

# 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-create-a-report.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.
