# Alerts API Introduction

In addition to the Company Data API, Craft offers an Alerts API. This API allows you to query for any significant events that have occurred at a given company during a specified time period.&#x20;

**Types of Alerts:**

* Employee Headcount and Job Postings
* News Events
* Financial Metrics changes
* Commodity News
* And more...

Alerts API is available on the same endpoint as Company Data API. Please follow the [Company Data API Introduction](/company-data-api/introduction.md) as well as [Authentication](/authentication.md) guides to learn more about basic interactions with the API.

{% hint style="info" %}
If you would like access to the Alerts API, please contact us at <sales@craft.co>.
{% endhint %}


---

# 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/alerts-api/intro.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.
