> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/guides/deals/prepare-and-send-forms.md).

# Prepare and Send Forms

When enabled by your brokerage, Rechat connects with SkySlope Forms and DigiSign so you can prepare forms and send them for electronic signature directly from a Deal.

Rechat keeps the transaction organized, SkySlope provides the available forms, and DigiSign manages the electronic-signature process.

{% hint style="info" %}
Available forms, checklist items, and signature workflows depend on your brokerage’s configuration and the forms library assigned to you.
{% endhint %}

### Before you begin

Before preparing your forms:

* Confirm that you are working in the correct Deal.
* Review the property and transaction information.
* Confirm that the correct clients, agents, and other contacts have been added.
* Review any important dates associated with the transaction.
* Locate the appropriate form or checklist item.

{% hint style="warning" %}
Accurate Deal information is important because Rechat may use it to populate fields in your forms.
{% endhint %}

<figure><img src="https://1031368632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJZySovZjoLVT1XAonI%2Fuploads%2FgZQUBtCcDslk2KCCUkqd%2F2026-08-19_15-27-22.png?alt=media&amp;token=eca740f9-e0d1-4a71-9752-0d6e12141294" alt=""><figcaption></figcaption></figure>

### Prepare your forms

1. Open the appropriate Deal.
2. From the **Checklists** tab, locate the form or checklist item(s) you need to complete.
3. Select **Fill & Send**.
4. Sign in or authenticate with SkySlope, if prompted.
5. Review the information populated from the Deal.
6. Complete any remaining fields and correct any information that needs to be updated.
7. Review the completed forms before continuing to the signature process.

{% hint style="warning" %}
Always review your forms before sending them. Automatic data population can reduce repetitive entry, but you are still responsible for confirming that the documents are complete and accurate.
{% endhint %}

### Add recipients and signature fields

After preparing the forms, continue to DigiSign to set up the electronic-signature request.

1. Add or confirm each recipient.
2. Confirm that every recipient has the correct name and email address.
3. Assign the appropriate role to each recipient.
4. Review the signing order, if applicable.
5. Add or confirm all required signature, initial, date, and other fields.
6. Review the document package.
7. Add a subject or message when available.
8. Select **Send**.

{% hint style="success" %}
Your recipients will receive an email from DigiSign inviting them to review and complete the documents.
{% endhint %}

### What happens after you send the documents?

You can monitor the signature request using the available envelope status.

After all required recipients have completed the documents, the finalized files automatically sync back to the Rechat Deal.

From there, you can continue organizing the transaction and submit the completed documents to your office for review when required.

{% hint style="info" %}
Completed documents may need to be reviewed by your office before the associated checklist requirement is considered complete.
{% endhint %}

### If you cannot find Fill & Send

The **Fill & Send** option may be unavailable because:

* SkySlope Forms has not been enabled for your brokerage.
* The checklist item has not been connected to a form.
* Your account does not have access to the required forms library.
* The Deal information does not match the context required for that form.
* Your permissions do not include access to the feature.

Confirm that you are working in the correct Deal and checklist item. If the option is still unavailable, contact the appropriate administrator for your brokerage.

### If you cannot find the expected form

The forms available to you depend on your assigned SkySlope library and the configuration of the Deal.

Confirm that:

* The Deal has the correct property type.
* The correct side is represented.
* You are working in the appropriate checklist section.
* You have access to the correct forms library.
* The desired form is included in that library.

Your brokerage’s forms administrator may need to review your library assignment or checklist configuration if the expected form is unavailable.

### If information did not populate correctly

Return to the Deal and review:

* Property information
* Transaction type
* Side represented
* Clients and transaction contacts
* Agent information
* Important dates
* Listing or sales information

Correct any inaccurate Deal information, then review the form again before sending it.

### If completed documents do not appear in the Deal

First, confirm that all required recipients have completed the envelope.

If the envelope is still awaiting a signature, the completed documents will not be available yet. If the envelope shows as complete but the documents have not returned to the Deal, allow time for the completed files to sync and refresh the Deal.

### Related articles

* [Understand Your Transaction Checklist](/guides/deals/understand-your-transaction-checklist.md)
* [Manage Deal Information, Dates, and Contacts](/guides/deals/manage-deal-information.md)
* [Upload and Organize Documents](/guides/deals/upload-and-organize-documents.md)
* [Submit Documents for Office Review](/guides/deals/submit-documents-for-office-review.md)


---

# 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://help.rechat.com/guides/deals/prepare-and-send-forms.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.
