# Creating Your First Product

### Catalog

Assess the **Catalog** screen in the console via the console navigation bar.

Click **Add New**

<div align="left"><img src="/files/-M3VZTu4BM-eXPTGbiFE" alt=""></div>

### Add New Product

Enter a Product Title and Description

<div align="left"><img src="/files/-M3VZwQ1UVhXlAnv1fy_" alt=""></div>

Click **Submit**

### &#x20;Details

Specify a Sell and Retail Price (see [Pricing](/concepts/pricing.md))

Additional product **Details** can be specified including:

* Categories (see [Categories](/concepts/categories.md))
* Collections (see [Collections](/concepts/collections.md))

<div align="left"><img src="/files/-M3V_DJNRtEGhcvjzSca" alt=""></div>

### Inventory

**Optional:** in the Inventory Tab specify a Sku (stock-keeping unit) and available quantity and minimum active quantity. For more detail see [Inventory](/concepts/inventory.md).

<div align="left"><img src="/files/-M3V_V08hHf_tD1YEns9" alt=""></div>

### &#x20;Rewards

*Where rewards capability is enabled*

**Optional:** In the Rewards Tab specify if the Product can be redeemed for Points or Currency.

<div align="left"><img src="/files/-M3V_l_r7ptjzHG_3KMW" alt=""></div>

### Attributes

**Optional:** Additional product attributes can be specified as Key/Value pairs in the **Attributes** Tab.

<div align="left"><img src="/files/-M3V_vuOVkKm6MZdXN7g" alt=""></div>

Click **Save**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplestore.io/getting-started/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
