# Enrich Company

In addition to contact-level enrichment, Rox People supports company enrichment — enriching each contact’s associated company with firmographic, technographic, and organizational data. This is critical for account-level segmentation, prioritization, and ICP scoring.

### Adding Company Enrichment Columns

To add a company enrichment column, click the + button at the end of the column header row, then select Company Enrichment from the dropdown menu.

<figure><img src="/files/bkpmGlO4OdmWeL3EIUTI" alt=""><figcaption></figcaption></figure>

### Available Company Enrichment Fields

Company enrichment pulls data from Rox’s integrated data providers to fill in key attributes about the contact’s employer. Common fields include:<br>

* Company Domain — The company’s primary website domain.
* Employee Count — Estimated number of employees at the company.
* Industry — The industry vertical the company operates in.
* Headquarters Location — City, state, and country of the company’s HQ.
* Revenue — Estimated annual revenue range.
* Funding Information — Last funding round raised
* Technologies Used — Technographic data showing the company’s tech stack.
* Company Description — A brief summary of what the company does.

### Using Company Enrichment for Account Scoring

Company enrichment data powers account-level qualification. By combining company size, industry, revenue, and technographic data with Clever Columns and formula logic, you can build sophisticated account scoring models directly within your People List. For example, you might score companies higher if they are in SaaS, have 200+ employees, and use a specific technology in their stack.

| Company enrichment runs automatically for new contacts added to the list, just like contact enrichment. Each provider call consumes one enrichment credit. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# 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.rox.com/development/product/people/enrich-company.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.
