# Using JasperReports

## Introduction

Soffid provides an addon to execute a custom Jaspersoft report designer. Configure a new Soffid data adapter will be mandatory with the proper data to connect to Soffid console, it will not be necessary to configure the database connection.

Then you can use your custom Jasper report designer, it will be in charge to make REST requests to the Soffid console, and Soffid console will make the requests to the database.

<span style="color: #222222; font-size: 2.8275em; font-weight: 400;">Steps</span>

Once you have installed the Reporting add-on you must follow the following steps:

<span style="color: #a6d100; font-weight: bold; font-size: 18px;">1.</span> Download the Report designer from the Soffid download page.

You could donwload in the following link [http://www.soffid.com/download/enterprise/](http://www.soffid.com/download/enterprise/) if you have Soffid user with authorization, or in the following [http://download.soffid.com/download/](http://download.soffid.com/download/) by registering.

<span style="color: #a6d100; font-weight: bold; font-size: 18px;">2.</span> Open the custom Jaspersoft report designer.

```shell
root@soffid:/home/user/Descargas/jaspersoftstudio# ./Jaspersoft\ Studio
```

<span style="color: #a6d100; font-weight: bold; font-size: 18px;">3.</span> Add a new Soffid Data Adapter

- **Name**: data adapter name.
- **Soffid console URL**: your Soffid console URL.
- **User Name**: user to connect to Soffid Console.
- **Password**: password to connect with the user to Soffid Console.

[![image-1651765772922.png](https://bookstack.soffid.com/uploads/images/gallery/2022-05/scaled-1680-/image-1651765772922.png)](https://bookstack.soffid.com/uploads/images/gallery/2022-05/image-1651765772922.png)

<span style="color: #a6d100; font-weight: bold; font-size: 18px;">4.</span> Design your report or open an existing one.

<p class="callout info">The data model documentation, including [E-R diagrams is here](http://www.soffid.org/doc/console/latest/uml/entities.html).</p>

<span style="color: #a6d100; font-weight: bold; font-size: 18px;">5.</span> Upload your report to Soffid Console.

<span style="color: #a6d100; font-weight: bold; font-size: 18px;">6.</span> Execute or schedule it!!!