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

# Studio project

> Create a full-featured store with advanced customization options

## Steps for having your first store up and running

<Steps>
  <Step title="Add products and collections">
    Add products to your Shopify store using the Shopify admin interface or by importing a CSV file. Make sure to include product images, descriptions, and prices.
    Make sure your products are visible in your store by checking the App name you created sales channel in Shopify.

    <Info>For detailed instructions on adding products, refer to the <a href="https://help.shopify.com/en/manual/products" target="_blank" rel="noopener noreferrer">Shopify documentation</a>.</Info>

    Here is a short video on how to make products visible in your headless store:

    <iframe src="https://www.loom.com/embed/32be82e235374384a44ddca0d7d8c01a?sid=2e2c9b45-cf7d-4af3-a493-2267d841cad4" width="100%" height="400" title="How to make products visible in headless store" />
  </Step>

  <Step title="Create a new project">
    Create a new project in Knot.dev by writing a prompt like "Create a new e-commerce store" or by selecting "New Project" from the main screen.
    <Info>Example prompts can be found in the <a href="/best-practices/example-prompts">Example Prompts</a> section.</Info>
  </Step>

  <Step title="Configure project settings">
    * Enter store name
    * Add a prompt if you didn't do so earlier
    * Fill in your Shopify credentials:
    * Public Access Token
    * Private Access Token
    * Store Domain (e.g., `your-store-name.myshopify.com`)
    * Upload a logo for your store (optional)
    * Pick between single or multi-page layout
  </Step>
</Steps>

**That's it! Give Knot a couple of minutes to generate your store,
and you'll be able to see it in the editor screen and start making changes (if you want).**
