# How to download reports

Downloading reports in CSV format is a convenient way to analyze your data offline. In Hivel, you can download reports from the **Cockpit Pro, Pull Request, and Settings** screens. Below are step-by-step instructions for each type of report.<br>

**Cockpit Pro reports:**

Cockpit Pro reports can be downloaded for data in the Speed, Quality, or Throughput buckets. To pull data from all buckets simultaneously, switch to tabular view and select "All." Here’s how to download a Cockpit report:

{% embed url="<https://app.storylane.io/share/vg6uueclt5yv>" %}

1. Navigate to Cockpit Pro screen.
2. Choose the relevant date range.
3. Apply filters for the desired team, repository, or projects.
4. Switch to tabular view.
5. Under the graphical/tabular option, click on the "Export to CSV" option. The file will be downloaded instantly with the columns and fields as visible in the platform.

**Pull Request reports:**

The Pull Request report includes all data available for each PR in the Pull Request screen. Here’s how to download a Pull Request report:

1. Navigate to Pull Request screen.
2. Apply filters to narrow down the relevant PRs.
3. Click on the "Export CSV" button.
4. The report will be sent to your mail.

#### **Other reports:**

**Settings -> Download Reports:**

You can download 4 kind of reports for the date range and teams that you select:

1. **Activity** - Number of Active days where the engineers had some Git activity for the selected time period.
2. **Activity (Raw)** - Detailed information on commits and PRs in various stages (merged, reviewed, opened, declined).
3. **Code Base Changes (Raw)** - Summary of codebase changes (across New Work, Rework, and Maintenance) for the selected time period for the selected teams.
4. **Commits part of PR Merged** - Details on commits that are part of PRs merged into the destination branch, including Lines of Changes, Rework, Maintenance, New Work, and other important information.
5. **Goals** - Targets and the values of the metrics based on the frequency.

These reports will be sent to your mail, please check your spam folder in case you do not receive it within a few minutes.<br>

<div data-with-frame="true"><figure><img src="/files/RWuVfpLEhmbzjgNc3Nm5" alt=""><figcaption></figcaption></figure></div>

If you encounter any issues or have further questions, feel free to contact us at <support@hivel.ai>.


---

# 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://docs.hivel.ai/using-hivel/cockpit/how-to-download-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.
