# Component Metadata DataSet

Inherits from [Render DataSets](/boomi-console/library/the-report-engine/the-render-dataset.md#base-dataset)

```json
"dataset" : { 
    "name" : "CompMetaDataSet",
    "version" : "1.0.0"
}
```

The component list consist of the following elements:

* [**components** ](/boomi-console/library/the-report-engine/the-render-dataset/components-dataset/component-metadata.md)- contains the metadata from all components.
  * **ComponentTypeKey** is *ComponentType#ComponentSubType*
  * [**Header**](/boomi-console/library/the-report-engine/the-render-dataset/components-dataset/component-metadata-header.md) is probably the most important information because it describes the component and it has the same structure for all components.
  * **Object** is the component (sub-) type specific metadata.

```json
{
  "components": [
    { // a single component
      "SID": "5420-98993",
      "ComponentTypeKey": "process",  
      "Header" : { /* see Component Metadata Header */ }
      "Object":  { /* component specific */ },
    }
  ]
}
```

See also [CompDataSet With Counts](/boomi-console/library/the-report-engine/the-render-dataset/components-dataset/compdataset-with-counts.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://boomi.markusschmidt.pro/boomi-console/library/the-report-engine/the-render-dataset/components-dataset.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.
