# Audit logs

There are three types of audit logs available that will give admins different types of information:

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Admin Automation logs</strong> </td><td>Tracks automations that have run successfully or not</td><td><a href="/pages/KVdJOZC4aGrcLqLypUDD#admin-automation-logs">/pages/KVdJOZC4aGrcLqLypUDD#admin-automation-logs</a></td></tr><tr><td><strong>Atlassian Guard logs</strong></td><td>Available with the Atlassian Guard subscription</td><td><a href="/pages/KVdJOZC4aGrcLqLypUDD#atlassian-access-logs">/pages/KVdJOZC4aGrcLqLypUDD#atlassian-access-logs</a></td></tr><tr><td><strong>Jira product logs</strong></td><td>Available with any Jira product subscription</td><td><a href="/pages/KVdJOZC4aGrcLqLypUDD#jira-product-logs">/pages/KVdJOZC4aGrcLqLypUDD#jira-product-logs</a></td></tr></tbody></table>

### Admin Automation logs

These logs cover all the Admin Automation app activities, including:

1. Successful and failed executions of rules.
2. Changes that a successful rule execution has done to users or groups.

The audit logs are visible in the Rule details page, displaying:

* The **Run Dates** of each rule, and how long each rule took to run.
* The **Audit Log** for each rule run, showing which users had the rule action performed on them, when it was done and if it was successful or not.

<div><figure><img src="/files/UwRIyvq1vonBBZS3oNEb" alt=""><figcaption><p>History of when automations run</p></figcaption></figure> <figure><img src="/files/iioyprIKRIZOMYCmc4Xi" alt=""><figcaption><p>Logs of what the automation changed</p></figcaption></figure></div>

### Atlassian Guard logs

These logs cover all [admin.atlassian.com](https://admin.atlassian.com) activities, such as user invitations, product access, group changes and authentication policy changes. These logs are only available on a paid Atlassian Guard plan and are available for 180 days.

[Learn more about the Atlassian Guard logs](https://support.atlassian.com/organization-administration/docs/track-organization-activities-from-the-audit-log/).

### Jira product logs

Jira product logs can be accessed via the Jira Administration System settings. They cover a majority of user activities within Jira and will also include some [admin.atlassian.com](https://admin.atlassian.com) administration activities, such as adding and removing users and groups. These logs are only available on a paid Jira plan.

[Learn more about the Jira product logs](https://support.atlassian.com/jira-cloud-administration/docs/audit-activities-in-jira-applications/).

Got a question? Check out our [FAQs](/features/faqs.md) or email us at <hello@smolsoftware.com>&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.smolsoftware.com/features/audit-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
