# Reports

Transactions made through ARKSSPR are recorded in the database. All reports can be filtered according to the data they contain. Additionally, the generated report can be exported in PDF, XLS and DOC formats. If [E-Mail settings](/master/administration/settings/general-settings/e-mail-settings.md) have been made, the reports produced can be exported in PDF format and sent to the desired e-mail address.

The reports that can be received within the ARKSSPR are as follows.

### Login Report

ARKSSPR login procedures are shown. The logged in user, domain, 2FA method and transaction date can be reported.

### Password Change

It is used for password change operations made via ARKSSPR.

### Password Reset

It is used for password reset operations made via ARKSSPR.

### Unlock Account

It is used to unlock accounts via ARKSSPR.

### General SSPR Report

It is a detailed report that shows all activities carried out on ARKSSPR.


---

# 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.arksspr.com/master/administration/report-management/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.
