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

# Audit Logs

> Track all changes and actions in your organisation.

Audit logs record every significant action in your organisation. Use them for compliance, debugging, and understanding who changed what.

## Viewing logs

1. Go to Organisation settings → Audit logs
2. Browse the chronological list of actions
3. Use filters to narrow results

## Log entry fields

| Field      | Description                                    |
| ---------- | ---------------------------------------------- |
| User       | Who performed the action                       |
| Action     | What was done (created, invited, signup, etc.) |
| Type       | Resource type affected (project, member, user) |
| IP Address | Origin IP of the request                       |
| Time       | When the action occurred                       |

## Filtering options

### By project

Filter to see actions affecting a specific project only.

### By user

View all actions performed by a specific team member.

### By date range

Narrow results to a specific time period:

1. Click the From Date field
2. Select start date
3. Click To Date field
4. Select end date

## Exporting logs

Download logs for external analysis or compliance records:

1. Apply desired filters
2. Click "Export"
3. Download the generated file

## Common logged actions

| Action   | Type     | Description                     |
| -------- | -------- | ------------------------------- |
| signup   | user     | New user registration           |
| invited  | member   | User invited to project         |
| created  | project  | New project created             |
| updated  | settings | Configuration changed           |
| deployed | release  | Release deployed to environment |
| merged   | branch   | Branch merged to main           |
