# Signing Guide

## Description

UAEPASS offers API and a process for performing the PDF document signing.&#x20;

On a high level this operation is requested by a document signature portal or application (mobile/web) by entity (or user itself) on behalf of a user who logs in to the portal or application after authenticating in UAEPASS and completes the signing process.

### Eligibility of Digital Signature Feature Based on User Account Types

* **SOP1: Basic Unverified Account**

User account is unverified, only email Id and mobile number are verified. User does not have access to digital signature and data/document sharing capability of UAE PASS.

* **SOP2: Verified Account from Smart Pass / Dubai ID**

User account is verified. User digital signature is advanced level, and user can use digital signing feature only if advanced level signing is allowed through the implementation.

* **SOP3: Verified Account**

User account is verified. User digital signature is qualified level and has access to digital signing feature.

## Pre-Requisites

* <mark style="color:green;">**Using UAE PASS Authentication before prompting users to Sign documents with UAE PASS is mandatory to verify if the same user logged in is signing the document.**</mark>

## &#x20;**Steps of Document Signing:**&#x20;

{% content-ref url="/pages/-Mk5YUO713RPLdQ7Bvqr" %}
[1. Token](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/1.-obtaining-the-token-for-accessing-the-signature-operations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk5eEv2riY6DcEFOJyj" %}
[2. Create Signer Process](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/2.-creating-the-document-signature-process.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk5tQq8a\_E4O2P8i15e" %}
[3. Sign Document](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/3.-executing-the-document-signature-process.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk61KGjF2ThHSCLDb-5" %}
[4. Obtaining Document](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/4.-obtaining-the-signed-document.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk6ZKB97qApw\_DS0eTM" %}
[5. LTV Configuration](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/ltv-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk62PZIqmXOd3P2mz1h" %}
[6. Deleting Document](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/5.-deleting-the-document-signature-process.md)
{% endcontent-ref %}

## Sample Successful Digital signature printed in the pdf document

<div align="left"><figure><img src="/files/f2WMC0fWpYsxSg1JIF9V" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.uaepass.ae/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide.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.
