> 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/initiate-and-sign-envelopes/signing-a-document/as-an-external-recipient-ad-hoc-user/navigating-through-initials-and-signature-placeholders.md).

# Navigating through initials and signature placeholders

After authentication (if any), the user is taken to the document viewing screen from email. At this stage, the user can review the document content before performing any signing actions.

<figure><img src="/files/2IbkFImIm4H69byXvW92" alt=""><figcaption></figcaption></figure>

#### Reaching Signature and Initial Locations

* The user may **scroll through the document manually** to locate initials or signature areas, or
* Use the **Next** button for guided navigation.

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

* If there are **multiple initials or signature placeholders**, even across **multiple pages**, clicking **Next** automatically jumps the user from **one pending placeholder to the next**.
* This allows users to move sequentially through all required signing actions without manually searching across pages.

#### Visual Identification of Placeholders

* All required **Initials** and **Signature** placeholders are visually highlighted on the document.
* These indicators clearly show where action is required and which placeholders are still pending.

#### Applying Initials

When the user clicks on an **Initials** placeholder:

* The **Generate Initials** window opens.
* The user can choose from:
  * **Sample Initials** (auto-generated styles)
  * **Draw** (hand-drawn initials)
  * **Upload** (image upload)
* The initials text can be entered or adjusted.
* Clicking **Apply** or **Apply and Preview** places the initials on the document and shows a preview.

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

#### Applying a Signature

When the user clicks on a **Signature** placeholder:

* The **Generate Signature Settings** window opens.
* The user selects the **Mode of Signature** (for example, eSignature).
* Available options include:
  * **Sample Signatures**
  * **Draw**
  * **Upload**
  * **My Signatures** (if previously saved)
* After selecting a style, the user clicks **Apply and Preview** to place and review the signature.

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

#### Preview and Finalization

* Applied **initials and signatures are immediately reflected** on the document, allowing the user to visually confirm their appearance and placement.
* After applying initials or signatures, the user can:
  * Continue using **Next** to navigate to the **next pending signature or initial placeholder**, or
  * Proceed to **fill other required fields or components** (such as text fields, checkboxes, or radio buttons), if configured in the document.
* If the envelope contains **multiple documents**, the user must review each document individually


---

# 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/initiate-and-sign-envelopes/signing-a-document/as-an-external-recipient-ad-hoc-user/navigating-through-initials-and-signature-placeholders.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.
