> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/administrator-settings/admin-settings/signature-failover.md).

# Signature Failover

### Overview

Signature Failover allows administrators to configure alternate signing methods that are automatically used when the primary signing method fails or becomes unavailable. This ensures uninterrupted signing and higher completion rates.

***

### Accessing Signature Failover

From the **Dashboard → Settings → Manage Signature Failover**

<figure><img src="/files/roJQ2eXT16gOzmYj7AR0" alt=""><figcaption></figcaption></figure>

***

### Manage Signature Failover

This screen displays all configured failover profiles and allows administrators to create, edit, or delete profiles.

#### Available Actions

* **Add New** – Create a new failover profile
* **Edit** – Modify an existing profile
* **Delete** – Remove a profile
* **Search / Clear** – Filter profiles by name

Each profile shows:

* Profile Name
* Created By
* Created Date

<figure><img src="/files/IZfCtL67bNk9Ms3FPBXj" alt=""><figcaption></figcaption></figure>

***

### Creating or Editing a Failover Profile

#### Profile Name

A mandatory name used to identify the failover configuration.

***

#### Aadhaar Options

Enable the Aadhaar authentication methods that can be used during failover:

* OTP
* Biometric
* IRIS
* Face Capture

Only enabled options are considered during signing.

***

#### Signature Type Configuration

Administrators define the failover logic by configuring:

| Field              | Description                         |
| ------------------ | ----------------------------------- |
| **Signature Type** | Available signing methods           |
| **Retry Attempts** | Number of attempts before failover  |
| **Order**          | Priority in which methods are tried |

Supported signature methods include Digital Signature, eSignature, Aadhaar eSign variants, eMudhra KYC eSign, and Qualified Signature (eIDAS).

<figure><img src="/files/v7mK1eYjwh8CystXXX9D" alt=""><figcaption></figcaption></figure>

***

### Failover Behavior

* Signing starts with the lowest order value
* If the configured retry attempts fail, emSigner automatically switches to the next method
* The process continues until signing is successful or all methods are exhausted


---

# 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://support.emsigner.com/administrator-settings/admin-settings/signature-failover.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.
