---
title: "Settings and team activity | Unitag Documentation"
description: "Configure how Smart Packaging behaves by default: pre-set the redirection filters new products are created with, and follow what your team is doing."
canonical: "https://www.unitag.io/documentation/packaging/settings"
locale: "en"
route: "/packaging/settings"
---

# Settings and team activity

Two screens sit apart from the day-to-day work: Settings, which decides what new products are created with, and Team activity, which records what has been done.

## Filters propagation

Setting the same redirection URLs on every product of a brand, one product at a time, is the kind of task that quietly stops being done. Filters propagation pre-configures them instead: define the recurring filters once per brand, and every product created under that brand is generated with those filters already attached to its default URL.

![The Filters propagation editor: a brand selector, the option to copy another brand's preset, and one filter line with a country and a language](https://www.unitag.io/documentation/images/packaging/en/packaging-filters-propagation.webp)

Configure opens the editor. Pick the brand, then add one line per filter — a country, a language, or both. Copy preset from loads another brand's preset so a second brand can start from the first rather than from nothing; adapt it, then save.

The preset applies to products created after it is set, and each product's filters stay editable afterwards. It is a starting point, not a lock.

- [Redirection URLs](https://www.unitag.io/documentation/packaging/redirection-urls)

## Team activity

Team activity tracks what your team is doing across Packaging: one line per action, with the account that performed it, the object it touched and a chip saying whether it was a creation, an update or an archive.

![The Team activity screen: dated entries naming the account that acted, the object touched and the kind of action](https://www.unitag.io/documentation/images/packaging/en/packaging-team-activity.webp)

It is scoped to Packaging. The account-wide record, across every application and exportable to CSV, is the audit log in the Compliance section.

- [Audit logs](https://www.unitag.io/documentation/compliance/audit-logs)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/packaging/settings#article",
    "headline": "Settings and team activity",
    "url": "https://www.unitag.io/documentation/packaging/settings",
    "description": "Configure how Smart Packaging behaves by default: pre-set the redirection filters new products are created with, and follow what your team is doing.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Smart Packaging",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Smart Packaging",
        "item": "https://www.unitag.io/documentation/packaging/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Settings and team activity",
        "item": "https://www.unitag.io/documentation/packaging/settings"
      }
    ]
  }
]
```
