# About Traffic Log

### Traffic Log Overview

Traffic log are a list of traffic detected by Subrosa from the installed Device Agent.

A single traffic log contains AI activity details, including:

* **Status**: the security status about the traffic sent to an AI provider
  * Traffic Status is associated with data contained in the traffic and an protection action taken by Subrosa ([read more](#traffic-status-table)) .
* **Action**: the policy that was triggered by the traffic being sent.
* **AI Provider**: the destination of the traffic.
* **Device Contact**: the email contact of the device which sent the traffic.
* **Timestamp**: the date and time when the traffic was sent.

### Traffic Status Table

| Traffic Log Status  | Subrosa Policy Action                                                                                    |
| ------------------- | -------------------------------------------------------------------------------------------------------- |
| **Auto Remediated** | Matched sensitive data is detected and protected                                                         |
| **Action Required** | Matched data is detected by Subrosa that requires manual investigation and follow-up remediation action. |
| **Monitored**       | No matched data is detected by Subrosa, traffic is recorded for investigation                            |


---

# 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.subrosa.ai/traffic-log/about-traffic-log.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.
