# How to Sign Several Envelopes at Once

{% hint style="info" %}
The steps below apply to all signature types except AES and QES.

If the selected key is AES or QES and the stamp is not, this flow still applies. The same applies in the opposite case.

If both the key and the stamp are AES or QES, use the flow in [**How to Sign Several Envelopes at Once Using AES or QES**](#how-to-sign-several-envelopes-at-once-using-aes-or-qes) below.
{% endhint %}

### Sign several envelopes at once

1. Open **Mailbox** in the left sidebar.
2. Select the envelopes you want to sign.
3. Click the key icon.

{% hint style="info" %}
The tooltip for this icon is **Sign envelopes with QES**
{% endhint %}

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

After that, the signing modal opens.

{% columns %}
{% column %}
4\. Complete the first two steps the same way as for [signing a single envelope](/user/sign-and-download-envelopes/how-to-sign-an-envelope-qualified-electronic-signature.md).
5\. On the third step, review the list of envelopes to sign.
6\. Click **the** <img src="/files/OeSmgKRZYLDOV4aLAPdi" alt="" data-size="line"> button and wait for the signing process to finish.

{% hint style="info" %}
You can click any envelope in the list to view its content in a new window
{% endhint %}
{% endcolumn %}

{% column %}

<figure><img src="/files/wmR4AnNUvXHqiGX1OysY" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
7\. Review the progress bar while the envelopes are being signed and review the signing results itself.

{% hint style="warning" %}
If an envelope fails to sign, you will see an error icon. Hover over it to view the cause.
{% endhint %}
{% endcolumn %}

{% column %}

<figure><img src="/files/xxY4Spzrhdc6LlvfbvGg" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### How to Sign Several Envelopes at Once Using AES or QES

Use the same flow from the previous section up to the signing step.

{% columns %}
{% column %}

1. Read the key and continue to signing.
2. Review the progress bar with information about processed envelopes.
   {% endcolumn %}

{% column %}

<figure><img src="/files/W9TpfwRn06aOG7k69Am2" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
**Processed envelopes** does not always mean successfully signed envelopes.

It means only that processing is complete. The envelope may be signed successfully or skipped because of an error.
{% endhint %}

{% columns %}
{% column %}
3\. When processing finishes, review the signing results modal.
4\. If needed, download the report with all processed envelopes.
{% endcolumn %}

{% column %}

<figure><img src="/files/L9MnvjGw2ZvhaXp7gNCp" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Report contents:

The report is an `.xlsx` file which includes:

* Envelope subject
* Envelope UUID
* Envelope link
* Envelope signing status
* Envelope signing error

If the envelope is signed successfully, the error field is empty.


---

# 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://support.docstudio.com/user/sign-and-download-envelopes/how-to-sign-several-envelopes-at-once.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.
