# Contact Enrichment

- [Enrichment](https://docs.exactbuyer.com/contact-enrichment/enrichment.md): The Enrichment API lets you look up person and company data based on an email or social profile. For example, you could retrieve a person’s name, location and social handles from an email.
- [Bulk Enrichment](https://docs.exactbuyer.com/contact-enrichment/bulk-enrichment-api.md): The Bulk enrichment API lets you look up multiple people at once. You can enrich up to 1000 profiles in a single API call.


---

# 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.exactbuyer.com/contact-enrichment.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.
