# Managing Products
This directory contains the markdown files for your products.
## How to Add a New Product
1. **Images**: Place your product image in the `public/products` folder.
* Example: `public/products/my-new-watch.jpg`
2. **Create File**: Create a new `.md` file in this directory (`content/products`).
* You can copy `_template.md` to get started.
3. **Frontmatter**: Fill in the details at the top of the file.
* **Important**: The `image` field should start with `/products/`.
* Example: If your image is at `public/products/my-new-watch.jpg`, set `image: "/products/my-new-watch.jpg"`.
## Example
See `product-1.md` or `product-2.md` for working examples.
Affiliate Disclaimer
This page contains affiliate links. If you click on these links and make a purchase, I may earn a small commission at no extra cost to you. Your support allows us to continue providing valuable content. Thank you for being a part of our community!