> For the complete documentation index, see [llms.txt](https://docs.countercyclical.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/extras/enrichment-data.md).

# Enrichment Data

{% hint style="info" %}
**Important:**  While a limited amount of enrichment is used in our Free tier, our Premium and Advanced Enrichment functionality is only available in our paid tiers (Pro, Education, Enterprise, etc.)

You can learn more about our plans by visiting <https://countercyclical.io/pricing>
{% endhint %}

<details>

<summary>What information does Countercyclical require in order to enrich a company or person?</summary>

Data enrichment is dependent on the initial availability of a company's domain or a person's email address (e.g. [berkshirehathaway.com](https://berkshirehathaway.com/)). Without these, views for certain companies and persons will not have enriched data.

</details>

<details>

<summary>How is data accuracy ensured during the enrichment process?</summary>

Data accuracy is ensured through rigorous data cleaning processes, which include removing duplicates, correcting inconsistencies, and validating information against multiple reliable sources.

</details>

<details>

<summary>Can users customize the type of data they want to see?</summary>

There are parts of the platform where we do allow users to hide/show specific data points and metrics based on their individual preferences and investment strategies.

</details>

<details>

<summary>How frequently is the enriched data updated?</summary>

The platform updates enriched data in real-time via API or at regular intervals, ensuring users have access to the most current and relevant information.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/extras/enrichment-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
