> 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/skyslope-integration.md).

# SkySlope Integration

{% hint style="warning" %}

### Before You Begin

Your brokerage must have SkySlope connected at the brokerage level. If you are unsure whether this is enabled, contact your Brokerage Admin or Account Manager.
{% endhint %}

{% embed url="<https://rechatq.wistia.com/medias/8jaujlg34g>" %}

### How to Fill & Send SkySlope Forms

#### Step 1: Open Your Deal

Navigate to your **Deals Center** and open the relevant transaction.

#### Step 2: Select the Required Document

Locate the document within your checklist and click **Fill & Send**.

#### Step 3: Sign Into SkySlope

If you are not already authenticated, you will be prompted to log into SkySlope.

#### Step 4: Choose Your Forms

Select the form(s) you need from your SkySlope library. Rechat will automatically map key Deal data into the form, including:

* Property address
* Agent details
* Transaction information

#### Step 5: Prepare for Signatures

Using DigiSign, you can:

* Add signature blocks
* Assign signers
* Review document placement

#### Step 6: Send

Click Send to deliver the document to your client.

### Automatic Sync Back to Rechat

Once your client completes signing:

* The finalized document automatically syncs back into your Deal checklist.
* Your Deal remains up to date without manual uploads.


---

# 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/skyslope-integration.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.
