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

# Tutorials Overview

> Step-by-step guides to help you get the most out of Pixel Patrol

# Welcome to Pixel Patrol Tutorials

These tutorials are designed to guide you through the most common workflows and features in Pixel Patrol. Whether you're just getting started or looking to master advanced features, you'll find step-by-step instructions to help you succeed.

## Tutorial Categories

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/tutorials/getting-started/first-team">
    New to Pixel Patrol? Start here to learn the basics of setting up your first
    team, site, and moderation workflow.
  </Card>

  <Card title="Media Moderation" icon="shield-check" href="/tutorials/media-moderation/submitting-media">
    Learn how to submit media for moderation, review queued items, and manage
    moderation decisions.
  </Card>

  <Card title="Team Management" icon="users" href="/tutorials/team-management/creating-teams">
    Discover how to create teams, invite members, manage roles, and collaborate
    effectively.
  </Card>

  <Card title="Rules and Filtering" icon="filter" href="/tutorials/rules-and-filtering/understanding-rules">
    Master the rule system to create sophisticated moderation workflows tailored
    to your needs.
  </Card>

  <Card title="Webhooks and API" icon="webhook" href="/tutorials/webhooks-and-api/setting-up-webhooks">
    Integrate Pixel Patrol with your applications using webhooks and our
    comprehensive API.
  </Card>
</CardGroup>

## What You'll Learn

### 🚀 Getting Started Tutorials

* Creating your first team and understanding team structure
* Setting up your first site for moderation
* Submitting and moderating your first piece of content
* Understanding the dashboard and navigation

### 🛡️ Media Moderation Tutorials

* How to submit media through the API
* Navigating the moderation queue
* Making moderation decisions (approve, reject, flag)
* Viewing and understanding moderation history
* Bulk moderation techniques

### 👥 Team Management Tutorials

* Creating and configuring teams
* Inviting team members and managing invitations
* Understanding and assigning roles (Admin, Moderator, Viewer)
* Switching between teams
* Managing team settings and preferences

### 🔧 Rules and Filtering Tutorials

* Understanding the rule hierarchy (Sites → Rule Groups → Rules)
* Creating and managing rule groups
* Configuring individual rules
* Using rule templates for common scenarios
* Testing and debugging rules

### 🔌 Webhooks and API Tutorials

* Setting up webhook endpoints
* Understanding webhook security and verification
* Integrating the media submission API
* Testing webhooks with tools like ngrok
* Handling webhook failures and retries

## Prerequisites

Before starting these tutorials, you should have:

<Card>
  <div className="space-y-2">
    <div>
      ✅ A Pixel Patrol account (sign up at
      [pixelpatrol.net](https://app.pixelpatrol.net))
    </div>

    <div>✅ Basic understanding of REST APIs (for API tutorials)</div>

    <div>
      ✅ A development environment for testing (for integration tutorials)
    </div>
  </div>
</Card>

## Getting Help

If you need assistance while following these tutorials:

1. **Check the Documentation**: Our [comprehensive documentation](/concepts/teams) covers all features in detail
2. **API Reference**: Detailed [API documentation](/api-reference/introduction) for developers
3. **Contact Support**: Email us at [hello@pixelpatrol.net](mailto:hello@pixelpatrol.net)

## Ready to Start?

<Card title="Begin with Getting Started" icon="arrow-right" href="/tutorials/getting-started/first-team">
  Start your journey by creating your first team and understanding the basics of
  Pixel Patrol.
</Card>
