# Monitor AI

Understanding which actions have been taken by AI and who prompted those actions is a black box. Natoma logs all activity taken by AI including key details like the initiating user or agent, LLM, tool called and more.

To see more details about activity taken by AI in your organization, navigate to the <mark style="color:$primary;">**Activity**</mark> page, which contains two tabs:

#### Dashboard

Gain a high-level understanding of what apps have been installed in your org, what tool calls are being made, and what AI access was discovered outside of Natoma.

#### Connections

A detailed log of every tool call made through Natoma, including the app used, tool called (and arguments included), and the result (e.g. success, policy violation). Tool calls associated wtih the same prompt will be grouped together in the logs, as shown in the screenshot below.

<figure><img src="/files/ZGTGjZ79TzSJV1QBL88k" 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.natoma.ai/docs/enterprise/monitor.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.
