---
title: "Compliance | Unitag Documentation"
description: "The Unitag tools that answer questions about your account after the fact: a record of the actions taken across your organisations, filterable and exportable."
canonical: "https://www.unitag.io/documentation/compliance/introduction"
locale: "en"
route: "/compliance/introduction"
---

# Compliance

Working in a shared account raises questions that only a record can settle. Who changed that destination? When was this product archived? Compliance groups the Unitag features that answer them.

Today that means audit logs: a running record of the actions taken across your organisations, readable in the console and exportable as a file.

It is useful well before anyone says the word audit:

- answering a question about a change without asking everyone what they remember;
- showing an auditor, a client or a colleague who did what, and when;
- reconstructing what happened around a mistake, so the fix addresses the cause rather than the symptom.

Audit logs come with the Platinum and Diamond plans.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/compliance/introduction#article",
    "headline": "Compliance",
    "url": "https://www.unitag.io/documentation/compliance/introduction",
    "description": "The Unitag tools that answer questions about your account after the fact: a record of the actions taken across your organisations, filterable and exportable.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Compliance",
    "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": "Compliance",
        "item": "https://www.unitag.io/documentation/compliance/introduction"
      }
    ]
  }
]
```
