# Render DataSets

For the rendering of templates, the Boomi Console creates different types of datasets depending on which command is executed. The dataset is passed to the templates to be used as a source for rendering.

Templates have a hierarchy, means: there is (at least) a base dataset from which all other templates inherit: [DatasetBase](#base-dataset).

{% hint style="info" %}
When running a command, the related dataset is written to the `/logs` directory. Find the some example`*.dataset.json` for each dataset type.
{% endhint %}


---

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