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

# Creation

> Learn how to create a new product on Sherpo.

Sherpo’s product creation flow lets you define what you’re selling, set a name and prepare content, pricing, and much more, all from a single workspace.

In this guide you will learn how to create a product after the initial setup of your Sherpo Organization. Then, you’ll land in the product dashboard, where each tab handles a different aspect: content, pricing, availability, and behavior.

***

## Creating a Product

Once inside your **Sherpo Dashboard**, open **Products** in the sidebar to see an overview of all your existing products.

<Frame>
  <img className="rounded-xl mr-auto" src="https://mintcdn.com/sherpo/0ifbGlf1OFAUhva1/images/dashboard-products.png?fit=max&auto=format&n=0ifbGlf1OFAUhva1&q=85&s=137e743beadd94e691675507fcb61050" alt="Products overview inside Sherpo Dash" title="Products overview" width="2880" height="850" data-path="images/dashboard-products.png" />
</Frame>

<Steps>
  <Step title="Go to Products → New Product.">
    Click **New Product** in the top-right corner.
  </Step>

  <Step title="Enter a title and optional subtitle.">
    Add a title (required) and subtitle (optional). Sherpo automatically generates a product slug (e.g., `/p/{slug}`) from your title.

    <Frame>
      <img className="rounded-xl mr-auto" src="https://mintcdn.com/sherpo/MzrdQDoHGW1wzljx/images/product-creation.png?fit=max&auto=format&n=MzrdQDoHGW1wzljx&q=85&s=3f78f1585be9d13423753b9fb908e775" alt="Product creation inside Sherpo Dash" title="Products creation" width="2420" height="872" data-path="images/product-creation.png" />
    </Frame>
  </Step>

  <Step title="Choose a product type.">
    Pick one of Sherpo’s available product types (e.g., **Files**, **Course**, **Series** etc.). Each type preconfigures features: for instance, Courses include lessons and course progression tracking (inside settings).

    <Frame>
      <img className="rounded-xl mr-auto" src="https://mintcdn.com/sherpo/MzrdQDoHGW1wzljx/images/product-type.png?fit=max&auto=format&n=MzrdQDoHGW1wzljx&q=85&s=affebd3cea4940b37d67e386a37a4e45" alt="Product type inside Sherpo Dash" title="Products type" width="2420" height="772" data-path="images/product-type.png" />
    </Frame>
  </Step>

  <Step title="Click Create product.">
    Once you click **Create**, Sherpo provisions the new product and redirects you to the **Overview** tab. From here, you can continue to **Basic info**, **Settings**, and then add **Pages**, **Files**, **Prices**, or **Automations** as needed.
  </Step>
</Steps>

***

## Product Types

Here are the products you can currently create in Sherpo:

<CardGroup cols={2}>
  <Card title="Courses" icon="video" href="/dashboard/products-creation/course">
    Create comprehensive courses with chapters and lessons.
  </Card>

  <Card title="Series" icon="clapperboard" href="/dashboard/products-creation/series">
    Distribute your video-based episodic content to your audience.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Downloads" icon="download" href="/dashboard/products-creation/download">
    Allow users to download digital files or get exclusive links.
  </Card>

  <Card title="Coffees" icon="mug-hot" href="/dashboard/products-creation/coffee">
    Let your audience support you with tips, like buying you a coffee.
  </Card>

  <Card title="Goals" icon="bullseye" href="/dashboard/products-creation/goals">
    Run fundraising campaigns with real-time progress bars.
  </Card>

  <Card title="Calendars" icon="calendar-days" href="/dashboard/products-creation/calendar">
    Create a landing page for your Cal.com listings.
  </Card>
</CardGroup>

***

## Best practices

* **Pick the right type upfront:** Switching product type later requires reconfiguration.
* **Keep titles short and clear:** They’ll appear in URLs, receipts, and customer dashboards.
* **Add a subtitle or short tagline:** It improves discoverability and context on your storefront.
* **Use drafts:** You can safely prepare a product before publishing it, by not setting a price or by setting pages as drafts (e.g., inside Courses).
* **Preview often:** Click “Visit live product” to see changes instantly in your hosted site.

***

## FAQ

<AccordionGroup>
  <Accordion title="Can I change the product type after creation?">
    No. Product types are locked after creation because each category has different internal features (e.g., Courses have lessons, Files don't; Series has episodes instead of lessons, and trailers instead of cover).
  </Accordion>

  <Accordion title="What happens if I reuse an existing product title?">
    Sherpo automatically generates a unique slug for each product. If a conflict occurs, you’ll see a warning and can adjust the title or slug manually.
  </Accordion>

  <Accordion title="Can I create draft products without publishing them?">
    Yes. Newly created products are drafts by default until you add pricing.
  </Accordion>

  <Accordion title="Can I sell multiple types of products at once?">
    Absolutely. You can create different product types (e.g., a Course, a Serie, a File, and a Coffee tip jar) under the same organization and site.
  </Accordion>

  <Accordion title="Can I delete a product later?">
    Yes. From the **Overview** tab, use the product menu (⋯) and select **Delete**. This action is irreversible.
  </Accordion>

  <Accordion title="Can I duplicate an existing product?">
    Not yet. To duplicate an existing product you will have to recreate it.
  </Accordion>

  <Accordion title="What’s the difference between archived and draft products?">
    * **Drafts**: Products in progress, not yet published.
    * **Archived**: Published products you’ve taken offline: no longer visible to customers but retained for analytics and history.
  </Accordion>

  <Accordion title="Can I preview my product before launch?">
    Yes. Every product has a **Visit live product** button that opens a preview of the public page (even before making it available for purchase: you will be able to see it in Admin mode).
  </Accordion>
</AccordionGroup>
