# Activity Reporting

Once a lead is captured, you can start reporting their activities to Rechat. This would allow their agent to have a better understanding of what the client is looking for and therefore help them find a better home.

Here is the list of activities supported by Rechat:

* Signing Up

* Logging In

* Viewing a Listing

* Sharing a Listing

* Favoriting a Listing

* Removing Favorite from a Listing

* Searching for Listings

* Creating a Saved Search

* Removing a Saved Search

{% hint style="info" %}
When you initially send a lead to Rechat, Rechat's API will give you back an id \`(Called the Lead ID).From them on you can report activities to this lead using the ID. \
More information available on [Lead Capture API](/appendix/website-integration/lead-capture-api-docs.md).
{% 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/activity-reporting.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.
