# Customize Reports and Templates

### Report List

When you click on the "Reports" tab from the navigation bar, you access the Report List screen that shows all your existing reports. On this screen:

* You can search and filter reports
* You can sort reports alphabetically
* You can see information about report name, template, test count, creation date, and status
* You can create a new report with the "Create Report" button

<figure><img src="/files/o1PQ9LTSvqAqeSNpXLfl" alt=""><figcaption></figcaption></figure>

### Creating a Report

There are three methods to create a new report:

#### 1. Using an Existing Template

* Select the "Use Existing Template" option
* Select the template you want from the dropdown menu
* Enter the report name
* Click the "Create Report" button

<figure><img src="/files/qiYNlTBY291J1u6ewCjN" alt="" width="563"><figcaption></figcaption></figure>

#### 2. Creating a New Template

* Select the "Create New Template" option
* Click the "Configure Template" button
* Enter template name and description
* Determine test selection criteria:
  * Select project and test
  * Determine run type (Last Run, Best Run, Specific Run)
  * Add tests with the "Add Selected Test" button
* Select the metric components you want (Overview Chart, Overview Data, Assertions & Errors are selected by default)
* Save the template by clicking the "Create Template" button
* Create the report using the template

<figure><img src="/files/udteUoG76vvmq12avreY" alt="" width="498"><figcaption></figcaption></figure>

#### 3. Creating a Customized Report

* Select the "Create Custom Report" option
* Enter the report name
* Directly select the tests you want:
  * Select project and test
  * Determine run type (Last Run, Best Run, Specific Run)
  * Add tests with the "Add Selected Test" button
  * Or quickly add all tests with the "Last Runs" or "Best Runs" option from the "Quick Add from tests" section
* Select metric components
* Click the "Create Report" button

<figure><img src="/files/96I37ZDo1XKlMs4Fuv03" alt="" width="482"><figcaption></figcaption></figure>

### Template Management

Templates allow you to save and reuse frequently used report formats:

* Click on the "Reports" tab from the navigation bar
* Switch to the "Templates" tab
* View and manage existing templates
* Create a new template with the "Create Template" button
* Quickly create a report using the template with the "Create Report" button on the template card

<figure><img src="/files/GdtZjw0syeMLEUnA9Ntw" alt=""><figcaption></figcaption></figure>

### Report Details and Sharing

When you click on a created report, you reach the detail page:

* View test results and measurements
* Access detailed information about the Apton score and test performance
* See critical information such as test start time, running time, end time, and success rate
* Examine technical details such as test type, iteration, network type, and other details
* Download the report as PDF
* Share the report with your teammates using the "Share" button

<figure><img src="/files/8y4Z9ibiBHYoaVHZduee" alt=""><figcaption></figcaption></figure>

### Tips

* Templates save time for regularly reporting similar tests.
* Use "Create Custom Report" for special analysis.
* You can quickly add all tests with the "Quick Add" feature.
* Use the "drag to reorder" feature to organize the test list.
* Analyze different runs of the same test to compare possible metrics affecting report performance.


---

# 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://loadmance.gitbook.io/loadmance/documentation/customize-reports-and-templates.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.
