# Create a Report

Reports are generated from the saved editor data. A project has one **Open Report** action, available from the editor and from project cards when enough data is present.

## DXF reports

For DXF projects, Pesipiuma generates the PDF from:

* Processed DXF geometry.
* Optional RUL grading.
* Saved sizes, pieces, and sections.
* Piece quantities, coefficients, rounding, and notes.
* Section labels and annotation edits.
* Target weight, when enabled.

Click **Open Report** in the editor to save pending edits, refresh the PDF, and open it in the internal report viewer.

## Excel reports

For Excel projects, Pesipiuma generates the PDF from:

* Imported Excel area data.
* The selected base size.
* The report image.
* Saved label positions.
* Piece quantities, coefficients, rounding, and notes.
* Target weight, when enabled.

Excel projects need a report image before the report can be generated.

{% content-ref url="/pages/lMXLgMIS6m3k9lH91cbo" %}
[Report Image](/en/using-pesipiuma/create-a-report/upload-an-image.md)
{% endcontent-ref %}

{% content-ref url="/pages/dwRnLNLrTOzI7ambwR0Y" %}
[Place the Labels](/en/using-pesipiuma/create-a-report/place-report-labels.md)
{% endcontent-ref %}

{% hint style="info" %}
Viewers can open the latest saved report. Users with write access regenerate the report before opening it, so the PDF reflects the current saved editor data.
{% endhint %}


---

# 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://help.pesipiuma.app/en/using-pesipiuma/create-a-report.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.
