# Best Practices

**Email Validation Strategy**

1. **Real-time validation**: Validate emails at the point of collection (signup forms, lead generation)
2. **Periodic list cleaning**: Regularly validate your existing email lists
3. **Pre-campaign checks**: Validate emails before sending important campaigns
4. **Segmentation by quality**: Create segments based on email verification scores

**Email Verification Tips**

* Use both syntax and domain validation for signup forms
* Consider setting a minimum score threshold (e.g., 70) for accepting emails
* For high-value leads, accept emails with lower scores but flag them for manual review
* Exclude disposable email domains for subscription services


---

# 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://docs.noparam.com/best-practices.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.
