# Manage Delivery & Signing Experience

***

### Phase 1: Add the Lightning Web Components (LWC) to the Object Record

Ensure the LWCs are correctly added to the Object Record

1. Navigate to the **Object Record** where document generation will occur
2. Navigate to the **Cog Icon** in the top right corner > **Select Edit Page**
3. Search for **S-Docs in the components search field**
4. Drag and drop the **Documents and Generate Documents** LWCs onto the page

***

### Phase 2: Configure the LWCs

Clicking into the dragged in components also users to customize the LWC with a number of settings

1. In the **Generate Documents LWC**, select the S-Sign Enabled Template to be used during document generation
2. In the **Documents LWC**, select the S-Sign Enabled Email Template that will be used to send out contracts
3. Configure both LWCs with any additional settings or filters deemed necessary. For more information on these settings, check out[ Configure Document Generation](https://sdocs-1.gitbook.io/sdocs-help-center/quick-start/document-generation/add-s-docs-lightning-components-to-a-record-page)

***

### Phase 3: Generate the Document and Engage Electronic Signature

1. Select the template in the **Generate Documents LWC and click Generate**
2. After generation, the Generated Documents LWC will populate with the new S-Doc
3. Select the **Checkbox** next to the generated document > then click **Send**
4. The Generated Documents Email Editor will populate with the Custom HTML Email Template where any **revisions to From Address, To Address, CC address, Subject, and Email Body can be made**
5. Select **Send**

{% hint style="info" %}
It is not necessary to attach the generated document in the outbound email for the signer experience. The active signer will engage the signer experience through the signing link provided in the email body.
{% endhint %}

***

### Phase 4: Alternative Signing Method: Sign-in-Person

Alternatively to sending contracts out for electronic signature via email, the Generated Documents LWC offers the ability to Sign-in-Person directly from the object record.

1. Select the **Checkbox** next to the generated document
2. Select the dropdown arrow > eSign
3. The user will be navigated into the Signing Experience to complete the contract


---

# 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://help.sdocs.com/quick-start/s-sign-setup/manage-delivery-and-signing-experience.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.
