> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nt3.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity & Audit

> Monitor all activity in your project with a detailed audit log.

Entri records every significant action taken in your project and organization. The activity log gives project managers, team leads, and organization owners full visibility into what is happening across their localization work — who did what, when, and on which resource.

## What Gets Logged

The audit trail captures all meaningful actions, including:

* **Keys** — created, updated, deleted, bulk operations
* **Translations** — created, updated, status changes (reviewed, approved), reverted
* **Team** — members invited, roles changed, members removed
* **Imports & Exports** — files imported, exports downloaded
* **Project settings** — language added/removed, project configuration changed
* **AI translations** — batch translation jobs started and completed

Each log entry contains the acting user, a description of the action, the affected resource, and a precise timestamp.

## Project Activity Feed

The project-level activity feed shows everything happening within a single project. Use it to:

* See which keys were recently added by developers
* Track which translations a translator has been working on
* Confirm that an import completed and how many keys it affected
* Spot unexpected changes that need investigation

Navigate to **Activity** in the project sidebar to open the feed.

## Organization Activity

Organization owners and admins can view activity across all projects in one place. This view is useful for:

* Monitoring overall team productivity across multiple concurrent projects
* Tracking onboarding of new team members across all projects
* Getting a high-level view of import/export volume

## Filtering the Log

<CardGroup cols={2}>
  <Card title="By Action Type" icon="filter">
    Narrow the feed to a specific category: keys, translations, team changes, or imports.
  </Card>

  <Card title="By User" icon="user">
    Filter to see all actions taken by a specific team member.
  </Card>

  <Card title="By Date Range" icon="calendar">
    Focus on a specific time window to investigate what changed during a deployment or sprint.
  </Card>

  <Card title="By Project" icon="folder">
    At the organization level, filter to a single project's events.
  </Card>
</CardGroup>

## Permissions

| Role       | Project activity | Organization activity |
| ---------- | ---------------- | --------------------- |
| Owner      | Full access      | Full access           |
| Admin      | Full access      | Full access           |
| Developer  | Full access      | Not available         |
| Translator | Full access      | Not available         |
| Reviewer   | Full access      | Not available         |

All project members can view the project activity feed. Only owners and admins can access the organization-level view.

<Info>
  The activity log is read-only. Entries cannot be deleted or modified, which preserves the integrity of the audit trail.
</Info>
