# Website Integration

There are 3 areas your websites can integrate with Rechat:

1. [Listing Pages](/appendix/website-integration/connecting-to-your-listing-pages.md)
2. [Lead Capture](/appendix/website-integration/lead-capture.md)
3. [Activity Reporting](/appendix/website-integration/activity-reporting.md)

{% hint style="success" %}
All the lead related functionalities are implemented in Rechat's [Lead Capture Demo Tool](https://lead-capture-demo.cluster.rechat.com/). Feel free to start sending leads, tracking acitivies using the tool and inspect your browser to see the details so you can reimplement the functionality on your website.
{% endhint %}

{% hint style="success" %}
You can also see Rechat's [Lead Capture API Docs](/appendix/website-integration/lead-capture-api-docs.md) for more details.
{% endhint %}


---

# 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.rechat.com/appendix/website-integration.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.
