> ## Documentation Index
> Fetch the complete documentation index at: https://learn.social.plus/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Moderation

> Comprehensive content moderation tools for community safety and content oversight

<Info>
  **UIKit Component**: Content Moderation components are built on top of the social.plus SDK, providing ready-to-use reporting interfaces and moderation workflows with comprehensive safety controls and community guidelines enforcement.
</Info>

## Feature Overview

The **Content Moderation** feature in social.plus UIKit v4 empowers community members to actively participate in maintaining safe and on-topic conversations. This comprehensive suite enables users to report inappropriate content through structured reporting mechanisms while providing administrators with powerful tools to review, manage, and resolve moderation issues efficiently.

### Key Features

<CardGroup cols={2}>
  <Card title="Content Reporting" icon="flag">
    **Structured user reporting system**

    * Predefined report reason categories
    * Custom explanation fields for detailed context
    * Post and comment reporting capabilities
    * User-friendly reporting interfaces
  </Card>

  <Card title="Moderation Dashboard" icon="shield-check">
    **Administrative oversight and management**

    * Unified moderation feed with filtering
    * Report reason visibility and counts
    * Priority-based issue resolution
    * Context-rich content review tools
  </Card>

  <Card title="Safety Enforcement" icon="gavel">
    **Community standards implementation**

    * Automated content flagging workflows
    * Customizable community guidelines enforcement
    * Escalation and resolution tracking
    * Appeal and review processes
  </Card>

  <Card title="Analytics & Insights" icon="chart-bar">
    **Moderation performance tracking**

    * Reporting trends and analytics
    * Community safety metrics
    * Moderator performance insights
    * Content policy effectiveness analysis
  </Card>
</CardGroup>

### Platform Support

| Feature                       | iOS | Android | Web | Flutter | React Native |
| ----------------------------- | --- | ------- | --- | ------- | ------------ |
| Report Post                   | ✅   | ✅       | ✅   | ✅       | ✅            |
| Report Comment                | ✅   | ✅       | ✅   | ✅       | ✅            |
| Report with Reason Categories | ✅   | ✅       | ✅   | -       | -            |
| Custom Report Details         | ✅   | ✅       | ✅   | -       | -            |
| Moderation Dashboard          | ✅   | ✅       | ✅   | -       | -            |

## Related Components

<CardGroup cols={3}>
  <Card title="Posts & Media" href="/uikit/components/social/posts" icon="file">
    **Content Management**
    Post and media content that can be reported and moderated
  </Card>

  <Card title="Comments & Reactions" href="/uikit/components/social/comments-reactions" icon="message">
    **Comment Moderation**
    Comment-level reporting and moderation capabilities
  </Card>

  <Card title="Communities" href="/uikit/components/social/communities" icon="building">
    **Community Safety**
    Community-level moderation settings and safety controls
  </Card>

  <Card title="Users & Profiles" href="/uikit/components/social/users" icon="user">
    **User Management**
    User profile moderation and account management tools
  </Card>

  <Card title="Analytics & Reports" href="/analytics-and-moderation/console/overview" icon="chart-bar">
    **Moderation Analytics**
    Comprehensive reporting and analytics for moderation activities
  </Card>

  <Card title="Admin Console" href="/analytics-and-moderation/console/moderation/overview" icon="shield">
    **Administrative Tools**
    Advanced moderation and community management features
  </Card>
</CardGroup>

<Tip>
  **Implementation Strategy**: Start with Content Reporting components to enable community members to flag inappropriate content using structured report reasons. Implement the Moderation Dashboard for administrators to review and resolve reports efficiently. Focus on creating clear workflows for report submission, review, and resolution. Consider implementing escalation procedures for serious violations and ensure proper documentation of moderation decisions. Provide clear feedback to both reporters and content creators about report outcomes to maintain transparency and trust in the moderation process.
</Tip>
