> ## 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.

# Quickstart

> Publish your first plugin on CraftingStudio Pro in three easy steps

## Get started in three steps

Follow this guide to get your project onto the CraftingStudio Pro marketplace.

### Step 1: Create an Account

First, you need a developer account.

<AccordionGroup>
  <Accordion icon="user-plus" title="Register on the platform">
    Go to the [Registration Page](https://craftingstudiopro.de/register) and create your free developer account. Don't forget to confirm your email address to unlock all features.
  </Accordion>
</AccordionGroup>

### Step 2: Prepare your Plugin

Make sure your project is ready for the community.

<AccordionGroup>
  <Accordion icon="puzzle-piece" title="Compile and Document">
    Compile your project as a `.jar` or `.zip` file. We recommend preparing a clear description and some high-quality screenshots to showcase your work.

    <Tip>Check our [Markdown Guide](/plugins/markdown) to learn how to style your resource page.</Tip>
  </Accordion>
</AccordionGroup>

### Step 3: Upload & Release

Time to go live!

<AccordionGroup>
  <Accordion icon="cloud-arrow-up" title="Upload via Dashboard">
    Head over to your [Developer Dashboard](https://craftingstudiopro.de/dashboard/plugins/new) and start the upload process. Once submitted, our team will review your resource for quality and security.
  </Accordion>

  <Accordion icon="terminal" title="Upload via API">
    Advanced users can also upload plugins directly via our REST API. This is perfect for CI/CD integrations with GitHub Actions.

    <Tip>See the [REST API Basics](/api) for more information on automated uploads.</Tip>
  </Accordion>
</AccordionGroup>

## Next Steps

Now that your project is live, you can explore advanced features:

<CardGroup cols={2}>
  <Card title="License System" icon="shield-check" href="/licenses">
    Protect your work with our premium license system.
  </Card>

  <Card title="API Keys" icon="key" href="/api-keys">
    Automate your workflow with API keys.
  </Card>
</CardGroup>

<Note>
  **Need help?** Join our [Discord community](https://discord.gg/craftingstudiopro) for support from our team and other developers.
</Note>
