# API Documentation

- [Overview](https://docs.plextrac.com/plextrac-documentation/api-documentation/overview.md)
- [Concept Definitions](https://docs.plextrac.com/plextrac-documentation/api-documentation/concept-definitions.md)
- [Getting Started](https://docs.plextrac.com/plextrac-documentation/api-documentation/getting-started.md)
- [Retrieving Parameter IDs](https://docs.plextrac.com/plextrac-documentation/api-documentation/retrieving-parameter-ids.md)
- [Object Structures](https://docs.plextrac.com/plextrac-documentation/api-documentation/object-structures.md)
- [Client Object](https://docs.plextrac.com/plextrac-documentation/api-documentation/object-structures/client-object.md)
- [Report Object](https://docs.plextrac.com/plextrac-documentation/api-documentation/object-structures/report-object.md)
- [Finding Object](https://docs.plextrac.com/plextrac-documentation/api-documentation/object-structures/finding-object.md)
- [Asset Object](https://docs.plextrac.com/plextrac-documentation/api-documentation/object-structures/asset-object.md)
- [Evidence Object](https://docs.plextrac.com/plextrac-documentation/api-documentation/object-structures/evidence-object.md)
- [Use Cases](https://docs.plextrac.com/plextrac-documentation/api-documentation/use-cases.md)
- [API Change Policy](https://docs.plextrac.com/plextrac-documentation/api-documentation/api-change-policy.md)
- [API Change Log](https://docs.plextrac.com/plextrac-documentation/api-documentation/api-change-policy/api-change-log.md)
- [Webhooks](https://docs.plextrac.com/plextrac-documentation/api-documentation/webhooks.md)
- [Webhook Payload Structure](https://docs.plextrac.com/plextrac-documentation/api-documentation/webhooks/webhook-payload-structure.md)
- [Verifying Sender Requests](https://docs.plextrac.com/plextrac-documentation/api-documentation/webhooks/verifying-sender-requests.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.plextrac.com/plextrac-documentation/api-documentation.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.
