> 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/dataflows/data-logging-and-profiling/quick-profile.md).

# Quick Profile

The *Quick Profile* option in Astera gives users the ability to preview field statistics of any set-level object in the dataflow in design time. It provides information such as the data type, minimum/maximum values, data count, error count, etc which can be used to identify and correct data quality issues while designing flows.

### Video

{% embed url="<https://www.youtube.com/watch?t=26s&v=rpsB_ZGaaMc>" %}

### Using the Quick Profile feature:

The Quick Profile window can be viewed for an entire flow by clicking *View* *>* *Quick Profile* or using the shortcut key *Ctrl+Alt+A.*

![](/files/W0JqO1uaw1z2P9gSdGvt)

{% hint style="info" %}
**Note:** If there are multiple objects in a flow, using *Quick Profile* from the *View* tab or the shortcut key will provide information on the columns of the last object in the flow.
{% endhint %}

To view field statistics at a particular object in the dataflow, right-click on the object’s header and select Quick Profile.

In this case, we are using data from a *Loans* [*Excel File* *Source*](/astera-data-stack-v10/dataflows/sources/excel-workbook-source.md):

![](/files/zk1bQIVMgSYZUu4d6W5D)

A window like this will slide up from the bottom of the screen:

![](/files/DsbRX6aNDnIcqW290fSL)

Quick Profile provides an overview of the content and quality of all the fields, allowing us to determine whether the data is suitable for further transformation. When creating the flows, we may use this functionality at any point to identify any erroneous data that might be affecting the final results.

{% hint style="info" %}
**Note:** The data processed by Quick Profile is in-memory and can only be stored permanently if exported to an Excel file. To do that, right-click anywhere in the Quick Profile window and select *Export to Excel.*
{% endhint %}

![](/files/czZEYmpsTT5TCTNY90rW)

Enter a valid file name and click *Save*.

![](/files/jcb2LvwL2GNVztSgZJWU)

This concludes the use of *Quick Profile* feature in Astera.


---

# 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/dataflows/data-logging-and-profiling/quick-profile.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.
