> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/exploring-apps/working-with-forms/applying-digital-signatures.md).

# Applying Digital Signatures

Authenticate actions using digital signatures.

Some workflows require **electronic approval or signature**. To verify your identity, the system sends a one-time code to your registered email address.

***

#### <i class="fa-signature">:signature:</i>  Completing a Digital Signature

1. Select the action that requires a signature (e.g., **Approve**, **Sign**, **Submit**).
   * The **Approval Authentication** modal opens.
2. Check your registered email address for the 6-digit verification code.
3. In the **Approval Authentication** modal, enter the code using the six input fields.
   * Enter each digit individually, or
   * Paste the full code to automatically populate all fields
4. Click **Submit** to confirm.
   * If the code is valid, the system completes the requested action and displays a confirmation message.
   * The signature can be accessed later via a PDF version of the form.

     → See: [Generating Templates](/interfacing-help-files/end-users/exploring-apps/working-with-forms/generating-templates.md)

{% hint style="danger" %}

#### Handling Common Issues

* **Incorrect Code**
  * **Message:** “Invalid code. Please try again.”
  * **Action:** Re-enter the correct verification code.
* **Expired Code**
  * **Message:** “Code expired. Request a new one.*”*
  * **Action:** Select **Resend Code** to receive a new code by email.
* **Canceling the Action**
  * **Action:** Select **Cancel** to close the modal without completing the action.
    {% endhint %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/exploring-apps/working-with-forms/applying-digital-signatures.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.
