# How to Sign an Envelope (E-Ink Signature)

{% hint style="info" %}
You can sign one or more envelopes if they contain signature fields.
{% endhint %}

### E-ink (handwritten) signature

1. Create a signature.
   * Draw your signature, or pick a text signature.
   * You can also reuse a saved signature.
2. Sign all required documents.
3. Check the result notification (success or failure).

### Errors while signing

If signing fails, you’ll see:

* a message in the top-right corner, and
* a tooltip on the red icon next to the failed envelope(s)

{% hint style="warning" %}
Signing can be blocked by these checks:

1. Your active role doesn’t match the assigned role.
2. The envelope has non-signature fields assigned to your active role.
3. The signature field has no coordinates (the signer chooses placement).
4. The signature field is inside an empty dynamic table (row count not defined yet).
   {% endhint %}


---

# 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-an-envelope-e-ink-signature.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.
