# How to Add a Custom Message When Sending a Contract

### 1. Finalize the Contract

Before adding a message, make sure your contract is ready to send:

1. Open the **Contract Creator.**
2. Complete any necessary edits in the contract text.
3. Add any required signature fields and form fields.
4. Assign your signers and confirm their contact information.

Once you’re finished, click the Send button.

### 2. Add a Custom Message

**After clicking Send**, a modal will appear prompting you to confirm recipient details and craft your outgoing messages.

* **Email Message:** This message will appear in the body of the email sent to the signer.
* **SMS Message** (optional): If the signer has a phone number, you can also enter a short SMS message.

You can write:

* A short introduction (e.g., "Hi Alex, here’s the agreement we discussed.")
* Specific instructions (e.g., "Be sure to review section 4 before signing.")

Once you’ve written your custom messages, click **Send Now** to deliver the contract.

### 3. Best Practices

* Keep messages short and clear.
* Mention any critical details or deadlines.
* Use professional, friendly language.

Custom messages can help your contracts stand out and reduce confusion—especially if your signer is expecting additional instructions or context.

<br>


---

# 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/how-to-add-a-custom-message-when-sending-a-contract.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.
