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

# Create Your First Product

> Step-by-step guide to creating and sharing your first product on Creem

# Create Your First Product

Learn how to set up your first product and start accepting payments with Creem.

## Video Tutorial

<Frame>
  <iframe width="560" height="315" src="https://www.youtube.com/embed/pnGxjcbztH0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
</Frame>

## Step 1: Navigate to Products

Go to the [products tab](https://creem.io/dashboard/products) in your Creem dashboard.

## Step 2: Add Product Details

Create a new product by adding:

* **Name**: A clear, descriptive name for your product
* **Description**: Details about what customers will receive
* **Pricing**: Choose Single Payment, Subscription, or Free. Free products are
  one-time products with a `0` price.
* **Currency**: The currency customers are charged in. Creem currently supports
  **USD** and **EUR**.
* **Image** (optional): Add a product image that will be shown to customers

<AccordionGroup>
  <Accordion icon="browser" title="Product page">
    <img style={{ borderRadius: '0.5rem' }} src="https://nucn5fajkcc6sgrd.public.blob.vercel-storage.com/add-product-B0Khh16pSFp3DpwsuBrrExvlwovhMq.png" />
  </Accordion>

  <Accordion icon="file-spreadsheet" title="Adding product details">
    <img style={{ borderRadius: '0.5rem' }} src="https://nucn5fajkcc6sgrd.public.blob.vercel-storage.com/product-details-49DpCmOXRIuUOYulQXxmY6moAISQ9b.png" />
  </Accordion>
</AccordionGroup>

## Step 3: Share Your Product

After creating your product, click the **Share** button to copy the payment link. Send this link to your customers and they'll be able to pay you instantly.

<img style={{ borderRadius: '0.5rem' }} src="https://nucn5fajkcc6sgrd.public.blob.vercel-storage.com/product-share-vrV42jh8mnhvpUs1AeSyLtuJLZmBJo.png" />

## Next Steps

<CardGroup cols={2}>
  <Card title="Checkout API" icon="code" href="/features/checkout/checkout-api">
    Learn how to create dynamic checkout sessions programmatically
  </Card>

  <Card title="Webhooks" icon="webhook" href="/code/webhooks">
    Set up webhooks to receive real-time payment updates
  </Card>

  <Card title="Customer Portal" icon="users" href="/features/customer-portal">
    Enable customers to manage their subscriptions
  </Card>

  <Card title="Test Mode" icon="flask" href="/getting-started/test-mode">
    Test your integration safely without real charges
  </Card>
</CardGroup>
