# Overview

ARKSSPR is a self service password reset solution.&#x20;

## What's New in 2.0.75 Version

* Blacklists are now available for download.
* A new endpoint has been added to the external API for password history checks.
* The "Last Password Reset Set" feature has been added. The daily password reset limit defined in the AD policy will now be retrieved by the SSPR application and applied accordingly for the user.

## What's New in 2.0.72 Version

* Regex Template creation added.
* Support for international phone numbers has been provided.
* Delegation role problem has been fixed.
* Phone Number formats have been transferred to JSON.

## What's New in 2.0.70 Version

* Spelling errors have been fixed,
* The problem of being able to go to a role-based URL by entering a URL that should not be entered has been fixed,
* The problem with delegation authorization has been fixed,
* The problem of the user not being able to get role permissions from the authority given to the group where the domain name is in 3 parts has been fixed,
* The error in logging in with UPN has been fixed,
* Corrections have been made in the mobile view,
* Minor bugfix in Blacklist feature,
* Blacklist Regex feature has been added,
* A control arrangement has been added regarding the 00 expression used in phone numbers,
* Enter has been processed and displayed in the Password Reset and Change Information Message section,


---

# 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/overview.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.
