# What the Signer Sees: A Walkthrough

When you send a packet with Signfeld, your recipients get a streamlined, guided experience. Here’s exactly what they encounter from first click to final confirmation.

### 1. Inbox Notification

* **Email**

  * Signer receives a personalized email with your subject line and message.
  * A prominent “Review & Sign” button takes them directly to their packet.

* **SMS (if enabled)**
  * A brief text with a secure link (“Tap here to review and sign your document”).<br>

### **2. Packet Overview Page**

After clicking the link, the signer lands on a clean dashboard showing:

* **Document List**
  * Each file they need to view or sign, displayed in order.
  * Clear icons indicating “View Only” vs. “Action Required.”<br>
* **Progress Bar**
  * Shows how many steps are complete vs. remaining.<br>
* **Signfeld Assistant**
  * A sidebar chat that offers help and can answer questions.<br>

### 3. Guided Signing Interface

When they open the first document:

* **Field Highlights**
  * Every required field is outlined or shaded in the signer’s assigned color.
  * Hover or tap to see field labels (“Signature,” “Date,” etc.).<br>

### **4. Reviewing & Navigating Multiple Documents**

* **Document Tabs**
  * If your packet includes several files (e.g., NDA + Main Agreement), tabs let the signer switch back and forth.<br>

### 5. Final Review & Confirmation

* Once all fields are complete, a “Finish & Submit” button appears.
* Signfeld checks for any missed fields—if something’s missing, they’re prompted to go back and complete it.<br>

### 6. **Completion Screen**

When the signer finishes:

* Success Message
  * “All Done! Thanks for signing.”<br>
* **Download Link**
  * A button to download a PDF copy of the fully executed packet.<br>
* **Share Options**

  * Optional buttons to email themselves a copy.

**7. Follow-Up Email**

After completion, Signfeld automatically sends a confirmation email with:

* All signed documents attached as PDFs
* A timestamped audit trail for their records


---

# 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://helpyou.gitbook.io/signfeld/what-the-signer-sees-a-walkthrough.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.
