# Data Categories

To help understand the different data fields available in our API, we have classified them into four broad categories: Basic Fields, Financials, Human Capital, and Operating data.&#x20;

###

### [Basic fields](/company-data-api/data-points/basic-company-information.md)

Includes name, descriptions, founded date, tags, social links, website URL, etc.

### [Financials](/company-data-api/data-points/financials.md)

Includes [Income statements](/company-data-api/data-points/financials/income-statements.md), [Balance sheets](/company-data-api/data-points/financials/balance-sheet-object.md), [Cash flows](/company-data-api/data-points/financials/cash-flow-statement-object.md).

### [Human capital](/company-data-api/data-points/human-capital.md)

Includes company [key executives](/company-data-api/data-points/human-capital/untitled-2.md), [jobs](/company-data-api/data-points/human-capital/untitled-3.md), [salaries](/company-data-api/data-points/human-capital/untitled-1.md), etc.

### [Operating data](/company-data-api/data-points/operating-data.md)

Includes Website traffic, [Twitter engagement](/company-data-api/data-points/operating-data/twitterengagementitem-object.md), [Operating metrics](/company-data-api/data-points/operating-data/untitled-2.md), [Data breaches](/company-data-api/data-points/operating-data/data-breach-object.md), [Blacklists](/company-data-api/data-points/operating-data/blacklist-object.md), [Court filings](/company-data-api/data-points/operating-data/untitled-5.md) and others.


---

# 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.craft.co/company-data-api/data-points.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.
