# Profiling

The **Profiles** section offers an overview of all the visitors that visited your website. To access the profiles section, navigate to **Engage** -> **Profiles**.

![Profiles section](/files/Et4OVi4sWlbkL4dKur6i)

This section provides an overview of all visitors:

![Profiles Overview](/files/5Mo9y9M0xf7MXHlRbUSs)

At the top, the total number of visitors that visited your website is displayed. You can also see how many visitors are identified versus unidentified.

The graph shows the number of new identified visitors over the last 30 days.

The table displays an overview of the profiles per month.

## Identified versus Unidentified Profiles

As long as there is no data of a visitor, this profile is called "Unidentified". If a visitor [does not give consent](/umbraco-engage/developers/introduction/the-umbraco-engage-cookie/module-permissions.md) to be identified, they remain "Unidentified".

However, once a visitor logs in (via Umbraco's Members section) or submits an Umbraco Form, they become an "Identified Profile." For example: If you see a visitor name in the Profiles table it is because the visitor has logged in as a member.

## Profiles Overview

![Table view of Profiles Overview](/files/sevO1HffXLEGWk0GUi6c)

The Profiles table displays all visitors to the website, showing:

* Whether the visitor was identified or unidentified
* The number of sessions of the visitor
* The number of pageviews within those sessions
* The first session that the visitor had on the website
* The last session of the visitor
* The number of goals triggered by the visitor
* The total value of the goals

Finally, you can see a blue or a grey icon at the beginning of the row. A grey icon indicates that Umbraco Engage did not enrich the visitor's experience. A blue icon indicates that Umbraco Engage enriched the visitor's experience by showing an A/B test variant or a personalized version.

### Filtering the Results

It is possible to filter the profiles table by clicking the **Filter** button.

![Filtering the profiles overview using the filter button](/files/kiFi00wH5sbdsmNUvcLY)

You can filter by:

* Unidentified or Identified profiles
* Profiles with high potential
* Profiles with more than X conversions
* Profiles with more than X total value achieved by triggered goals
* Specific date ranges
* Segment
* Member name

For more details, click **Show profile** in a specific profile's row. For more information, see the [Profile Detail](/umbraco-engage/marketers-and-editors/profiling/profile-detail.md) article.

![Filtering Options](/files/btzkGYdXFKEtbO8UhQtT)


---

# 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://docs.umbraco.com/umbraco-engage/marketers-and-editors/profiling.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.
