# Popularity

Popularity metrics can be found a few places throughout the product. Check which tools and data warehouses we are currently pull this metadata from: [Integrations](/integrations.md).

## What does Popularity measure?

The popularity of a data resource in Secoda is calculated based on the number of times it has been queried or viewed in the last 24 hours, pulled directly from the Source.

By default in Secoda, all columns in a table, tables in a database, dashboards etc. will be ordered by popularity so you can always see what's being used most frequently.

The popularity, and thus the order of the resources, might change after each Metadata extraction (which is dependent on your set schedule for the integration), as the extraction will bring in the latest information of usage (views, queries, users) of the resource from the Source.

To learn more about popularity and usage within the Secoda app, scroll down to the [**Popularity based on Views in Secoda**](#popularity-based-on-views-in-secoda) section below.

## Searching for popular resources in Secoda

### Popularity based on queries and views outside of Secoda

Anyone is Secoda can sort by popularity directly within Search. The resources that are most often used and queried from the source will appear at the top.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/f21506e1-1f57-46fb-99c6-330bbb3ad3d2.gif" alt=""><figcaption></figcaption></figure>

Once you're clicked into a catalog resource, you can see the number of queries run on that data, as well as it's frequent users.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/0a26fb99-037a-43b6-bb48-83ca8a3b261c.png" alt=""><figcaption></figcaption></figure>

### Views in Secoda

As an editor or admin in Secoda, you can see what's popular across your workspace users *within* Secoda by filtering in the [**Analytics**](/features/analytics-dashboard.md) dashboard or on the Search page. In the example below, the resource type filter is used to show which dashboards are being looked at the most directly within Secoda.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/f4488105-2d15-4e98-ab44-dda05a13421e.gif" alt=""><figcaption></figcaption></figure>

## Improving accuracy of the popularity metric

If the users are not members of the Secoda workspace, they will be considered Service Accounts. Service Accounts can be opted in or out of Popularity calculations.

Make your popularity metric more accurate by marking certain emails as service accounts, by following these steps [Define service accounts](/readme/secoda-as-an-admin/connect-your-data/define-service-accounts.md).


---

# 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.secoda.co/features/popularity.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.
