> For the complete documentation index, see [llms.txt](https://docs.betterbugs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbugs.io/dashboard/workspace-settings/audit-logs.md).

# Audit Logs

{% hint style="info" %}
Audit Logs in BetterBugs is an [**Enterprise**](https://www.betterbugs.io/pricing) feature.
{% endhint %}

### What are Audit Logs in BetterBugs?

Audit logs in BetterBugs are detailed records that track important activities and changes within the workspace. As an admin, you can monitor what actions were taken, by whom, and when. This helps with accountability, troubleshooting, and compliance.

### What Audit Logs Record/Track?

Here’s a quick overview of what audit logs tracks:

* **Configuration changes** —> Updates to workflows, permissions, and global settings.
* **User management** —> Group membership changes, role assignments, and account updates.
* **Security events** —> Login attempts, failed logins, and access modifications.
* **System activity** —> Integrations and background processes.

### How Audit Logs Can Help?

* **Transparency** —> Provides a clear trail of changes.
* **Troubleshooting** —> Helps identify the root cause of any issues.
* **Compliance** —> Supports audits with verifiable records.
* **Security** —> Helps pinpoint suspicious or unauthorized activity.

### Getting Started

To enable Audit Logs for your account, you can directly connect with the founder.

<a href="https://calendly.com/nishil-betterbugs/30min?back=1&#x26;month=2024-06" class="button primary">Schedule a call with Founder</a>

### What Are the Actions that You (as an Admin) Can Track Using BetterBugs Audit Logs?

Here’s a quick summary table for it:

<table><thead><tr><th width="252.00018310546875">Action</th><th>Description</th></tr></thead><tbody><tr><td><strong>Workspace Management</strong></td><td>Create, update, archive, restore, enable/disable, or delete a workspace. Includes ownership changes and business/billing updates.</td></tr><tr><td><strong>Workspace Members &#x26; Roles</strong></td><td>Invite, resend invites, remove members, change user roles, manage guest approvals, and update SSO roles/domains.</td></tr><tr><td><strong>Workspace Automation</strong></td><td>Add, update, or remove automation within a workspace.</td></tr><tr><td><strong>Workspace Webhooks</strong></td><td>Add, update, or remove webhooks tied to workspace events.</td></tr><tr><td><strong>Workspace Integrations</strong></td><td>Connect, update, or remove project tools integrations at the workspace level.</td></tr><tr><td><strong>Project Management</strong></td><td>Create, update, archive, restore, or delete projects. Includes project status updates.</td></tr><tr><td><strong>Project Members &#x26; Roles</strong></td><td>Add, remove, change roles, or leave a project.</td></tr><tr><td><strong>Project Automation</strong></td><td>Add, update, or remove automation within a project.</td></tr><tr><td><strong>Project Webhooks</strong></td><td>Add, update, or remove project-specific webhooks.</td></tr><tr><td><strong>Project Integrations</strong></td><td>Connect, update, or remove integrations at the project level.</td></tr><tr><td><strong>Subscription &#x26; Billing</strong></td><td>Switch plans, cancel or prevent cancellation, update payment methods, and manage billing emails.</td></tr><tr><td><strong>API Keys</strong></td><td>Create, delete, or manually expire API keys.</td></tr><tr><td><strong>User Actions</strong></td><td>Signup, login, logout, accept/reject invites, update profile, or leave a workspace.</td></tr><tr><td><strong>Guest User Actions</strong></td><td>Request access, approve/reject manually, or update instant roles.</td></tr><tr><td><strong>Enterprise SSO</strong></td><td>Login via SSO, sync users, and manage auto-sync settings.</td></tr><tr><td><strong>Webhook Events</strong></td><td>Create, update, delete webhooks, and track data sent/received or failures.</td></tr><tr><td><strong>Automation Events</strong></td><td>Log automation success or failure.</td></tr><tr><td><strong>Integration Events</strong></td><td>Connect or disconnect integrations.</td></tr><tr><td><strong>Project Filters</strong></td><td>Create, update, or delete project filters.</td></tr><tr><td><strong>SDK Bug Reports</strong></td><td>Log bug creation via mobile or web SDK.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.betterbugs.io/dashboard/workspace-settings/audit-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
