# Moderation Logs

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

### Viewing Moderation Logs

1. **Open Your Workspace**\
   Log in to the Panora Dashboard and select your workspace. Navigate to **Moderation → Moderation Logs** in the sidebar.
2. **Access User Logs**\
   Search or select a member to view their moderation history. Each user will display all actions taken, along with relevant metadata.

***

### Log Entry Breakdown

Each moderation log contains the following information:

| Field              | Description                                | Example                                   |
| ------------------ | ------------------------------------------ | ----------------------------------------- |
| **ID**             | Unique identifier for the moderation entry | 1112194829905051749                       |
| **User**           | The Discord member affected                | `prrent`                                  |
| **Joined Server**  | Date the user joined the server            | `May 15, 2024`                            |
| **Latest Action**  | Most recent moderation action              | `Kick`                                    |
| **Action Summary** | Summary of all actions taken               | `1 Kick`                                  |
| **User Roles**     | Current roles the user holds               | `Verified, Announcements, Pink, Customer` |

***

### Example Log

**User:** prrent\
**ID:** 1112194829905051749\
**Joined Server:** May 15th, 2024\
**Latest Action:** Kick\
**Action Summary:** 1 Kick\
**User Roles:** Verified, Announcements, Pink, Customer

***

### Use Cases

* Track all kicks, bans, mutes, and other moderation actions.
* Quickly audit member history for accountability and transparency.
* Review past actions to ensure fair moderation practices.


---

# 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.panora.cc/workspaces/moderation/logs.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.
