# API introduction

- [APIs Overview](https://docs.coresignal.com/api-introduction/apis-overview.md): Overview of all Coresignal APIs for fresh company, employee, and jobs data – including a Real-time Employee API for real-time data access.
- [Authorization](https://docs.coresignal.com/api-introduction/authorization.md)
- [Credits](https://docs.coresignal.com/api-introduction/credits.md): Understand how Coresignal's credit system works. Credits are deducted per successful request when accessing fresh data via Search and Collect APIs.
- [Rate Limits](https://docs.coresignal.com/api-introduction/rate-limits.md): API rate limit reference for all Coresignal endpoints. Optimize fresh data streaming without hitting Search or Collect thresholds.
- [Response Codes](https://docs.coresignal.com/api-introduction/response-codes.md)
- [Requests](https://docs.coresignal.com/api-introduction/requests.md)
- [Elasticsearch DSL](https://docs.coresignal.com/api-introduction/requests/elasticsearch-dsl.md)
- [Results Pagination](https://docs.coresignal.com/api-introduction/requests/elasticsearch-dsl/results-pagination.md)
- [Search Filters](https://docs.coresignal.com/api-introduction/requests/search-filters.md)
- [Search Preview](https://docs.coresignal.com/api-introduction/requests/search-preview.md)
- [Collect and Enrich](https://docs.coresignal.com/api-introduction/requests/collect.md)
- [Bulk Collect](https://docs.coresignal.com/api-introduction/requests/bulk-collect.md)
- [POST Requests](https://docs.coresignal.com/api-introduction/requests/bulk-collect/post-requests.md)
- [GET Requests](https://docs.coresignal.com/api-introduction/requests/bulk-collect/get-requests.md)
- [Webhooks](https://docs.coresignal.com/api-introduction/webhooks.md)
- [Experience Webhooks](https://docs.coresignal.com/api-introduction/webhooks/experience-webhooks.md)
- [Employee Webhooks](https://docs.coresignal.com/api-introduction/webhooks/employee-webhooks.md)
- [Subscription Management](https://docs.coresignal.com/api-introduction/webhooks/subscription-management.md)
- [Subscription Simulation](https://docs.coresignal.com/api-introduction/webhooks/subscription-simulation.md)


---

# 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.coresignal.com/api-introduction.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.
