# Reports

The **Reports** section is available within the **Project View** and provides comprehensive insights into deployment activities. It includes two key reports:

* **Deployment Reports**
* **Task Reports**

These reports help teams monitor deployment progress, validate successful deployments, and maintain traceability across environments.

### Deployment Report

The **Deployment Report** offers detailed visibility into the deployment status of user stories, Transports, CPI  within a selected project.

**How to Generate the Report:**

1. Navigate to the **Reports** section in the **Project View**.
2. Click on the type of the user story that you want to do.

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

3. Select the following parameters:

* **From Date**
* **End Date**
* **Environment**
* **Target System**

4. Click **GO** to generate the report.

<figure><img src="/files/9KmAvWcCQolb1P9ixZ98" alt=""><figcaption></figcaption></figure>

**Report Details:**

The generated report displays:

* User Story identifiers
* Deployment date and time
* Environment and Target System details
* Deployment status

This report helps teams track user story deployments and confirm successful completion. You can also **export the report in PDF or Excel format**.

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

### Tasks

The Task Report provides an overview of all the **tasks related to User Stories, Transports, and CPI artifacts**.&#x20;

**How to Generate the Report:**

1. Go to the **Reports** section in the **Project View**.
2. Click on **Task Reports** &#x20;

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

3. Select the following parameters:

* **From Date**
* **End Date**

4. Click **GO** to generate the report. It provides details of releasepipeline, tasksource, assigne and action.&#x20;

<figure><img src="/files/9hFsl5WLhPN3qyu6P7OS" alt=""><figcaption></figcaption></figure>


---

# 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://releaseowl.gitbook.io/releaseowl-docs/releaseowl-user-guide/reports.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.
