# Incident Detection API

- [Incident Detection API Overview](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/overview.md)
- [Integration Methods](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/integration-methods.md)
- [REST API (Pull)](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/integration-methods/rest-api-pull.md)
- [Callback Service (Push)](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/integration-methods/callback-service-push.md)
- [Schema Structure](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/schema-structure.md)
- [Traffic Impact](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/schema-structure/traffic-impact.md)
- [Data Samples](https://docs.rekor.ai/command-intelligence-services/incident-detection-api/data-samples.md): This page provides samples of Incident data in JSON format, accessible through an API. These samples offer structured representations of various incidents.


---

# 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.rekor.ai/command-intelligence-services/incident-detection-api.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.
