> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/release-notes/release-notes/vault-release-notes/vault-release-notes-22.0.md).

# AutoRABIT Vault Release Notes 22.0

## AutoRABIT Vault 22.2 Release Notes <a href="#vault-222" id="vault-222"></a>

#### What's New <a href="#whats-new1" id="whats-new1"></a>

**Support for Serial Backups**

With this release, we have added the flexibility to enable your backup configs to run in serial mode. This prevents overlap of backups triggered under the same config and helps reduce redundant data storage caused due to overlapping backups.

[Read more →](/product-guides/vault/vault-features/backup/schedule-a-vault-backup.md)

**Access restriction through SSO for non-registered users**

We’ve added the capability to AutoRABIT Vault administrator to prevent the auto-creation of new users in AutoRABIT Vault from SSO ID providers like OKTA and Microsoft Azure AD.

[Read more →](/product-guides/vault/configuring-vault/sso-configuration/sso-for-okta.md)

**Notifications for Restore/Replicate operations**

With this release, we have enhanced the capability of how users get notified once an operation is performed inside AutoRABIT Vault. You will now have a field to add multiple recipients who should receive notifications whenever the action is performed. The currently logged-in recipient will automatically be enabled to receive the notifications.

[Read more →](/product-guides/vault/vault-features/restore/restoring-the-metadata-data-to-the-salesforce-org.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/release-notes/release-notes/vault-release-notes/vault-release-notes-22.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
