# Introduction

The Craft API provides access to the [Craft](https://craft.co/) data platform for developers and data scientists.

You can use this API to access all of our API endpoints, including as the [Company Data API](/company-data-api/introduction.md) to get all company data information and the [Alerts API](/alerts-api/intro.md) to receive alerts on a given company.

The API is organized around GraphQL. All requests should be made over SSL. All request and response bodies, including errors, are encoded in JSON.

[Read more about GraphQL](/about-graphql.md)

{% content-ref url="/pages/-LsXRqkZ6Pg57j-MZuGU" %}
[Company Data API Introduction](/company-data-api/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LsXSguKvfNLiCda97TA" %}
[Alerts API Introduction](/alerts-api/intro.md)
{% endcontent-ref %}


---

# 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/master.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.
