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

# Pure Documentation - Guides for Trace and Other Pure Studio Products

> Official documentation for Pure Studio's Roblox products. Start with Trace, the professional moderation, anticheat, and admin suite.

Welcome to **Pure Documentation**, the official documentation hub for products built by **Pure Studio**. This site currently covers **Trace**, our moderation, anticheat, and administration suite for Roblox experiences. Additional Pure Studio products will be documented here as they are released.

<CardGroup cols={2}>
  <Card title="Introduction to Trace" icon="book-open" href="/introduction">
    Learn what Trace is, who it's for, and how its features work together to keep your experience safe.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install Trace into your Roblox place and go live in under five minutes.
  </Card>

  <Card title="Admin Panel" icon="shield-halved" href="/features/admin-panel">
    Explore the full admin panel: bans, warns, kicks, role management, and live oversight.
  </Card>

  <Card title="API Overview" icon="code" href="/api/overview">
    Integrate Trace into your own scripts using the movement exceptions API and developer hooks.
  </Card>
</CardGroup>

## Get up and running with Trace

Follow these four steps to install Trace and start protecting your experience.

<Steps>
  <Step title="Download Trace">
    Grab the latest `Trace.rbxm` file from the official Pure Studio distribution channel. Always download from the official source to ensure you have the most recent version (v26.1).
  </Step>

  <Step title="Import into Roblox Studio">
    Open your place in Roblox Studio, then drag and drop `Trace.rbxm` directly into the **Explorer** window, or insert it into **Workspace** via the Insert from File menu.
  </Step>

  <Step title="Unpack and configure">
    Move each component to the service Trace expects (see the [Quickstart](/quickstart)), then paste your Discord webhook URL into `TraceConfig` inside `ServerScriptService`.
  </Step>

  <Step title="Save and publish">
    Save your place and publish it to Roblox. Your admin panel, anticheat detections, and Discord integrations are active as soon as the first server starts.
  </Step>
</Steps>

## About Pure Studio

Pure Studio is an independent developer group that builds tooling for the Roblox platform. All products documented here are provided free of charge under the [Pure Studio Software License](/help/license). Pure Studio is not affiliated with or endorsed by Roblox Corporation.
