# Products

The **Product List** page is your main dashboard for managing all products in your system. It helps you easily find, review, and organize products, as well as create new ones. Here’s what you can do on this screen:

![Product List View](/files/91ffaa208b22a15fdfd0c5a6895ae14391dc2ebf)

{% stepper %}
{% step %}

### View and Organize Products

**Active & Archived Tabs**\
Switch between viewing active and archived products using the tabs at the top.

**Product Table Overview**\
Each row in the table displays key product details:

* Product Name
* Product Code
* License Policy (e.g., Default or custom policy)
* Authorization Method (License Key or User-Based)
* Trial Availability
* Bundle Status (if it's part of a bundle)
* Product Status (Active or Archived)
  {% endstep %}

{% step %}

### Search and Filter

**Search by Name**\
Quickly find a product by typing its name into the search bar.

**Advanced Filters**\
Click **“Search filters”** to filter the list by:

* **Authorization Method**: License Key or User
* **Trial Availability**
* **Status**: Active or Archived

**Clear Filters**\
Use the “Clear filters” button to reset all filters and view the complete list.
{% endstep %}

{% step %}

### Add New Products or Bundles

* **Add New Product**: Create a new product entry.

![](/files/e56baa503705f08a8cd105a246dc2dc3fceeb5f1)

* **Add New Bundle**: Group multiple products into a bundle.

Both actions can be done directly from this page for quick and seamless product management.
{% endstep %}

{% step %}

### Navigate Large Product Lists

Use the **“Previous”** and **“Next”** buttons at the bottom of the page to move between multiple pages of products.
{% endstep %}

{% step %}

### At-a-Glance Product Insights

Without needing to open individual product pages, you can instantly see:

* Which products allow trials
* Which are part of a bundle
* Current product status
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Summary

The **Product List** page is designed for fast, efficient product management. Whether you're updating product details, organizing licenses, or expanding your catalog, this page provides a clear, centralized interface to help you stay in control.
{% endhint %}


---

# 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.licensespring.com/vendor-platform/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.
