# Products

In the Marketplace Platform, a product refers to a software solution or services offered by a vendor. Each product may contain one or more items (SKUs) available for purchase.&#x20;

Products also contain parameters that are used to gather essential information during the ordering process. These parameters may include details about the agreement, contact person details, item quantity, and more.

### Viewing products in the Marketplace

To view products available in the Marketplace:

1. Go to **Catalog** > **Products**.
2. Browse the list of available products. The list is organised by vendor name and vendor ID.

<div data-with-frame="true"><figure><img src="https://content.gitbook.com/content/Z5DNbniz33mXCZoO62Rm/blobs/cb5EXnE7dA432nWgyFZS/image.png" alt=""><figcaption><p>The Products page in the Marketplace Platform.</p></figcaption></figure></div>

3. Select a product to open its detail page, where you can view the full description, associated assets, items (SKUs), and pricing or licensing details.

### Placing an order

To place an order for a product:

1. On the **Products** page, select the product you want to buy.
2. On the product details page, review the product information. When ready, select **Buy now**.
3. In the Purchase Wizard, complete all steps to finalize and submit your order.

<div data-with-frame="true"><figure><img src="https://content.gitbook.com/content/Z5DNbniz33mXCZoO62Rm/blobs/bF2YVKWtlp3cplbkW0ep/Wizard.png" alt=""><figcaption><p>The purchase wizard containing a series of ordering steps.</p></figcaption></figure></div>

#### Purchase wizard steps

These steps may vary depending on the product. At a high level, you’ll go through the following process:

1. **Select agreement** - Choose an existing agreement or create a new one. The option you select determines the next step. For example, if you choose “Create new agreement”, the **Select licensee** page appears; if you choose an existing agreement, the **Select items** page appears.
2. **Select licensee** - Choose an existing licensee or create a new one.&#x20;
3. **Agreement details** - Complete the contact information form.
4. **Select items** - Choose the items you want to order and set the quantity.
5. **Additional information**  - Add any additional IDs for the order and the agreement.&#x20;
6. **Review order** - Review the order details, read the terms and conditions, and place your order.
7. **Summary** - View your order summary.

{% hint style="info" %}
Some products may have unique ordering parameters. Follow the steps in the purchase wizard for product-specific steps.&#x20;
{% 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.platform.softwareone.com/modules-and-features/catalog/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.
