# View Products

The View Products List feature provides an overview of all products in the brand’s catalog. Users can see a list of products with key details, and navigate to individual product pages for more information.

1. To view the Products List:
   * Go to **Brand Management** > **Products**.
2. Review List:
   * The list will display all products with columns for:\
     \- **product image**\
     \- **product name**\
     \- **brand**\
     \- **SKU**\
     \- the **reward** where the product is either eligible or is a reward\
     \- the **store** where the product can be purchased or redeemed
   * **Search and Filter**: Use the search bar to find specific products or apply filters to narrow down the list.
3. Navigate to Product:
   1. Click on a product name from the list to view detailed information.
4. From the list view, with appropriate permissions users can edit or delete a selected product from the list.
5. Apply the **Eligible** or **Reward** filter to view products list that are either eligible for purhcase or redeemable as a reward.

**Best Practices:**

* Utilize Filters: Use filtering options to quickly find and manage specific products.
* Monitor Inventory: Regularly check the list to update availability as needed.

Either from the Products list page or from the Product Details page, with appropriate permissions users can Edit or Delete an inactive Product. If the Product is active(in active Reward Offer), it cannot be deleted unless it is removed or replaced from any active Rewards Offer or if the Rewards offer is no longer active.


---

# 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/view-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.
