# Audience Dashboard

Quickly spot **who created an audience**, **when it was made**, and **filter by creator**—all in one place.

#### See **“Created by”** and **“Created at”** details:

* Each audience now shows **Created by** (the person who made it) and **Created at** (the date it was made).
* Audiences are **sorted by Created at** by default, so the list order stays consistent.
* Hover over the date to see:
  * The **full creation date** (e.g., “September 12, 2025, 3:42 PM”)
  * The **last updated date** (when someone last changed the audience)

<figure><img src="/files/lQcrs3xo0M7QJw5SrZ2W" alt=""><figcaption></figcaption></figure>

#### Easy creator info at a glance

* You’ll see the creator’s profile photo or initials next to each audience.
* Hover over the icon to see:
  * The **name** of the person who created it
  * The **name** of the person who last updated it

#### “Created by” filter

* Use the **Created by** filter to show audiences made by specific teammates.
* You’ll see up to **12 creators** listed:
  * Your own name appears first (so you can quickly find audiences you created).
  * People you select appear next, ordered by who most recently created an audience.
  * Remaining teammates appear after that, also ordered by recent activity.
* If there are more than 12 creators:
  * You’ll see 11 names and a **“+X”** bubble (for example, `+5`).
  * Click the **“+X”** bubble to **search by name or email** and add more creators to your filter.

<figure><img src="/files/eXGKwlGu4Lef15wXJj0j" alt=""><figcaption></figcaption></figure>

***

#### How to use it

**See who created or updated an audience**

* Open the **Audiences** tab in your Dashboard.
* Look for the creator’s icon next to the audience name.
* Hover over the icon to see who created it and who last updated it.

<figure><img src="/files/1EEJOyPx8C5wEKVqdMy3" alt=""><figcaption></figcaption></figure>

**Check exact dates**

* Hover over the **Created at** date shown on the audience row.
* A tooltip will display the full creation date, last updated date, and exact timestamp.

<figure><img src="/files/M0AyM03PgVIY16z3j9U0" alt=""><figcaption></figcaption></figure>


---

# 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://support.sayprimer.com/primer/build-and-manage-audiences/managing-audiences/audience-dashboard.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.
