> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-data-stack-v10/report-model/report-model-interface/report-browser.md).

# Report Browser

Report Browser contains features and layout panels for building extraction models and exporting extracted data.

There are two main panels in a Report Browser panel:

* Model Layout panel
* Data Export Settings panel

## Model Layout

The Model layout panel displays the layout of your report model or extraction template. It contains data regions and fields built according to a custom extraction logic.

You can add and delete regions and fields, edit their properties, and export data directly to an excel sheet, a CSV file, or a database table using the options available in this window.

In the figure below, you can see an extraction model that has a hierarchical structure. This model contains a single instance region (*Account\_Info*) as well as collection regions (*Orders\_Info* and *Order\_Details*).

![](/files/kaWEP6RcSEiE8LNzXwbk)

There are icons placed at the top of the Model Layout panel. These icons enable you to perform various tasks. A brief description for each of these icons is given in the table below:

![](/files/uIjH0XuIYxytQPFftmOy)

<table><thead><tr><th width="77.33333333333331">Icon</th><th>Name</th><th>Purpose &#x26; Functionality</th></tr></thead><tbody><tr><td><img src="/files/Qzp1oe9mxTUGEn4UsqEb" alt=""></td><td>Add Single Instance Data Region</td><td>Adds a new single instance data region</td></tr><tr><td><img src="/files/xuzvc1dRD5O7alRJAS8y" alt=""></td><td>Add Collection Data Region</td><td>Adds a new colleciton data region</td></tr><tr><td><img src="/files/sMEOjgjH6xPdnZTcUMIO" alt=""></td><td>Delete Region</td><td>To delete a selected data region</td></tr><tr><td><img src="/files/wVxHDEYwiKye5qszP0x7" alt=""></td><td>Create New Export Setting and Run (to Excel)</td><td>To export extracted data to an excel file</td></tr></tbody></table>

## Data Export Settings

Options provided in the Data Export Settings panel enable users to export data to an Excel sheet, a CSV file, or a database table. The exported data can then be used in various flow documents (a dataflow, a workflow, or a subflow).

![](/files/6QAN9u6IytKPmuBKeQyV)

The icons placed on the top of the Data Export Settings panel perform different functions related to data export. A brief description for each of these icons is given in the table below:

<table><thead><tr><th width="138.33333333333331">Icon</th><th>Name</th><th>Purpose &#x26; Functionality</th></tr></thead><tbody><tr><td><img src="/files/xoVrMQMJyczmru3mHBOP" alt=""></td><td>Create New Export Setting and Run</td><td>To export extracted data to an excel, CSV or a database table.</td></tr><tr><td><img src="/files/3Q63YjuStAERK9o7vsqx" alt=""></td><td>Preview Selected Export</td><td>Displays a preview of the selected export</td></tr><tr><td><img src="/files/cfIhxn2bLn8wgoKz4LyP" alt=""></td><td>Run Selected Export</td><td>Runs the selected export setting</td></tr><tr><td><img src="/files/WQEkQ9phgkXVuYF8xGHk" alt=""></td><td>Edit Export Setting</td><td>Allows editing the selected export setting</td></tr><tr><td><img src="/files/XgSllRaM01Fmlgk1bJUl" alt=""></td><td>Remove Export Setting</td><td>Removes/deletes the selected export setting</td></tr><tr><td><img src="/files/hufreU3PFZJbU7Pg42mR" alt=""></td><td>Create Dataflow and Open </td><td>Creates a dataflow with the report model source and opens it</td></tr></tbody></table>

Learn about how to export data [here](/astera-data-stack-v10/report-model/exporting-options.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v10/report-model/report-model-interface/report-browser.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
