# Manage Products

Adding products in our app is simple and essential for creating accurate quotations and invoices. Here's how you can do it:

#### 📦 What Are Products?

Products are the items or services you offer. By adding them to your app, you can quickly pull them into quotations and invoices, saving you time and ensuring consistency.

#### 🔄 How to Add Products

Follow these steps to add a new product:

1. **Go to the Menu**\
   Tap on **More** (`⋮`) at the bottom of your screen.
2. **Navigate to Products**\
   Select **Products** from the list.
3. **Add a New Product**\
   Tap on **Add New** (`➕`) to create a new product entry.

#### 📝 What Details Can You Add?

When adding a new product, you can include various details to make sure everything is organized:

* **Product Image** 📸\
  Upload an image of the product for easy identification.
* **Product Name** 🏷️\
  Enter the name of your product or service.
* **Description** 📃\
  Provide a brief description of what the product is.
* **GST** 💰\
  Enter the GST rate applicable to the product.
* **Price with Unit** 💵\
  Set the price and specify the unit (e.g., per piece, per hour).
* **Custom Fields** 🔧\
  If you need additional fields (e.g., product category, SKU), you can add custom fields.

#### 🔧 Adding Custom Fields

Want to customize your product form further? You can add custom fields like product category, SKU, or any other information you need.

1. **Go to More** (`⋮`)
2. Tap on **Settings** ⚙️
3. Select **Customization** > **Product Form**
4. Add the custom fields you need!

#### 🔍 Viewing and Searching Products

Once products are added, you can easily list and search for them when creating quotations or invoices. This helps speed up the process and keeps your records organized.

That's it! 🎉 You’re all set to manage products effortlessly in your app. If you have any questions, feel free to reach out to our support team.


---

# 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://help.3sigmacrm.com/invoice-and-quotation/manage-products.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.
