# Logging Center

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

## What is the Logging Center?

The logging center allows administrators to search and find historical user actions in their CMS community. If a user maliciously deleted a document or updated a webpage, it's easy to find out who and when!

## Accessing the Logging Center

The logging center is located in the `Administration Panel` > `Security Center`

### User Permissions

Users will need the `Security Center` permission under the `System` tab in the [rank manager](/cms/tutorials/user-management/creating-departments.md).

### Searching Logs

Logs can be searched and filtered by the `type`, `user`, and `date` of occurrence.

All logs are stored for 30 days, regardless of your subscription tier. Some logs (kicks, bans, permission changes) are stored indefinitely.

### AI Search

{% hint style="danger" %}
**AI powered log searches are only enabled with a Pro Subscription!**

Learn more about our [paid plans](/cms/pricing/pricing-faq/create-and-manage-a-subscription.md).
{% endhint %}

With the large amount of logs to search through, our AI agent can help automatically find relevant logs and provide a summary of the actions. Simply type your question including any details about the username, unique ID, Discord ID, Roblox ID, TeamSpeak ID, or action types to get started.

<figure><img src="/files/2VjjTUrCs4e2q6KLOEwU" 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.sonoransoftware.com/cms/tutorials/administrative/security-center/logging-center.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.
