# Report Browser

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

![](https://627607815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xzBT0roYJkfVS5klkLl%2Fuploads%2FzpjIzRuB8cC7XSJqB9Zd%2F0.png?alt=media)

There are two main panels in a *Report Browser* window:

* 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*).

![](https://627607815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xzBT0roYJkfVS5klkLl%2Fuploads%2Fp8yQ49jrOY9ceMz66qWU%2F1.jpeg?alt=media)

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:

![](https://627607815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xzBT0roYJkfVS5klkLl%2Fuploads%2FvTzilDBR9Tt57AoeNhJl%2F2.png?alt=media)

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

![](https://627607815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xzBT0roYJkfVS5klkLl%2Fuploads%2FFk7N29JC2xju1D9xJPvV%2F3.jpeg?alt=media)

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

![](https://627607815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xzBT0roYJkfVS5klkLl%2Fuploads%2FFB9lcrWyF9VOGzc0OEzj%2F4.png?alt=media)

Learn about how to export data [here](https://documentation.astera.com/v/astera-data-stack-v7/report-model/user-guide/report-model-tutorial)**.**


---

# 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://documentation.astera.com/astera-data-stack-v7/report-model/report-model-interface/report-browser.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.
