# Spam Dashboard

To activate your Deliverability (Spam) Dashboard in Rechat, you’ll need to verify your domain through [Google Postmaster Tools](https://postmaster.google.com) and grant access to our deliverability team. This allows Rechat to gather insights and present them within your dashboard.

{% hint style="info" %}
This process involves adding a DNS record to your domain host. Please work with your IT team or domain provider if you’re not familiar with DNS settings.
{% endhint %}

### Instructions

1. Go to [postmaster.google.com](https://postmaster.google.com) and sign in using a Google account associated with your domain.
2. Add your domain by clicking the "+" (Add Domain) button.
3. Copy the DNS TXT record that Google provides for verification.
4. Log into your DNS hosting provider and add the TXT record to your domain. *(Common hosts include GoDaddy, Cloudflare, Google Domains, etc.)*
5. Return to Google Postmaster and click "Verify".
6. Once verified, click the "..." menu next to your domain and select "Manage Users".
7. Click the "+" icon to add a user.
8. Add the email: <deliverability@rechat.com> and click Send Invitation.

### What Happens Next?

Once connected, your domain’s data will begin populating the Rechat Spam Dashboard within a few days. No further action is required unless you change your DNS provider or remove the access.


---

# 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/brokerage-set-up/spam-dashboard.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.
