# Object Structures

PlexTrac data is categorized into clients, reports, findings, and assets, which are the primary containers holding information stored in Plextrac. The Clients module holds assets and reports, while reports hold findings.

While these objects exist as their type in the database, some fields about an object are stored both on the object and as values inside other objects. The most common example of this is affected assets and vulnerabilities.&#x20;

Here is a list of object structures that have been defined:

* [Client Object](/plextrac-documentation/api-documentation/object-structures/client-object.md)
* [Report Object](/plextrac-documentation/api-documentation/object-structures/report-object.md)
* [Finding Object](/plextrac-documentation/api-documentation/object-structures/finding-object.md)
* [Asset Object](/plextrac-documentation/api-documentation/object-structures/asset-object.md)
  * [Client Asset](https://docs.plextrac.com/plextrac-documentation/master/plextrac-api-overview/object-structures/asset-object#child-asset-structure)&#x20;
  * [Affected Asset (finding asset)](https://docs.plextrac.com/plextrac-documentation/master/plextrac-api-overview/object-structures/asset-object#affected-asset-structure)
* [Evidence Object](/plextrac-documentation/api-documentation/object-structures/evidence-object.md)

<div align="left"><figure><img src="/files/ZSBkLMvKYqnjD3E6uC3Z" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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/object-structures.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.
