# Edit Product

The Edit the Product feature allows brands to update information about an existing product, including its description, pricing, and more

1. **To Edit a Product**:
   * Go to **Products**
   * Select the product you want to edit and click **Edit**.
2. Update Information:
   * **Product Name**
   * **SKU**
   * **Price**
   * **Product Image**
   * **Category**
3. Save Changes:
   * Click **Save** to apply the updates to the product’s information.

**Best Practices:**

* Accuracy: Double-check all edits for accuracy to avoid customer confusion or dissatisfaction.

Brand users with the editing permissions can make edits to their Products, to keep product information up-to-date and accurate. Users can edit an inactive or active Product.

Users can edit:\
\- product image\
\- product name\
\- product Brand\
\- SKU\
\- product retail Price\
\- product Category

&#x20;

Upon submission of the edited product details, the system validates the input fields to ensure all required information is provided and in the correct format. If any errors are detected, appropriate error messages will be displayed to guide the user in correcting the issues.

If the changes are successfully validated, users see a notification of successful update.

Once the updates are saved, users can see the changes in the product list as well as in the product details.

&#x20;


---

# 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.iwantchips.com/brands/modules/products/edit-product.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.
