> For the complete documentation index, see [llms.txt](https://docs.subrosa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subrosa.ai/shadow-ai/visibility-and-shadow-ai-guardrails.md).

# Visibility and Shadow AI Guardrails

## Visibility

Subrosa provides visibility into all AI activity in your environment.

Traffics related to AI interactions are captured and recorded, and displayed under `Traffic Log` for usage trend analysis, reporting and investigation purpose.

## What's Shadow AI

AI interactions to unsanctioned AI softwares is known as Shadow AI. Shadow AI can accelerate risks of breaches and sensitive data leaks. In addition to the security risk, the use of unapproved AI tools can lead to a wasteful duplication of efforts across teams and unnecessary expenditures

## Subrosa Shadow AI Guardrails

{% hint style="info" %}
This feature is under canary release. If you're interested, please reach out to <hello@subrosa.ai> for more information
{% endhint %}

Subrosa monitors all AI traffic including sanctioned and unsanctioned AI software in your environment; meanwhile, providing guardrails on shadow AI traffic via detecting and protecting outgoing data with Policy ([read more](/policy/manage-policy.md)) . \
\
The platform also offers traffic-level visibility and trends of Shadow AI usage in your organisation. &#x20;


---

# 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.subrosa.ai/shadow-ai/visibility-and-shadow-ai-guardrails.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.
