# Varbase Reports

Provides a list of statistical reports. Targeted about users, content, blocks. And be able to export data.

Varbase KPIs Users Reports - Registered users report

Varbase KPIs Content Reports - Created content report

## Varbase Reports Module

{% hint style="info" %}
Varbase reports features are bundled through the **Varbase Reports** module.\
GitHub: <https://github.com/Vardot/varbase_reports>\
Drupal.org: <https://www.drupal.org/project/varbase_reports>

After building a project using the `varbase-project` template.

**Install with Composer:** `$ composer require 'drupal/varbase_reports:~10'`\
[Using Composer to manage Drupal site dependencies](https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies)

The code of the **Varbase Reports** module will be located in:
{% endhint %}

```
project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_reports
```

Brings in the following core and contributed modules to your site:

| Module                                                                              | Purpose                                                                                                                       |
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>User</strong></p><p><em>(in Drupal core)</em></p>                        | Manages the user registration and login system.                                                                               |
| <p><strong>Node</strong></p><p><em>(in Drupal core)</em></p>                        | Allows content to be submitted to the site and displayed on pages.                                                            |
| <p><strong>Views</strong></p><p><em>(in Drupal core)</em></p>                       | Create customized lists and queries from your database.                                                                       |
| [**Better Exposed Filters**](https://www.drupal.org/project/better_exposed_filters) | Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.                               |
| [**Views Date Format SQL**](https://www.drupal.org/project/views_date_format_sql)   | Allows to format date fields using SQL. This enables group aggregation. (Needs 'Date Views' to work with Date-module fields.) |
| [**CSV Serialization**](https://www.drupal.org/project/csv_serialization)           | Provides CSV as a serialization format.                                                                                       |
| [**Views data export**](https://www.drupal.org/project/views_data_export)           | Plugin to export views data into various file formats.                                                                        |

<figure><img src="/files/yDms0h7hjg0slp4kWL8K" alt=""><figcaption><p>Navigate to <strong>Reports \ Varbase Reports</strong></p></figcaption></figure>

<figure><img src="/files/mN1D9YlCRsDmU5evtnDZ" alt=""><figcaption><p><strong>The Varbase Reports Page</strong></p></figcaption></figure>

<figure><img src="/files/jQb8P1JYchZ8FlC2nuLJ" alt=""><figcaption><p><strong>The Registered Users Report Page</strong></p></figcaption></figure>

<figure><img src="/files/pxutLd5ITBibeXembwYO" alt=""><figcaption><p><strong>The Created Content Report Page</strong></p></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://docs.varbase.vardot.com/10.1.x/developers/understanding-varbase/external-components/varbase-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.
