# Authentication

Within the Portainer Business Edition UI you can view a log of all authentication actions. The log is read-only and cannot be edited.

{% hint style="info" %}
Portainer also provides the ability to view [detailed activity logs](/admin/logs/activity.md).
{% endhint %}

From the menu expand **Logs** and select **Authentication**.

<figure><img src="/files/50brDkvaOWePeNYyHUkz" alt=""><figcaption></figcaption></figure>

If you want to export logs, filter by date range then click **Export to CSV**.

<figure><img src="/files/Sq71TQuKqVhJSZB4eaJ5" alt=""><figcaption></figcaption></figure>

Authentication events are searchable and filterable, and the date and time, origin IP address, context, user and result are provided for each.

<figure><img src="/files/Qvuc8wLgu2SKY6Sc6xT1" alt=""><figcaption></figcaption></figure>


---

# 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.portainer.io/admin/logs/authentication.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.
