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

# Introduction

> Welcome to the CraftingStudio Pro Developer Hub

## Welcome to the Future of Minecraft Development

CraftingStudio Pro provides high-end resources, real-time analytics, and developer tools built for server owners who don't compromise. Our API and developer ecosystem are designed for performance, security, and ease of use.

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Get your account ready and upload your first plugin in minutes.
</Card>

## Explore Documentation Areas

Discover the different ways you can interact with the CraftingStudio Pro ecosystem.

<CardGroup cols={2}>
  <Card title="REST API Basics" icon="globe" href="/api">
    Learn the fundamentals of our API: Endpoints, formats, and rate-limiting.
  </Card>

  <Card title="Authentication" icon="shield-check" href="/auth">
    Secure your requests using JSON Web Tokens (JWT) for user-specific actions.
  </Card>

  <Card title="API Keys" icon="key" href="/api-keys">
    Manage persistent keys for server-to-server communication and automation.
  </Card>

  <Card title="License System" icon="code" href="/licenses">
    Integrate our premium license system directly into your Minecraft plugins.
  </Card>
</CardGroup>

## Built for High Performance

Everything you need to create world-class integrations.

<CardGroup cols={2}>
  <Card title="RESTful Architecture" icon="terminal">
    Clear endpoints, consistent JSON structures, and standard HTTP status codes.
  </Card>

  <Card title="Low Latency" icon="cpu">
    Our backend infrastructure is optimized for minimal response times, ensuring your plugins stay fast.
  </Card>
</CardGroup>

## Join the Community

Our API is constantly growing. Join our Discord to stay up to date on new endpoints, features, and to get help from fellow developers.

<Card title="Join our Discord" icon="discord" href="https://discord.gg/TDbbnjkfVZ">
  Connect with other developers and server owners.
</Card>
