# Audit

StrongDM provides a variety of tools with which to audit both the administration of your StrongDM organization itself as well as the actions of users connecting to your resources.

* [logs](https://docs.strongdm.com/admin/audit/logs "mention") can be used to monitor administrative activities as well as specific queries sent by users connecting to resources through StrongDM. Logs can be configured to be accessed through the Admin UI, through the CLI, locally on each network node, or they can be streamed to Amazon S3.
* [reports](https://docs.strongdm.com/admin/audit/reports "mention") provide overviews for the various personas who may be interested in things like license utilization and user activity, reports on access workflows and standing privileges, and executive level reports for information at a glance.
* [threat-detection](https://docs.strongdm.com/admin/audit/threat-detection "mention") is an offering designed to provide early detection of anomalous user behavior or actions, to provide administrators with information to assist them to mitigate compromised credentials and errant access.


---

# 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.strongdm.com/admin/audit.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.
