# Overview

The PlexTrac API allows users to customize their access to the PlexTrac platform, enabling seamless data exchange. By leveraging the API, users can send and receive data in a way that best suits their needs. This section aims to provide an overview of the PlexTrac API, including its functionalities and object structures, to help users prepare and understand the requirements for effectively using the API.

{% hint style="info" %}
Reading the [Concept Definitions](/plextrac-documentation/api-documentation/concept-definitions.md) page before visiting the endpoints list on Postman is recommended.&#x20;
{% endhint %}

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Concept Definitions</strong></td><td>Explains how the API fits in the platform, its role, and recommendations on the best approach.</td><td><a href="/files/vrAcJhMMjYew9ZVDgj0a">/files/vrAcJhMMjYew9ZVDgj0a</a></td><td><a href="/pages/pTK9cDjYEczVAleWkXlV">/pages/pTK9cDjYEczVAleWkXlV</a></td></tr><tr><td align="center"><strong>Getting Started</strong></td><td>Guidance to start using endpoints and making calls, starting with authentication.</td><td><a href="/files/vlzW69Es3982Tl2SzSSA">/files/vlzW69Es3982Tl2SzSSA</a></td><td><a href="/pages/uhzbCmD9hcn0t9sr3F0l">/pages/uhzbCmD9hcn0t9sr3F0l</a></td></tr><tr><td align="center"><strong>Retrieving Parameter IDs</strong></td><td>Provides a list of standard parameter IDs and instructions on retrieving within PlexTrac.</td><td><a href="/files/6Rg4ZxHh6iGbhTxlQKtR">/files/6Rg4ZxHh6iGbhTxlQKtR</a></td><td><a href="/pages/IZb3kQOHzaswvxzoLbRa">/pages/IZb3kQOHzaswvxzoLbRa</a></td></tr><tr><td align="center"><strong>Object Structures</strong></td><td>Explains how findings and assets are stored with definitions of fields and sample structure files for viewing and downloading.</td><td><a href="/files/Zx1Blunvl4ewEddaddfS">/files/Zx1Blunvl4ewEddaddfS</a></td><td><a href="/pages/s9lpd5gzhxQ7tUdYOcHY">/pages/s9lpd5gzhxQ7tUdYOcHY</a></td></tr><tr><td align="center"><strong>Use Cases</strong></td><td>Provides a list of API needs from getting started to advanced solutions and instructions on how to complete the task.</td><td><a href="/files/P9toglnpGvJb0w1sllEb">/files/P9toglnpGvJb0w1sllEb</a></td><td><a href="/pages/opYymquZBPdXGW5JPKoB">/pages/opYymquZBPdXGW5JPKoB</a></td></tr><tr><td align="center"><strong>Change Policy</strong></td><td>Guidelines that communicate how PlexTrac API modifications are managed, communicated, and implemented.</td><td><a href="/files/l7UvSdGZKZ1mCDiy5wFl">/files/l7UvSdGZKZ1mCDiy5wFl</a></td><td><a href="/pages/6qO8AAkfCRhhgE4Z0taA">/pages/6qO8AAkfCRhhgE4Z0taA</a></td></tr><tr><td align="center"><strong>Change Log</strong></td><td>Provides a list and schedule of APIs that will no longer be supported or available in the future. </td><td><a href="/files/yWqokvA1rsZ1kzqIrySN">/files/yWqokvA1rsZ1kzqIrySN</a></td><td><a href="/pages/fbNtzjz1YZC9yTUfQLDF">/pages/fbNtzjz1YZC9yTUfQLDF</a></td></tr><tr><td align="center"><strong>PlexTrac Collection</strong></td><td>Visit PlexTrac's Postman Collection for API endpoint documentation and examples. </td><td><a href="/files/6Rg4ZxHh6iGbhTxlQKtR">/files/6Rg4ZxHh6iGbhTxlQKtR</a></td><td><a href="https://api-docs.plextrac.com/">https://api-docs.plextrac.com/</a></td></tr></tbody></table>


---

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